DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomAssociation Class / MetaSOPClass Property






In This Topic
    MetaSOPClass Property (DicomAssociation)
    In This Topic
    Determines the Abstract Syntax used for normalised operations
    Syntax
    'Declaration
     
    
    Public Property MetaSOPClass As System.String
    'Usage
     
    
    Dim instance As DicomAssociation
    Dim value As System.String
     
    instance.MetaSOPClass = value
     
    value = instance.MetaSOPClass
    public System.string MetaSOPClass {get; set;}
    public read-write property MetaSOPClass: System.String; 
    public function get,set MetaSOPClass : System.String
    public: __property System.string* get_MetaSOPClass();
    public: __property void set_MetaSOPClass( 
       System.string* value
    );
    public:
    property System.String^ MetaSOPClass {
       System.String^ get();
       void set (    System.String^ value);
    }
    Remarks

    Normalised operations, unlike composite operations, are not directly tied to specific abstract syntaxes, but still need to be sent within a negotiated presentation context, which generally relates to a number of related operations, and is known as a Meta SOP Class. This property defines this abstract context, and is therefore used for the selection of an appropriate presentation context, according to those negotiated and available.

    If this property is a null string, then the SOP class specified in the normalised operation itself is used, which may be appropriate for some classes, which do not use meta SOP classes for negotiation.
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also