![]() |
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.25
|
Leadtools.Dicom Namespace > DicomDataSet Class : FindModuleByIndex Method |
public DicomModule FindModuleByIndex( int index )
'Declaration
Public Function FindModuleByIndex( _ ByVal index As Integer _ ) As DicomModule
'Usage
Dim instance As DicomDataSet Dim index As Integer Dim value As DicomModule value = instance.FindModuleByIndex(index)
public DicomModule FindModuleByIndex( int index )
public DicomModule findModuleByIndex(int index)
function Leadtools.Dicom.DicomDataSet.FindModuleByIndex( index )
public: DicomModule^ FindModuleByIndex( int index )
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: