DicomObjects Reference
DicomObjects Reference / DicomAttribute Object / VR Property
VR Property
Description
Gets or changes the value representation of an attribute
Property type
Read-write property
Syntax
Visual Basic
Public Property VR As String
Remarks
This property is normally used as read-only and may be useful in determining the type of an element.
Changing the type of an element is not normally needed or a good idea, but may be required occasionally, such as when private data has been read though the implicit VR transfer syntax.  Where it is known that this will occur, it is often better to update DicomObject’s dictionary before the data is read, using the AddDictionaryElement method.
See Also