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






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

    Property Value

    The Study UID
    Remarks
    A shortcut for attribute (0020, 000D).
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also