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 |
---|---|
|
C# | |
---|---|
public DicomElement InsertKey( DicomElement parent, DicomDirKeyType key, bool optional ) |
Managed Extensions for 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.For an example, refer to Reset.
The newly inserted key element is inserted as a child of parent.
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Reference
DicomDataSet ClassDicomDataSet Members
Overload List
InsertKey(DicomElement,String,Boolean) Method
DeleteKey Method
GetRootKey Method
GetParentKey Method
GetChildKey Method
GetFirstKey Method
GetLastKey Method
GetPreviousKey Method
GetNextKey Method
FindFirstKey(DicomElement,String,Boolean) Method
FindLastKey(DicomElement,String,Boolean) Method
FindPreviousKey Method
FindNextKey Method
GetKeyValue Method
GetKeyValuePtr Method
GetKeyValueString Method