Gets the Value representation code that indicates the type of value stored in the data element.
Syntax
Visual Basic (Declaration) | |
---|
Public ReadOnly Property VR As DicomVRType |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As DicomTag
Dim value As DicomVRType
value = instance.VR
|
Managed Extensions for C++ | |
---|
public: __property DicomVRType get_VR(); |
Return Value
The Value representation code that indicates the type of value stored in the data element.
Example
For an example, refer to
Reset.
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also