- tag
- tag number of the DICOM element sequence
| Visual Basic (Declaration) | |
|---|---|
Overloads Public Function BeginReadSequence( _ ByVal tag As Long _ ) As DicomDataSet | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As DicomDataSet Dim tag As Long Dim value As DicomDataSet value = instance.BeginReadSequence(tag) | |
| C# | |
|---|---|
public DicomDataSet BeginReadSequence( long tag ) | |
| C++/CLI | |
|---|---|
public: DicomDataSet^ BeginReadSequence( int64 tag ) | |
Parameters
- tag
- tag number of the DICOM element sequence
Return Value
a reference to the DicomDataSetFor an example, refer to GetValue.
For more information, see BeginReadSequence
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
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
Copy Code