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