Class: iHRIS Exam: Difference between revisions

From IHRIS Wiki
No edit summary
No edit summary
Line 1: Line 1:
This article describes the class ''iHRIS_Exam''.
This article describes the class ''iHRIS_Exam''.
*Extends the class: [[Class: I2CE_Form | I2CE_Form]].
*Extends the class: [[Class: I2CE_Form | I2CE_Form]].
*Location: Part of the module [[iHRIS Module List#ihris-qualify|ihris-qualify]] in the package [https://launchpad.net/qualify iHRIS Qualify]
*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]
*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>
*Author: Luke Duncan <lduncan@intrahealth.org>

Revision as of 13:11, 19 October 2009

This article describes the class iHRIS_Exam.

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

Form Fields

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

application_date

The form field application_date is implemented by DATE_YMD

materials_received

The form field materials_received is implemented by YESNO

materials_approved

The form field materials_approved is implemented by YESNO

endorser_name

The form field endorser_name is implemented by STRING_LINE

endorser_date

The form field endorser_date is implemented by DATE_YMD

endorser_qualifications

The form field endorser_qualifications is implemented by STRING_MLINE

exam_date

The form field exam_date is implemented by DATE_YMD

try

The form field try is implemented by MAP

results

The form field results is implemented by MAP

exam_number

The form field exam_number is implemented by STRING_LINE

Methods

validate()

Perform any additional required validation for the exam.

  • Signature: public function validate($page)
  • Parameters: