C#
VB
Java
WinRT C#
C++
Returns DicomUid class that contains the item located at the specified index in the UID Table.
Public Function FindByIndex( _
ByVal index As Integer _
) As Leadtools.Dicom.DicomUid
public Leadtools.Dicom.DicomUid FindByIndex(
int index
)
public DicomUid findByIndex(int index)
function Leadtools.Dicom.DicomUidTable.FindByIndex(
index
)
public:
Leadtools.Dicom.DicomUid^ FindByIndex(
int index
)
index
An index into the UID Table. This index is zero-based.
DicomUid class that contains the item located at the specified index in the UID Table.
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