Class: iHRIS PageFormPersonManage

From IHRIS Wiki
Revision as of 12:12, 19 October 2009 by Litlfred (talk | contribs)

This article describes the class iHRIS_PageFormPersonManage.

Manage adding or editing a person to the database. @copyright Copyright © 2007, 2008 IntraHealth International, Inc. Page object to handle the adding or editing people to the database.

Methods

displayControls()

Display the save or confirm button templates as needed.

  • Signature: protected function displayControls($save,$show_edit)
  • Parameters:
    • boolean $save
      Flag to show the save button.
      • Default Value: false
    • boolean $show_edit
      (defaults to true)
      • Default Value: true

loadHTMLTemplates()

Load the HTML template files for editing and confirming the index and demographic information.

  • Signature: protected function loadHTMLTemplates()