DicomObjects.NET.8.48 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
    public DicomContextCollection AgreedContexts {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.8 or higher

    See Also