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



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

    SeriesUID must be set to appropriate value if Level is "IMAGE".

    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also