DicomObjects.NET.V8
DicomObjects Namespace / WriteBehaviours Class / OverwriteWithCorrectVR Property



    OverwriteWithCorrectVR Property
    Controls the correction of mismatching VR. If this settings is enabled correction of wrong VR for all attributes will be attempted when writing out or sending, this won't affect the original dataset
    Syntax
    'Declaration
     
    Public Property OverwriteWithCorrectVR As Boolean
     
    'Usage
     
    Dim instance As WriteBehaviours
    Dim value As Boolean
     
    instance.OverwriteWithCorrectVR = value
     
    value = instance.OverwriteWithCorrectVR
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also