Ejemplo n.º 1
0
 protected function OnInput()
 {
     parent::OnInput();
     $this->cost_id = $_GET['id'];
     $this->cost_name = getCostNameById($this->cost_id);
     $this->expences = CExpences($this->cost_id);
     $this->patients = getAllpatients();
 }
Ejemplo n.º 2
0
 protected function OnInput()
 {
     parent::OnInput();
     $this->med_id = $_GET['id'];
     $this->medicine_name = getMedicineNameById($this->med_id);
     $this->expences = Expences($this->med_id);
     $this->patients = getAllpatients();
 }
Ejemplo n.º 3
0
 protected function OnInput()
 {
     parent::OnInput();
     $this->title = 'Список контактов';
     $this->allpatients = getAllpatients();
 }