DicomObjects.NET Core Documentation
DicomObjects Namespace / DicomAssociation Class / AgreedContexts Property



In This Topic
    AgreedContexts Property
    In This Topic
    The Presentation Contexts associated with this DicomAssociation
    Syntax
    'Declaration
     
    
    Public ReadOnly Property AgreedContexts As DicomContextCollection
    'Usage
     
    
    Dim instance As DicomAssociation
    Dim value As DicomContextCollection
     
    value = instance.AgreedContexts
    public DicomContextCollection AgreedContexts {get;}
    public:
    property DicomContextCollection^ AgreedContexts {
       DicomContextCollection^ get();
    }
    Remarks

    This is a powerful feature, allowing a client program as much, or as little control over presentation contexts as it wishes. the collection returned by this property may be used To check the presentation contexts available on an established association (incoming or outgoing).

    IMPORTANT:

    Note that operations relating to the acceptance of presentation contexts are not possible on this DicomContexts object or its contained DicomContext object. Such operations are only possible from within the AssociationRequest event.

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also