DicomObjects.NET Core 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 Dictionary(Of String,Object)
    'Usage
     
    
    Dim instance As DicomDataSet
    Dim value As Dictionary(Of String,Object)
     
    instance.Overrides = value
     
    value = instance.Overrides
    public Dictionary<string,object> Overrides {get; set;}
    public:
    property Dictionary<String^,Object^>^ Overrides {
       Dictionary<String^,Object^>^ get();
       void set (    Dictionary<String^,Object^>^ value);
    }
    Remarks
    Use only if requested by Medical Connections.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also