Returns the last DicomUid item in the UID Table that immediately precedes the specified item.
Public Function GetPrevious( _
ByVal uid As Leadtools.Dicom.DicomUid _
) As Leadtools.Dicom.DicomUid
public Leadtools.Dicom.DicomUid GetPrevious(
Leadtools.Dicom.DicomUid uid
)
public DicomUid getPrevious(DicomUid uid)
function Leadtools.Dicom.DicomUidTable.GetPrevious(
uid
)
public:
Leadtools.Dicom.DicomUid^ GetPrevious(
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 an item in the UID Table that immediately precedes the item specified by 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