LEADTOOLS Medical (Leadtools.Dicom assembly)

FindModuleByIndex Method (DicomIodTable)

Show in webframe







The class in which to look for the module.
Value that indicates the position of the module within the class. This index is zero-based. For example, if nIndex is 2 and class is DicomClassType.NMImageStorage, this method will return the item in the IOD Structure that contains the IOD for the module at index position 2 in the Nuclear Medicine Image class.
Returns the item in the IOD Structure that contains the IOD for the module in the specified class at the specified index.
Syntax
public DicomIod FindModuleByIndex( 
   DicomClassType type,
   int index
)
'Declaration
 
Public Function FindModuleByIndex( _
   ByVal type As DicomClassType, _
   ByVal index As Integer _
) As DicomIod
'Usage
 
Dim instance As DicomIodTable
Dim type As DicomClassType
Dim index As Integer
Dim value As DicomIod
 
value = instance.FindModuleByIndex(type, index)
public DicomIod FindModuleByIndex( 
   DicomClassType type,
   int index
)

            
public DicomIod findModuleByIndex(DicomClassType type, int index)
 function Leadtools.Dicom.DicomIodTable.FindModuleByIndex( 
   type ,
   index 
)
public:
DicomIod^ FindModuleByIndex( 
   DicomClassType type,
   int index
) 

Parameters

type
The class in which to look for the module.
index
Value that indicates the position of the module within the class. This index is zero-based. For example, if nIndex is 2 and class is DicomClassType.NMImageStorage, this method will return the item in the IOD Structure that contains the IOD for the module at index position 2 in the Nuclear Medicine Image class.

Return Value

DicomIod class in the IOD Structure that contains the IOD for the module at the specified index position in the specified class.
Remarks
Example
For an example, refer to Reset.
Requirements

Target Platforms

See Also

Reference

DicomIodTable Class
DicomIodTable Members
DicomIodTable.Find(DicomIod , DicomClassType , DicomIodType , bool )
FindClass Method
FindModule Method

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Dicom requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features