DicomObjects.NET.V8
DicomObjects Namespace / DicomImage Class / SeriesUID Property



In This Topic
    SeriesUID Property (DicomImage)
    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 DicomImage
    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: .NET CLR 4.0 or higher

    See Also