Inserts a new key element in the Dicom Dir Data Set.
public DicomElement InsertKey(
DicomElement parent,
DicomDirKeyType key,
bool optional
)
Public Overloads Function InsertKey( _
ByVal parent As DicomElement, _
ByVal key As DicomDirKeyType, _
ByVal optional As Boolean _
) As DicomElement
public:
DicomElement^ InsertKey(
DicomElement^ parent,
DicomDirKeyType key,
bool optional
)
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.
The newly inserted item.
The newly inserted key element is inserted as a child of parent.
InsertKey(DicomElement,String,Boolean) Method
FindFirstKey(DicomElement,String,Boolean) Method
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document