Returns the item in the IOD Structure that contains the IOD for the specified module in the specified class.
public DicomIod FindModule(
DicomClassType type,
DicomModuleType module
)
Public Function FindModule( _
ByVal type As Leadtools.Dicom.DicomClassType, _
ByVal module As Leadtools.Dicom.DicomModuleType _
) As Leadtools.Dicom.DicomIod
public Leadtools.Dicom.DicomIod FindModule(
Leadtools.Dicom.DicomClassType type,
Leadtools.Dicom.DicomModuleType module
)
function Leadtools.Dicom.DicomIodTable.FindModule(
type ,
module
)
public:
Leadtools.Dicom.DicomIod^ FindModule(
Leadtools.Dicom.DicomClassType type,
Leadtools.Dicom.DicomModuleType module
)
type
Class constant that specifies the class in which to look for the module.
module
Module constant that specifies the module to look for within the class specified in class.
DicomIod class in the IOD Structure that contains the IOD for the specified module in the specified class.
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