Class: iHRIS PageSearch
From IHRIS Wiki
The class iHRIS_PageSearch contains 2 definitions:
- Definition in manage/lib/iHRIS_PageSearch.php of the package iHRIS Manage
- Definition in qualify/lib/iHRIS_PageSearch.php of the package iHRIS Qualify
manage/lib/iHRIS_PageSearch.php
This article describes the class iHRIS_PageSearch.
- Extends the class: I2CE_Page.
- Parent Classses: I2CE_Page I2CE_Fuzzy
- Location: Part of the module ihris-manage in the package iHRIS Manage
- Source: Defined in the file lib/iHRIS_PageSearch.php
- Author: Carl Leitner <litlfred@ibiblio.org>
I2CE_Page_ReportRelationship
Methods
action()
Perform any actions for the page
- Signature: public function action()
- Returns: boolean.
true on sucess
actionMenu()
- Signature: protected function actionMenu()
actionSearch()
- Signature: protected function actionSearch()
getDisplayObj()
- Signature: protected function getDisplayObj($request)
- Parameters:
- $request
qualify/lib/iHRIS_PageSearch.php
This article describes the class iHRIS_PageSearch.
- Extends the class: I2CE_Page.
- Parent Classses: I2CE_Page I2CE_Fuzzy
- Location: Part of the module ihris-qualify in the package iHRIS Qualify
- Source: Defined in the file lib/iHRIS_PageSearch.php
- Author: Luke Duncan <lduncan@intrahealth.org>
- Since: v2.0.0
Search for a person's record. @copyright Copyright © 2007, 2008 IntraHealth International, Inc. The page class for searching for a person's record.
Variables
$search
The search object for this page to display the form.
- Type: private I2CE_Form $search
Methods
action()
Perform the main actions of the page.
- Signature: protected function action()
loadHTMLTemplates()
Load the HTML template files for editing and confirming the index and demographic information.
- Signature: protected function loadHTMLTemplates()