|
|
(14 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
| This article describes the class ''iHRIS_Exam''.
| | #REDIRECT [[Class: iHRIS_Exam (4.1.7)]] |
| *Extends the class: [[Class: I2CE_Form | I2CE_Form]].
| |
| *Location: Part of the module [[iHRIS Qualify Module List#ihris-qualify|ihris-qualify]] in the package [https://launchpad.net/qualify iHRIS Qualify]
| |
| *Source: Defined in the file [http://bazaar.launchpad.net/~intrahealth+informatics/qualify/4.0.-release/annotate/head:/lib/iHRIS_Exam.php lib/iHRIS_Exam.php]
| |
| *Author: Luke Duncan <lduncan@intrahealth.org>
| |
| *Since: v1.0.0
| |
| @copyright Copyright © 2007, 2008 IntraHealth International, Inc. Object for dealing with exams for trainings.
| |
| ==Form Fields==
| |
| This class is a [[Class: I2CE_Form |form class]] and provides the following [[Class: I2CE_FormField |form fields]]
| |
| ==application_date==
| |
| The form field ''application_date'' is implemented by [[Class: I2CE_FormField_DATE_YMD |DATE_YMD ]]
| |
| ==materials_received==
| |
| The form field ''materials_received'' is implemented by [[Class: I2CE_FormField_YESNO |YESNO ]]
| |
| ==materials_approved==
| |
| The form field ''materials_approved'' is implemented by [[Class: I2CE_FormField_YESNO |YESNO ]]
| |
| ==endorser_name==
| |
| The form field ''endorser_name'' is implemented by [[Class: I2CE_FormField_STRING_LINE |STRING_LINE ]]
| |
| ==endorser_date==
| |
| The form field ''endorser_date'' is implemented by [[Class: I2CE_FormField_DATE_YMD |DATE_YMD ]]
| |
| ==endorser_qualifications==
| |
| The form field ''endorser_qualifications'' is implemented by [[Class: I2CE_FormField_STRING_MLINE |STRING_MLINE ]]
| |
| ==exam_date==
| |
| The form field ''exam_date'' is implemented by [[Class: I2CE_FormField_DATE_YMD |DATE_YMD ]]
| |
| ==try==
| |
| The form field ''try'' is implemented by [[Class: I2CE_FormField_MAP |MAP ]]
| |
| ==results==
| |
| The form field ''results'' is implemented by [[Class: I2CE_FormField_MAP |MAP ]]
| |
| ==exam_number==
| |
| The form field ''exam_number'' is implemented by [[Class: I2CE_FormField_STRING_LINE |STRING_LINE ]]
| |
| ==Methods==
| |
| ===validate()===
| |
| Perform any additional required validation for the exam.
| |
| *Signature: public function validate($page)
| |
| *Parameters:
| |
| ** [[Class: I2CE_Template | I2CE_Template]] &$page
| |
| | |
| | |
| [[Category:Class Documentation]]
| |