DicomObjects.NET Core Documentation
DicomObjects Namespace / DicomDataSet Class / SeriesUID Property



In This Topic
    SeriesUID Property (DicomDataSet)
    In This Topic
    Unique identifier for the four levels of the DICOM Query/Retrieve hierarchy
    Syntax
    'Declaration
     
    
    Public Property SeriesUID As String
    'Usage
     
    
    Dim instance As DicomDataSet
    Dim value As String
     
    instance.SeriesUID = value
     
    value = instance.SeriesUID
    public string SeriesUID {get; set;}
    public:
    property String^ SeriesUID {
       String^ get();
       void set (    String^ value);
    }

    Property Value

    The Series UID
    Remarks
    A shortcut for the attribute (0020, 000E).
    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