Example #1
0
 function init_menu()
 {
     if (func_num_args() > 0) {
         $arg_list = func_get_args();
     }
     module::set_detail($this->description, $this->version, $this->author, $this->module);
 }
 function init_menu()
 {
     if (func_num_args() > 0) {
         $arg_list = func_get_args();
     }
     module::set_menu($this->module, "Health Facility", "LIBRARIES", "_health_facility");
     module::set_detail($this->description, $this->version, $this->author, $this->module);
 }
	/**
	 * Initilize Menu
	 * 
	 * Sets Menu Entried and detail
	 */
	function init_menu() {
        if (func_num_args()>0) {
            $arg_list = func_get_args();
        }

        module::set_menu($this->module, "Export Records", "SUPPORT", "_export");
        module::set_detail($this->description, $this->version, $this->author, $this->module);
	}
	/**
	 * Initilize Menu
	 * 
	 * Sets Menu Entried and detail
	 */
    function init_menu() {
        if (func_num_args()>0) {
            $arg_list = func_get_args();
        }

        module::set_menu($this->module, "Complaint", "LIBRARIES", "_complaint");
        module::set_detail($this->description, $this->version, $this->author, $this->module);

    }
Example #5
0
 function init_menu()
 {
     if (func_num_args() > 0) {
         $arg_list = func_get_args();
     }
     module::set_menu($this->module, "Alert Types", "LIBRARIES", "_alert_type");
     module::set_menu($this->module, "Alerts", "CONSULTS", "_alert");
     module::set_detail($this->description, $this->version, $this->author, $this->module);
 }
Example #6
0
 function init_menu()
 {
     if (func_num_args() > 0) {
         $arg_list = func_get_args();
     }
     module::set_menu($this->module, "Family Folders", "PATIENTS", "_family");
     // put in more details
     module::set_detail($this->description, $this->version, $this->author, $this->module);
 }
 function init_menu()
 {
     // use this for updating menu system
     if (func_num_args() > 0) {
         $arg_list = func_get_args();
     }
     // menu entries
     // add more detail
     module::set_detail($this->description, $this->version, $this->author, $this->module);
 }
Example #8
0
 function init_menu()
 {
     if (func_num_args() > 0) {
         $arg_list = func_get_args();
     }
     // menu entries
     module::set_menu($this->module, "ICD10 Codes", "LIBRARIES", "_icd10");
     // put in more details
     module::set_detail($this->description, $this->version, $this->author, $this->module);
 }
 function init_menu()
 {
     // use this for updating menu system
     if (func_num_args() > 0) {
         $arg_list = func_get_args();
     }
     // menu entries
     module::set_menu($this->module, "Notifiable Diseases", "LIBRARIES", "_notifiable");
     // add more detail
     module::set_detail($this->description, $this->version, $this->author, $this->module);
 }
 function init_menu()
 {
     // use this for updating menu system
     if (func_num_args() > 0) {
         $arg_list = func_get_args();
     }
     // menu entries
     module::set_menu($this->module, "EPI Reports", "REPORTS", "_epi_report");
     // add more detail
     module::set_detail($this->description, $this->version, $this->author, $this->module);
 }
 function init_menu()
 {
     // use this for updating menu system
     if (func_num_args() > 0) {
         $arg_list = func_get_args();
     }
     // menu entries
     module::set_menu($this->module, "Database Support", "SUPPORT", "_database_support");
     // add more detail
     module::set_detail($this->description, $this->version, $this->author, $this->module);
 }
Example #12
0
 function init_menu()
 {
     // use this for updating menu system
     if (func_num_args() > 0) {
         $arg_list = func_get_args();
     }
     // menu entries
     module::set_menu($this->module, "Injury Codes", "LIBRARIES", "_injury_codes");
     module::set_menu($this->module, "Injury Locations", "LIBRARIES", "_injury_locations");
     // add more detail
     module::set_detail($this->description, $this->version, $this->author, $this->module);
 }
 function init_menu()
 {
     // use this for updating menu system
     if (func_num_args() > 0) {
         $arg_list = func_get_args();
     }
     // menu entries
     module::set_menu($this->module, "Education", "LIBRARIES", "_education");
     module::set_menu($this->module, "Education", "STATS", "_education_stats");
     // add more detail
     module::set_detail($this->description, $this->version, $this->author, $this->module);
 }
