Vr Property

Summary

Gets a value representation of the DICOM element that is about to be added to the DicomDataSet.

Syntax
C#
VB
C++
public DicomVRType Vr { get; set; } 
Public Property Vr As DicomVRType 
public: 
property DicomVRType Vr { 
   DicomVRType get(); 
   void set (    DicomVRType ); 
} 

Property Value

The value representation of the DICOM element that is about to be added to the DicomDataSet.

Remarks

Modifying Vr changes the element that is added to the DicomDataSet.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly