Error processing SSI file
LEADTOOLS Medical (Leadtools.Dicom.Web assembly)

LEADTOOLS SDK Help   |       |    Show Table of Contents    |   

SeriesInstanceUID Property (ObjectInstanceInformation)






Gets or sets the Series Instance UID for the specified DICOM object.
Syntax
public string SeriesInstanceUID {get; set;}
public:
property String^ SeriesInstanceUID {
   String^ get();
   void set (    String^ value);
}
'Declaration
 
Public Property SeriesInstanceUID As String
 
'Usage
 
Dim instance As ObjectInstanceInformation
Dim value As String
 
instance.SeriesInstanceUID = value
 
value = instance.SeriesInstanceUID

Property Value

The Series Instance UID value for the DICOM object.
Requirements

Target Platforms

See Also

Reference

ObjectInstanceInformation Class
ObjectInstanceInformation Members

Error processing SSI file