←Select platform

BeginEditItem(int) Method

Summary

Used to edit an existing item, or create a new item in a DICOM sequence

Syntax

C#
VB
C++
public DicomDataSet BeginEditItem( 
   int index 
) 
Public Overloads Function BeginEditItem( _ 
   ByVal index As Integer _ 
) As Leadtools.Dicom.DicomDataSet 
public: 
Leadtools.Dicom.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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly