Visual Basic (Declaration) | |
---|---|
Overloads Public Function BeginReadItem() As DicomDataSet |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public DicomDataSet BeginReadItem() |
C++/CLI | |
---|---|
public: DicomDataSet^ BeginReadItem(); |
Return Value
a reference to the DicomDataSetFor an example, refer to GetValue.
To read an existing item that is not the first item, use the overload that takes an index.
BeginReadItem
For more information, see BeginReadSequence
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Reference
DicomDataSet ClassDicomDataSet Members
Overload List
BeginEditSequence(DicomElement,Boolean,Int64) Method
EndEditSequence Method
BeginEditItem(Int32) Method
EndEditItem Method
BeginReadSequence(DicomElement,Boolean,Int64) Method
EndReadSequence Method
BeginReadItem(Int32) Method
EndReadItem Method