Returns the last DicomVR item in the Value Representation Table that immediately precedes the specified item.
Public Function GetPrevious( _
ByVal vr As Leadtools.Dicom.DicomVR _
) As Leadtools.Dicom.DicomVR
public Leadtools.Dicom.DicomVR GetPrevious(
Leadtools.Dicom.DicomVR vr
)
public DicomVr getPrevious(DicomVr vr)
function Leadtools.Dicom.DicomVRTable.GetPrevious(
vr
)
public:
Leadtools.Dicom.DicomVR^ GetPrevious(
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 an item in the Value Representation Table that immediately precedes the item specified by 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