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