Error processing SSI file
LEADTOOLS Medical (Leadtools.Dicom assembly)

Show in webframe

BeginEditItem(Int32) Method








index of the DICOM sequence item to add or edit
Used to edit an existing item, or create a new item in a DICOM sequence
Syntax
public DicomDataSet BeginEditItem( 
   int index
)
'Declaration
 
Public Overloads Function BeginEditItem( _
   ByVal index As Integer _
) As DicomDataSet
'Usage
 
Dim instance As DicomDataSet
Dim index As Integer
Dim value As DicomDataSet
 
value = instance.BeginEditItem(index)
public DicomDataSet BeginEditItem( 
   int index
)
 function Leadtools.Dicom.DicomDataSet.BeginEditItem(Int32)( 
   index 
)
public:
DicomDataSet^ BeginEditItem( 
   int index
) 

Parameters

index
index of the DICOM sequence item to add or edit

Return Value

a reference to the DicomDataSet
Remarks
Use the index parameter to specify which item in the sequence to edit or create. When creating a new DICOM sequence, pass 0 for index, or use the overload that takes no index. BeginEditItem For more information, see BeginEditSequence
Example

For an example, refer to GetValue.

Requirements

Target Platforms

See Also

Reference

DicomDataSet Class
DicomDataSet Members
Overload List

Error processing SSI file
Leadtools.Dicom requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features