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

Show in webframe

SOPClassUID Property






Get or sets the SOP Class UID for the specified DICOM object.
Syntax
public string SOPClassUID {get; set;}
'Declaration
 
Public Property SOPClassUID As String
'Usage
 
Dim instance As ObjectInstanceInformation
Dim value As String
 
instance.SOPClassUID = value
 
value = instance.SOPClassUID

            

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

Property Value

The SOP Class UID value for the DICOM object.
Requirements

Target Platforms

See Also

Reference

ObjectInstanceInformation Class
ObjectInstanceInformation Members

Error processing SSI file