DicomObjects.NET.V8
DicomObjects Namespace / DicomContextCollection Class / CanUse Method
The SOP Class (abstract syntax) to be checked



In This Topic
    CanUse Method
    In This Topic
    Checks whether at least one presentation context has been negotiated for a given SOP class
    Syntax
    'Declaration
     
    Public Function CanUse( _
       ByVal SOPClass As String _
    ) As Boolean
    'Usage
     
    Dim instance As DicomContextCollection
    Dim SOPClass As String
    Dim value As Boolean
     
    value = instance.CanUse(SOPClass)
    public bool CanUse( 
       string SOPClass
    )
    public:
    bool CanUse( 
       String^ SOPClass
    ) 

    Parameters

    SOPClass
    The SOP Class (abstract syntax) to be checked

    Return Value

    True if the SOP class can be used
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also