DicomObjects.NET.V8
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: .NET CLR 4.0 or higher

    See Also