Leadtools.Dicom Requires Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
InsertKey(DicomElement,DicomDirKeyType,Boolean) Method
See Also 
Leadtools.Dicom Namespace > DicomDataSet Class > InsertKey Method : InsertKey(DicomElement,DicomDirKeyType,Boolean) Method



parent
A key element in the Data Set. The new key element will be inserted as a child of this key element.
key
The type of key element to insert.
optional
true to insert all parts of the specified key element; false to insert only the mandatory parts of the specified key element.
parent
A key element in the Data Set. The new key element will be inserted as a child of this key element.
key
The type of key element to insert.
optional
true to insert all parts of the specified key element; false to insert only the mandatory parts of the specified key element.
Inserts a new key element in the Dicom Dir Data Set.

Syntax

Visual Basic (Declaration) 
Overloads Public Function InsertKey( _
   ByVal parent As DicomElement, _
   ByVal key As DicomDirKeyType, _
   ByVal optional As Boolean _
) As DicomElement
Visual Basic (Usage)Copy Code
Dim instance As DicomDataSet
Dim parent As DicomElement
Dim key As DicomDirKeyType
Dim optional As Boolean
Dim value As DicomElement
 
value = instance.InsertKey(parent, key, optional)
C# 
public DicomElement InsertKey( 
   DicomElement parent,
   DicomDirKeyType key,
   bool optional
)
C++/CLI 
public:
DicomElement^ InsertKey( 
   DicomElement^ parent,
   DicomDirKeyType key,
   bool optional
) 

Parameters

parent
A key element in the Data Set. The new key element will be inserted as a child of this key element.
key
The type of key element to insert.
optional
true to insert all parts of the specified key element; false to insert only the mandatory parts of the specified key element.

Return Value

The newly inserted item.

Example

For an example, refer to Reset.

Remarks

The newly inserted key element is inserted as a child of parent.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

Leadtools.Dicom requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features