DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomImage Class / SeriesUID Property






    SeriesUID Property (DicomImage)
    Unique identifier for the four levels of the DICOM Query/Retrieve hierarchy
    Syntax
    'Declaration
     
    
    Public Property SeriesUID As System.String
     
    'Usage
     
    
    Dim instance As DicomImage
    Dim value As System.String
     
    instance.SeriesUID = value
     
    value = instance.SeriesUID

    Property Value

    The Series UID
    Remarks
    A shortcut for the attribute (0020, 000E).
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also