Beispiel #1
0
 protected function OnInput()
 {
     parent::OnInput();
     $this->title = 'Информация о персонале';
     $this->patient = getPatientInfoById($_GET['id']);
     $this->medicines = getAllMedicines();
     $this->costs = getAllCosts();
     $this->procedure = getAllProcedures();
     $this->place = getAllPlaces();
     $this->doctor = getAllPersonals();
     $this->schedule = getScheduleOfPatient($_GET['id']);
 }
Beispiel #2
0
 public function OnInput()
 {
     parent::OnInput();
     $this->costs = getAllCosts();
 }