AddPrivateDictionaryElement Method
In This Topic
Adds Private Data Element to the Dictionary.
Syntax
'Declaration
Public Shared Sub AddPrivateDictionaryElement( _
ByVal As Integer, _
ByVal As Byte, _
ByVal As String, _
ByVal As String, _
ByVal As String, _
ByVal 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)
public static void AddPrivateDictionaryElement(
int ,
byte ,
string ,
string ,
string ,
string
)
public:
static void AddPrivateDictionaryElement(
int ,
byte ,
String^ ,
String^ ,
String^ ,
String^
)
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.
Requirements
Target Platforms: .NET CLR 4.0 or higher
See Also