DicomObjects.NET.V8
DicomObjects Namespace / DicomAttribute Class / DefinedVM Method



    DefinedVM Method
    The value multiplicity of an attribute as defined by the DICOM standard
    Syntax
    'Declaration
     
    Public Shared Function DefinedVM( _
       ByVal Keyword As Keyword _
    ) As String
     
    'Usage
     
    Dim Keyword As Keyword
    Dim value As String
     
    value = DicomAttribute.DefinedVM(Keyword)

    Parameters

    Keyword
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also