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: