Returns the next DicomTag item in the Data Element Tag Table that immediately follows the specified item.
Public Function GetNext( _
ByVal tag As Leadtools.Dicom.DicomTag _
) As Leadtools.Dicom.DicomTag
public Leadtools.Dicom.DicomTag GetNext(
Leadtools.Dicom.DicomTag tag
)
public DicomTag getNext(DicomTag tag)
function Leadtools.Dicom.DicomTagTable.GetNext(
tag
)
public:
Leadtools.Dicom.DicomTag^ GetNext(
Leadtools.Dicom.DicomTag^ tag
)
tag
An item in the Data Element Tag Table, the item that immediately precedes this item will be returned.
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 Reset.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET