Inserts a new key element in the Dicom Dir Data Set.
public DicomElement InsertKey(
DicomElement parent,
string key,
bool optional
)
Public Overloads Function InsertKey( _
ByVal parent As Leadtools.Dicom.DicomElement, _
ByVal key As String, _
ByVal optional As Boolean _
) As Leadtools.Dicom.DicomElement
public Leadtools.Dicom.DicomElement InsertKey(
Leadtools.Dicom.DicomElement parent,
string key,
bool optional
)
function Leadtools.Dicom.DicomDataSet.InsertKey(DicomElement,String,Boolean)(
parent ,
key ,
optional
)
public:
Leadtools.Dicom.DicomElement^ InsertKey(
Leadtools.Dicom.DicomElement^ parent,
String^ 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.
For an example, refer to Reset.
InsertKey(DicomElement,DicomDirKeyType,Boolean) Method
FindFirstKey(DicomElement,String,Boolean) Method
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET