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



    Overrides Property
    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
    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