DicomObjects.NET.8.48 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 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
    Remarks
    Use only if requested by Medical Connections.
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also