Returns a DicomModule object that contains information about the module, on Level 0, at the specified index.
public DicomModule FindModuleByIndex(
int index
)
Public Function FindModuleByIndex( _
ByVal index As Integer _
) As Leadtools.Dicom.DicomModule
public Leadtools.Dicom.DicomModule FindModuleByIndex(
int index
)
public DicomModule findModuleByIndex(int index)
function Leadtools.Dicom.DicomDataSet.FindModuleByIndex(
index
)
public:
Leadtools.Dicom.DicomModule^ FindModuleByIndex(
int index
)
index
The zero-based index of the module, on Level 0 of the Data Set, to get.
A DicomModule object that contains information about the module at the specified index on Level 0 of the Data Set, or a null reference (Nothing in VB) if no module at the specified index was found. The DicomModule object returned by this method is not unique. It will be overwritten by subsequent calls to FindModule.
The DicomModule object returned by this method is not unique. It will be overwritten by subsequent calls to FindModule.
This method only finds modules at a specific index on Level 0 of the Data Set.
To find information about a module within the Data Set use FindModule.
To find specific elements within the Data Set use the following:
For an example, refer to DeleteModule.
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