Class: iHRIS Training Course: Difference between revisions

From IHRIS Wiki
No edit summary
No edit summary
Line 1: Line 1:
This article describes the class ''iHRIS_Training_Course''.
This article describes the class ''iHRIS_Training_Course''.
*Extends the class: [[Class: I2CE_List | I2CE_List]].
*Extends the class: [[Class: I2CE_List | I2CE_List]].
*Location: Part of the module [[iHRIS Module List#training-course|training-course]] in the package [https://launchpad.net/ihris-common iHRIS Common]
*Location: Part of the module [[iHRIS Common Module List#training-course|training-course]] in the package [https://launchpad.net/ihris-common iHRIS Common]
*Source: Defined in the file [http://bazaar.launchpad.net/~intrahealth+informatics/ihris-common/4.0.0-release/annotate/head:/modules/TrainingCourse/lib/iHRIS_Training_Course.php modules/TrainingCourse/lib/iHRIS_Training_Course.php]
*Source: Defined in the file [http://bazaar.launchpad.net/~intrahealth+informatics/ihris-common/4.0.0-release/annotate/head:/modules/TrainingCourse/lib/iHRIS_Training_Course.php modules/TrainingCourse/lib/iHRIS_Training_Course.php]
*Author: Luke Duncan <lduncan@intrahealth.org>
*Author: Luke Duncan <lduncan@intrahealth.org>
Line 9: Line 9:
This class is a [[Class: I2CE_Form |form class]] and provides the following [[Class: I2CE_FormField |form fields]]
This class is a [[Class: I2CE_Form |form class]] and provides the following [[Class: I2CE_FormField |form fields]]
==name==
==name==
The form field ''name'' is implemented by [[Class: I2CE_FormField_STRING_LINE |STRING_LINE ]]
The form field ''name'' is implemented by [[Class: I2CE_FormField_STRING_LINE |STRING_LINE ]]
==topic==
==topic==
The form field ''topic'' is implemented by [[Class: I2CE_FormField_STRING_LINE |STRING_LINE ]]
The form field ''topic'' is implemented by [[Class: I2CE_FormField_STRING_LINE |STRING_LINE ]]
==notes==
==notes==
The form field ''notes'' is implemented by [[Class: I2CE_FormField_STRING_MLINE |STRING_MLINE ]]
The form field ''notes'' is implemented by [[Class: I2CE_FormField_STRING_MLINE |STRING_MLINE ]]
==training_institution==
==training_institution==
The form field ''training_institution'' is implemented by [[Class: I2CE_FormField_MAP |MAP ]]
The form field ''training_institution'' is implemented by [[Class: I2CE_FormField_MAP |MAP ]]
==training_funder==
==training_funder==
The form field ''training_funder'' is implemented by [[Class: I2CE_FormField_MAP_MULT |MAP_MULT ]]
The form field ''training_funder'' is implemented by [[Class: I2CE_FormField_MAP_MULT |MAP_MULT ]]
==continuing_education_course==
==continuing_education_course==
The form field ''continuing_education_course'' is implemented by [[Class: I2CE_FormField_MAP_MULT |MAP_MULT ]]
The form field ''continuing_education_course'' is implemented by [[Class: I2CE_FormField_MAP_MULT |MAP_MULT ]]
==training_course_status==
==training_course_status==
The form field ''training_course_status'' is implemented by [[Class: I2CE_FormField_MAP |MAP ]]
The form field ''training_course_status'' is implemented by [[Class: I2CE_FormField_MAP |MAP ]]
==training_course_category==
==training_course_category==
The form field ''training_course_category'' is implemented by [[Class: I2CE_FormField_MAP |MAP ]]
The form field ''training_course_category'' is implemented by [[Class: I2CE_FormField_MAP |MAP ]]
==competency==
==competency==
The form field ''competency'' is implemented by [[Class: I2CE_FormField_MAP_MULT |MAP_MULT ]]
The form field ''competency'' is implemented by [[Class: I2CE_FormField_MAP_MULT |MAP_MULT ]]
==Methods==
==Methods==
===getAvailableCourses()===
===getAvailableCourses()===

Revision as of 12:12, 19 October 2009

This article describes the class iHRIS_Training_Course.

@copyright Copyright © 2007, 2008 IntraHealth International, Inc. Object for dealing with classifications.

Form Fields

This class is a form class and provides the following form fields

name

The form field name is implemented by STRING_LINE

topic

The form field topic is implemented by STRING_LINE

notes

The form field notes is implemented by STRING_MLINE

training_institution

The form field training_institution is implemented by MAP

training_funder

The form field training_funder is implemented by MAP_MULT

continuing_education_course

The form field continuing_education_course is implemented by MAP_MULT

training_course_status

The form field training_course_status is implemented by MAP

training_course_category

The form field training_course_category is implemented by MAP

competency

The form field competency is implemented by MAP_MULT

Methods

getAvailableCourses()

  • Signature: static public function getAvailableCourses()