DicomObjects.NET.V8
DicomObjects Namespace / DicomAttribute Class / VR Property



    VR Property (DicomAttribute)
    The Value Representation of an attribute
    Syntax
    'Declaration
     
    Public Property VR As String
     
    'Usage
     
    Dim instance As DicomAttribute
    Dim value As String
     
    instance.VR = value
     
    value = instance.VR
    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 through the implicit VR transfer syntax.

    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also