- tag
- An item in the Data Element Tag Table, the item that immediately precedes this item will be returned.
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As DicomTagTable Dim tag As DicomTag Dim value As DicomTag value = instance.GetNext(tag) |
Parameters
- tag
- An item in the Data Element Tag Table, the item that immediately precedes this item will be returned.
Return Value
DicomTag class that contains the item in the Data Element Tag Table that immediately follows the item specified in Data Element Tag.For an example, refer to DicomTagTable.Reset.
- The following methods will also help you navigate the Data Element Tag Table:
- To determine the number of entries in the Data Element Tag Table, use GetCount.
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)