DicomObjects.NET Core Documentation
DicomObjects Namespace / DicomDataSet Class / StudyUID Property



In This Topic
    StudyUID Property (DicomDataSet)
    In This Topic
    Unique identifier for the four levels of the DICOM Query/Retrieve hierarchy
    Syntax
    'Declaration
     
    
    Public Property StudyUID As String
    'Usage
     
    
    Dim instance As DicomDataSet
    Dim value As String
     
    instance.StudyUID = value
     
    value = instance.StudyUID
    public string StudyUID {get; set;}
    public:
    property String^ StudyUID {
       String^ get();
       void set (    String^ value);
    }

    Property Value

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

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also