DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomDataSet Class / Overrides Property






In This Topic
    Overrides Property
    In This Topic
    Image-specific list of unusual behaviours (e.g. to cope with faulty images)
    Syntax
    'Declaration
     
    
    Public Property Overrides As System.Collections.Generic.Dictionary(Of String,Object)
    'Usage
     
    
    Dim instance As DicomDataSet
    Dim value As System.Collections.Generic.Dictionary(Of String,Object)
     
    instance.Overrides = value
     
    value = instance.Overrides
    public System.Collections.Generic.Dictionary<string,object> Overrides {get; set;}
    public read-write property Overrides: System.Collections.Generic.Dictionary; 
    public function get,set Overrides : System.Collections.Generic.Dictionary
    public: __property System.Collections.Generic.Dictionary<string*,Object*>* get_Overrides();
    public: __property void set_Overrides( 
       System.Collections.Generic.Dictionary<string*,Object*>* value
    );
    public:
    property System.Collections.Generic.Dictionary<String^,Object^>^ Overrides {
       System.Collections.Generic.Dictionary<String^,Object^>^ get();
       void set (    System.Collections.Generic.Dictionary<String^,Object^>^ value);
    }
    Remarks
    Use only if requested by Medical Connections.
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also