In This Topic
The value multiplicity of an attribute as defined by the DICOM standard
Syntax
'Declaration
Public Shared Function DefinedVM( _
ByVal As Keyword _
) As System.String
'Usage
Dim Keyword As Keyword
Dim value As System.String
value = DicomAttribute.DefinedVM(Keyword)
public static System.string DefinedVM(
Keyword
)
public function DefinedVM(
: Keyword
): System.String; static;
public static function DefinedVM(
: Keyword
) : System.String;
public: static System.string* DefinedVM(
Keyword
)
public:
static System.String^ DefinedVM(
Keyword
)
Parameters
- Keyword
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also