Returns the last DicomTag item in the Data Element Tag Table that immediately precedes the specified item.
Public Function GetPrevious( _
ByVal tag As Leadtools.Dicom.DicomTag _
) As Leadtools.Dicom.DicomTag
public Leadtools.Dicom.DicomTag GetPrevious(
Leadtools.Dicom.DicomTag tag
)
public DicomTag getPrevious(DicomTag tag)
function Leadtools.Dicom.DicomTagTable.GetPrevious(
tag
)
public:
Leadtools.Dicom.DicomTag^ GetPrevious(
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 an item in the Data Element Tag Table that immediately precedes the item specified by 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