C#
VB
C++
Used to read an existing item from a DICOM sequence
public DicomDataSet BeginReadItem()
Public Overloads Function BeginReadItem() As DicomDataSet
public:
DicomDataSet^ BeginReadItem();
a reference to the DicomDataSet
To read an existing item that is not the first item, use the overload that takes an index. BeginReadItem For more information, see BeginReadSequence
BeginEditSequence(DicomElement,Boolean,Int64) Method