Example #14
0
 function init_menu()
 {
     if (func_num_args() > 0) {
         $arg_list = func_get_args();
     }
     // menu entries
     module::set_menu($this->module, "Records", "PATIENTS", "_patient");
     // this menu action is for attaching modules to patients in realtime
     module::set_menu($this->module, "Modules", "PATIENTS", "_patient_modules");
     // put in more details
     module::set_detail($this->description, $this->version, $this->author, $this->module);
 }
 function init_menu()
 {
     // use this for updating menu system
     // under LIBRARIES
     if (func_num_args() > 0) {
         $arg_list = func_get_args();
     }
     module::set_menu($this->module, "Appointments", "LIBRARIES", "_appointments");
     module::set_menu($this->module, "Appointments", "CONSULTS", "_consult_schedule");
     // put in more details
     module::set_detail($this->description, $this->version, $this->author, $this->module);
 }
 function init_menu()
 {
     //
     // menu entries
     //
     if (func_num_args() > 0) {
         $arg_list = func_get_args();
     }
     // none for this module
     // put in more details
     module::set_detail($this->description, $this->version, $this->author, $this->module);
 }
Example #17
0
 function init_menu()
 {
     // use this for updating menu system
     if (func_num_args() > 0) {
         $arg_list = func_get_args();
     }
     // menu entries
     module::set_menu($this->module, "Frontpage Quotes", "CONTENT", "_quotes");
     module::set_menu($this->module, "Quotes Archive", "CONTENT", "_quotes_archive");
     // add more detail
     module::set_detail($this->description, $this->version, $this->author, $this->module);
 }
Example #18
0
 function init_menu()
 {
     // use this for updating menu system
     // under LIBRARIES
     if (func_num_args() > 0) {
         $arg_list = func_get_args();
     }
     // menu entries
     module::set_menu($this->module, "Patient Groups", "LIBRARIES", "_ptgroup");
     // add more detail
     module::set_detail($this->description, $this->version, $this->author, $this->module);
 }
Example #19
0
 function init_menu()
 {
     if (func_num_args() > 0) {
         $arg_list = func_get_args();
     }
     module::set_menu($this->module, "Alert Types", "LIBRARIES", "_alert_type");
     module::set_menu($this->module, "Alerts", "CONSULTS", "_alert");
     module::set_menu($this->module, "SMS Alerts Configuration", "LIBRARIES", "_sms_config");
     module::set_menu($this->module, "SMS Patient Enrollment", "LIBRARIES", "_sms_enroll");
     module::set_menu($this->module, "SMS Alerts", "CONSULTS", "_sms_alert");
     module::set_detail($this->description, $this->version, $this->author, $this->module);
 }
Example #20
0
 function init_menu()
 {
     if (func_num_args() > 0) {
         $arg_list = func_get_args();
         $module_id = $arg_list[0];
     }
     module::set_menu($this->module, "History Questions", "LIBRARIES", "_questions");
     module::set_menu($this->module, "Question Category", "LIBRARIES", "_questioncat");
     module::set_menu($this->module, "Complaint Questions", "SUPPORT", "_complaint_questions");
     // put in more details
     module::set_detail($this->description, $this->version, $this->author, $this->module);
 }
