LEADTOOLS Medical (Leadtools.Dicom.Web assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.25
StudyInstanceUID Property
See Also 
Leadtools.Dicom.Web Namespace > Study Class : StudyInstanceUID Property



Gets or sets the Study Instance UID of the study.

Syntax

Visual Basic (Declaration) 
<DataMemberAttribute()>
Public Property StudyInstanceUID As String
Visual Basic (Usage)Copy Code
Dim instance As Study
Dim value As String
 
instance.StudyInstanceUID = value
 
value = instance.StudyInstanceUID
C# 
[DataMemberAttribute()]
public string StudyInstanceUID {get; set;}
C++/CLI 
[DataMemberAttribute()]
public:
property String^ StudyInstanceUID {
   String^ get();
   void set (    String^ value);
}

Property Value

A System.String representing the Study Instance UID of the study.

Requirements

Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also