DicomObjects.NET.8.48 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 System.String
    'Usage
     
    
    Dim Keyword As Keyword
    Dim value As System.String
     
    value = DicomAttribute.DefinedVR(Keyword)
    public static System.string DefinedVR( 
       Keyword Keyword
    )
    public function DefinedVR( 
        Keyword: Keyword
    ): System.String; static; 
    public static function DefinedVR( 
       Keyword : Keyword
    ) : System.String;
    public: static System.string* DefinedVR( 
       Keyword Keyword
    ) 
    public:
    static System.String^ DefinedVR( 
       Keyword Keyword
    ) 

    Parameters

    Keyword
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also