Returns the next DicomVR item in the Value Representation Table that immediately follows the specified item.
Public Function GetNext( _
ByVal vr As Leadtools.Dicom.DicomVR _
) As Leadtools.Dicom.DicomVR
public Leadtools.Dicom.DicomVR GetNext(
Leadtools.Dicom.DicomVR vr
)
public DicomVr getNext(DicomVr vr)
function Leadtools.Dicom.DicomVRTable.GetNext(
vr
)
public:
Leadtools.Dicom.DicomVR^ GetNext(
Leadtools.Dicom.DicomVR^ vr
)
vr
An item in the Value Representation Table, the item that immediately precedes this item will be returned.
DicomVR class that contains the item in the Value Representation Table that immediately follows the item specified in vr.
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