Example #21
0
 function init_menu()
 {
     // use this for updating menu system
     if (func_num_args() > 0) {
         $arg_list = func_get_args();
     }
     // menu entries
     module::set_menu($this->module, "Lab Exams", "LIBRARIES", "_lab_exams");
     module::set_menu($this->module, "Laboratory", "CONSULTS", "_laboratory");
     // add more detail
     module::set_detail($this->description, $this->version, $this->author, $this->module);
 }
 function init_menu()
 {
     //
     // menu entries
     // use multiple inserts (watch out for ;)
     //
     if (func_num_args() > 0) {
         $arg_list = func_get_args();
     }
     module::set_menu($this->module, "Maternal Care", "STATS", "_maternalcare_stats");
     // put in more details
     module::set_detail($this->description, $this->version, $this->author, $this->module);
 }
 function init_menu()
 {
     //
     // menu entries
     // use multiple inserts (watch out for ;)
     //
     if (func_num_args() > 0) {
         $arg_list = func_get_args();
     }
     // no menu
     // put in more details
     module::set_detail($this->description, $this->version, $this->author, $this->module);
 }
Example #24
0
 function init_menu()
 {
     if (func_num_args() > 0) {
         $arg_list = func_get_args();
     }
     print_r($arg_list);
     // set_menu parameters
     // set_menu([module name], [menu title - what is displayed], menu categories (top menu)], [script executed in class])
     //module::set_menu($this->module, "Dental Records", "PATIENTS", "_consult_dental");
     // set_detail parameters
     // set_detail([module description], [module version], [module author], [module name/id]
     module::set_detail($this->description, $this->version, $this->author, $this->module);
 }
 function init_menu()
 {
     //
     // menu entries
     // use multiple inserts (watch out for ;)
     //
     if (func_num_args() > 0) {
         $arg_list = func_get_args();
     }
     module::set_menu($this->module, "Reminder Templates", "LIBRARIES", "_sms_template");
     // put in more details
     module::set_detail($this->description, $this->version, $this->author, $this->module);
 }
 function init_menu()
 {
     // use this for updating menu system
     // under LIBRARIES
     if (func_num_args() > 0) {
         $arg_list = func_get_args();
     }
     // _<modulename> in SQl refers to function _<modulename>() below
     // _weekly_calendar in SQL refers to function _weekly_calendar() below;
     module::set_menu($this->module, "Weekly Calendar", "LIBRARIES", "_weekly_calendar");
     // put in more details
     module::set_detail($this->description, $this->version, $this->author, $this->module);
 }
 function init_menu()
 {
     // use this for updating menu system
     // under LIBRARIES
     if (func_num_args() > 0) {
         $arg_list = func_get_args();
     }
     // _<modulename> in SQl refers to function _<modulename>() below
     // _barangay in SQL refers to function _barangay() below;
     module::set_menu($this->module, "Templates", "LIBRARIES", "_templates");
     // put in more details
     module::set_detail($this->description, $this->version, $this->author, $this->module);
 }
 function init_menu()
 {
     // use this for updating menu system
     if (func_num_args() > 0) {
         $arg_list = func_get_args();
     }
     // menu entries
     module::set_menu($this->module, "RAD Facility", "LIBRARIES", "_rad_facility");
     module::set_menu($this->module, "RAD DX Codes", "LIBRARIES", "_rad_dxcodes");
     module::set_menu($this->module, "RAD DX Codes", "LIBRARIES", "_rad_");
     // add more detail
     module::set_detail($this->description, $this->version, $this->author, $this->module);
 }
 function init_menu()
 {
     // use this for updating menu system
     // under LIBRARIES
     if (func_num_args() > 0) {
         $arg_list = func_get_args();
     }
     // _<modulename> in SQl refers to function _<modulename>() below
     // _demographic_profile in SQL refers to function _demographic_profile() below;
     module::set_menu($this->module, "Demographic Profile", "LIBRARIES", "_demographic_profile");
     // put in more details
     module::set_detail($this->description, $this->version, $this->author, $this->module);
 }
Example #30
0
 function init_menu()
 {
     //
     // menu entries
     // use multiple inserts (watch out for ;)
     //
     if (func_num_args() > 0) {
         $arg_list = func_get_args();
     }
     module::set_menu($this->module, "SMS Message", "SUPPORT", "_sms");
     // put in more details
     module::set_detail($this->description, $this->version, $this->author, $this->module);
 }