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



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

    Property Value

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

    Target Platforms: .NET CLR 4.0 or higher

    See Also