DicomObjects.NET.V8
DicomObjects Namespace / DicomDataSet Class / SOPClass Property



SOPClass Property (DicomDataSet)
SOP class of the DicomDataSet.
Syntax
public string SOPClass {get; set;}
public:
property String^ SOPClass {
   String^ get();
   void set (    String^ value);
}
'Declaration
 
Public Property SOPClass As String
 
'Usage
 
Dim instance As DicomDataSet
Dim value As String
 
instance.SOPClass = value
 
value = instance.SOPClass

Property Value

The SOP class UID
Remarks
Shortcut for attribute (0008, 0016).
Requirements

Target Platforms: .NET CLR 3.5 or higher

See Also