DicomObjects.NET.8.48 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 System.Boolean
    'Usage
     
    
    Dim instance As WriteBehaviours
    Dim value As System.Boolean
     
    instance.OverwriteWithCorrectVR = value
     
    value = instance.OverwriteWithCorrectVR
    public System.bool OverwriteWithCorrectVR {get; set;}
    public read-write property OverwriteWithCorrectVR: System.Boolean; 
    public function get,set OverwriteWithCorrectVR : System.boolean
    public: __property System.bool get_OverwriteWithCorrectVR();
    public: __property void set_OverwriteWithCorrectVR( 
       System.bool value
    );
    public:
    property System.bool OverwriteWithCorrectVR {
       System.bool get();
       void set (    System.bool value);
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also