Leadtools.Dicom Namespace > DicomDataSet Class > InsertElementAndSetValue Method : InsertElementAndSetValue(Int64,Object) Method |
public DicomDataSet InsertElementAndSetValue( long tag, object value )
'Declaration Public Overloads Function InsertElementAndSetValue( _ ByVal tag As Long, _ ByVal value As Object _ ) As DicomDataSet
'Usage Dim instance As DicomDataSet Dim tag As Long Dim value As Object Dim value As DicomDataSet value = instance.InsertElementAndSetValue(tag, value)
public DicomDataSet InsertElementAndSetValue( long tag, object value )
ObjectiveC Syntax
public: DicomDataSet^ InsertElementAndSetValue( int64 tag, Object^ value )
This method is used to set the value of an existing DICOM data set element, or if the existing element does not already exist, to insert the element and then set its value. The value parameter can be any supported DICOM value. For details on the value parameter, see SetValue
This method returns a reference to the DicomDataSet class so that it can be used as part of a 'fluent' interface. For an example of how this can be used efficiently to create a DICOM sequence, see BeginEditSequence(DicomElement,Boolean,Int64)
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
DicomDataSet.SetValue(DicomElement, object)
DicomDataSet.InsertElementAndSetValue(long, object)
DicomDataSet.InsertElementAndSetValue(DicomElement, bool, long, object)
InsertElementAndSetValueResult Property
BeginEditSequence(DicomElement,Boolean,Int64) Method
EndEditSequence Method
BeginEditItem(Int32) Method
EndEditItem Method