DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomQuery Class / StudyUID Property

In This Topic
    StudyUID Property (DicomQuery)
    In This Topic
    Unique identifiers for the four levels of the DICOM Query/Retrieve hierarchy
    Syntax
    'Declaration
     
    
    Public Property StudyUID As System.String
    public System.string StudyUID {get; set;}
    Remarks
    For DicomQuery object, StudyUID must be set to appropriate value if Level is "SERIES" or "IMAGE".
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also