'DeclarationPublic Shared Sub AddDictionaryElement( _ ByVal Group As System.Integer, _ ByVal Element As System.Integer, _ ByVal VR As System.String, _ ByVal VM As System.String, _ ByVal Description As System.String _ )
public static void AddDictionaryElement( System.int Group, System.int Element, System.string VR, System.string VM, System.string Description )
Parameters
- Group
- Integer value, the group index of the data element.
- Element
- Integer value, the element index of the data element.
- VR
- String value, the value representation of the new data element.
- VM
- String value, the value multiplicity of the data element.
- Description
- String value, the description of the data element.