DicomObjects.NET Core Documentation
DicomObjects Namespace / DicomContextCollection Class / AnyPresent Property



In This Topic
    AnyPresent Property
    In This Topic
    Indicates if there is any context agreed by the remote application
    Syntax
    'Declaration
     
    
    Public ReadOnly Property AnyPresent As Boolean
    'Usage
     
    
    Dim instance As DicomContextCollection
    Dim value As Boolean
     
    value = instance.AnyPresent
    public bool AnyPresent {get;}
    public:
    property bool AnyPresent {
       bool get();
    }
    Remarks
    This property returns true only if there is 1 or more presentation context which has been agreed, during the association negotiation, by the remote application.
    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