Leadtools.Dicom Namespace > DicomDataSet Class > InsertKey Method : InsertKey(DicomElement,String,Boolean) Method |
public DicomElement InsertKey( DicomElement parent, string key, bool optional )
'Declaration Public Overloads Function InsertKey( _ ByVal parent As DicomElement, _ ByVal key As String, _ ByVal optional As Boolean _ ) As DicomElement
'Usage Dim instance As DicomDataSet Dim parent As DicomElement Dim key As String Dim optional As Boolean Dim value As DicomElement value = instance.InsertKey(parent, key, optional)
public DicomElement InsertKey( DicomElement parent, string key, bool optional )
ObjectiveC Syntax
function Leadtools.Dicom.DicomDataSet.InsertKey(DicomElement,String,Boolean)( parent , key , optional )
public: DicomElement^ InsertKey( DicomElement^ parent, String^ key, bool optional )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
DicomDataSet Class
DicomDataSet Members
Overload List
InsertKey(DicomElement,DicomDirKeyType,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