DicomObjects.NET Core Documentation
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();
    }
    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