Пример #1
0
require_once $root_path . 'include/care_api_classes/class_eye_clinic.php';
//-------------------------------------------------------------------------------------------------------
/**
* CARE2X Integrated Hospital Information System Deployment 2.1 - 2004-10-02
* GNU General Public License
*
* See the file "copy_notice.txt" for the licence notice
*/
//-------------------------------------------------------------------------------------------------------------------------------------
$o_arv_patient =& new ART_patient($_REQUEST['pid'], $_REQUEST['registration_id']);
$registration_data = $o_arv_patient->getRegistrationData();
global $vart1, $vart2, $vart3, $valt1, $valt2, $valt3, $signature;
$eyeclinic = new eyeclinic();
$eyeclinic->setacr1($_POST['acr1']);
$acr1 = $eyeclinic->getacr1();
$eyeclinic->setacl1($_POST['acl1']);
$acl1 = $eyeclinic->getacl1();
$eyeclinic->setacr2($_POST['acr2']);
$acr2 = $eyeclinic->getacr2();
$eyeclinic->setacl2($_POST['acl2']);
$acl2 = $eyeclinic->getacl2();
$eyeclinic->setacr3($_POST['acr3']);
$acr3 = $eyeclinic->getacr3();
$eyeclinic->setacl3($_POST['acl3']);
$acl3 = $eyeclinic->getacl3();
$eyeclinic->setacr4($_POST['acr4']);
$acr4 = $eyeclinic->getacr4();
$eyeclinic->setacl4($_POST['acl4']);
$acl4 = $eyeclinic->getacl4();
$eyeclinic->setacr5($_POST['acr5']);
$acr5 = $eyeclinic->getacr5();