DicomObjects.NET.V8
DicomObjects Namespace / DicomDataSet Class / Identifer Property



In This Topic
    Identifer Property
    In This Topic
    Returns the underlying DataSet which contains the list of attributes to be matched, as specified in the DICOM standard.
    Syntax
    'Declaration
     
    Public ReadOnly Property Identifer As DicomDataSet
    'Usage
     
    Dim instance As DicomDataSet
    Dim value As DicomDataSet
     
    value = instance.Identifer
    public DicomDataSet Identifer {get;}
    public:
    property DicomDataSet^ Identifer {
       DicomDataSet^ get();
    }

    Property Value

    DicomDataSet
    Remarks

    It is the client's responsibility to interpret the contents of this identifier and ensure that the data or images returned match the data sent, and in the case of C-FIND operations, to ensure that all data elements requested are included in the response.

    The "level" of the query may be found in Attribute (Keyword.QueryRetrieveLevel) of this property.

    The handling of Query/Retrieve requests as an SCP is an advanced technique, and the rules to be obeyed are beyond the scope of this help file. See the Access SCP example for a demonstration of a possible implementation.

    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also