C#
VB
C++
Gets a value representation of the DICOM element that is about to be added to the DicomDataSet.
public DicomVRType Vr { get; set; }
Public Property Vr As Leadtools.Dicom.DicomVRType
public:
property Leadtools.Dicom.DicomVRType Vr {
Leadtools.Dicom.DicomVRType get();
void set ( Leadtools.Dicom.DicomVRType );
}
The value representation of the DICOM element that is about to be added to the DicomDataSet.
Modifying Vr changes the element that is added to the DicomDataSet.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET