'Declaration
Public Shared Sub AddPrivateDictionaryElement( _ ByVal Group As Integer, _ ByVal Element As Byte, _ ByVal Creator As String, _ ByVal VR As String, _ ByVal VM As String, _ ByVal Description As String _ )
'Usage
Dim Group As Integer Dim Element As Byte Dim Creator As String Dim VR As String Dim VM As String Dim Description As String DicomGlobal.AddPrivateDictionaryElement(Group, Element, Creator, VR, VM, Description)
Parameters
- Group
- Integer value, the group index of the data element.
- Element
- Byte value, the lower byte element index of the data element.
- Creator
- The name of the private creator
- 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.