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);
	}
Example #3
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);
 }
Example #4
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);
 }
	/**
	 * 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 #6
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, "Complaint", "LIBRARIES", "_complaint");
     // 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 #10
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);
 }
Example #12
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 #13
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);
 }
Example #14
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 #15
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 #16
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);
 }
Example #17
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);
 }
 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, "Occupation", "LIBRARIES", "_occupation");
     module::set_menu($this->module, "Occupation Category", "LIBRARIES", "_occupation_cat");
     module::set_menu($this->module, "Occupation", "STATS", "_occupation_stats");
     // 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, "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);
 }
Example #23
0
 function init_menu()
 {
     // use this for updating menu system
     // under LIBRARIES
     if (func_num_args() > 0) {
         $arg_list = func_get_args();
     }
     // load menu
     module::set_menu($this->module, "Notes Templates", "LIBRARIES", "_notes_templates");
     module::set_menu($this->module, "Notes DX Classes", "LIBRARIES", "_notes_dxclass");
     // 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
     // _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 #25
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);
 }
    function init_menu() {
        if (func_num_args()>0) {
            $arg_list = func_get_args();
            $module_id = $arg_list[0];
        }
        //module::set_menu($this->module, "Philhealth Card", "PATIENTS", "_philhealth_patient");
        module::set_menu($this->module, "Philhealth Report", "STATS", "_philhealth_report");
        module::set_menu($this->module, "Philhealth Labs", "LIBRARIES", "_philhealth_labs");
        module::set_menu($this->module, "Philhealth Services", "LIBRARIES", "_philhealth_services");

        // 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();
     }
     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);
 }
Example #28
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, "News Archive", "CONTENT", "_news_archive");
     module::set_menu($this->module, "Frontpage News", "CONTENT", "_news");
     // put in more details
     module::set_detail($this->description, $this->version, $this->author, $this->module);
 }
Example #29
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, "FP Follow-ups", "CONSULTS", "_mc_followup");
     module::set_menu($this->module, "FP History", "LIBRARIES", "_fp_history");
     module::set_menu($this->module, "FP Methods", "LIBRARIES", "_fp_methods");
     // add more detail
     module::set_detail($this->description, $this->version, $this->author, $this->module);
 }
Example #30
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, "IMCI Dx Class", "LIBRARIES", "_imci_dxclass");
     module::set_menu($this->module, "IMCI Drugs", "LIBRARIES", "_imci_drugs");
     module::set_menu($this->module, "IMCI Drug Class", "LIBRARIES", "_imci_drug_class");
     module::set_menu($this->module, "IMCI Signs", "LIBRARIES", "_imci_signs");
     module::set_menu($this->module, "IMCI Treatment", "LIBRARIES", "_imci_treatment");
     // add more detail
     module::set_detail($this->description, $this->version, $this->author, $this->module);
 }