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

Show in webframe

SeriesInstanceUID Property (ObjectInstanceInformation)






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

            

            
public:
property String^ SeriesInstanceUID {
   String^ get();
   void set (    String^ value);
}

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