DicomObjects.NetStandard Documentation
DicomObjects Namespace / WriteBehaviours Class / OverwriteWithCorrectVR Property



In This Topic
    OverwriteWithCorrectVR Property
    In This Topic
    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
    public bool OverwriteWithCorrectVR {get; set;}
    public:
    property bool OverwriteWithCorrectVR {
       bool get();
       void set (    bool value);
    }
    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