Gets or sets the Study Instance UID for the image as read from the
Leadtools.Dicom.DicomDataSet.
public string StudyInstanceUID {get; set;}
'Declaration
Public Property StudyInstanceUID As String
'Usage
Dim instance As DicomInstanceInformation
Dim value As String
instance.StudyInstanceUID = value
value = instance.StudyInstanceUID
public:
property String^ StudyInstanceUID {
String^ get();
void set ( String^ value);
}
Property Value
A
System.String value representing the Study Instance UID for the image as read from the
Leadtools.Dicom.DicomDataSet.