DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomImage Class / SOPClass Property






    SOPClass Property (DicomImage)
    SOP class of the DicomDataSet.
    Syntax
    'Declaration
     
    
    Public Property SOPClass As System.String
     
    'Usage
     
    
    Dim instance As DicomImage
    Dim value As System.String
     
    instance.SOPClass = value
     
    value = instance.SOPClass

    Property Value

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

    Target Platforms: .NET CLR 4.8 or higher

    See Also