←Select platform

BeginReadItem(int) Method

Summary
Used to read an existing item from a DICOM sequence.
Syntax
C#
VB
C++
public DicomDataSet BeginReadItem( 
   int index 
) 
Public Overloads Function BeginReadItem( _ 
   ByVal index As Integer _ 
) As DicomDataSet 
public: 
DicomDataSet^ BeginReadItem(  
   int index 
)  

Parameters

index
index of the DICOM sequence item to read

Return Value

a reference to the DicomDataSet

Remarks

Use the index parameter to specify which item in the sequence to read. When all items from DICOM sequence, pass 0 for index, or use the overload that takes no index. BeginReadItem For more information, see BeginReadSequence

Example

For an example, refer to DicomDataSet.GetValue{T}(DicomElement, T, out T).

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.