DicomObjects.NET Core Documentation
DicomObjects Namespace / DicomAttribute Class / DefinedVR Method



In This Topic
    DefinedVR Method
    In This Topic
    The value representation of an attribute as defined by the DICOM standard
    Syntax
    'Declaration
     
    
    Public Shared Function DefinedVR( _
       ByVal Keyword As Keyword _
    ) As String
    'Usage
     
    
    Dim Keyword As Keyword
    Dim value As String
     
    value = DicomAttribute.DefinedVR(Keyword)
    public static string DefinedVR( 
       Keyword Keyword
    )
    public:
    static String^ DefinedVR( 
       Keyword Keyword
    ) 

    Parameters

    Keyword
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also