Commit 13d6bf70 by Jansa Jose

Merge branch 'jansa'

parents 13d4f17c eec037d7
......@@ -710,7 +710,7 @@ public function record()
$doctor_data = $this->Doctor_model->get_single_doctor($booking_details['doc_id']);
$patient_data = $this->Patient_model->get_single_patient($booking_details['pat_id']);
echo "<pre>";print_r($record_data);echo "<br>";
//echo "<pre>";print_r($record_data);echo "<br>";
$record_data['diseases'] = json_decode(decrypt_data($record_data['diseases']));
$record_data['prescribtions'] = json_decode(decrypt_data($record_data['prescribtions']));
$record_data['exams'] = json_decode(decrypt_data($record_data['exams']));
......@@ -718,7 +718,7 @@ public function record()
$record_data['letters'] = json_decode(decrypt_data($record_data['letters']));
echo "<pre>";print_r($record_data);die();
//echo "<pre>";print_r($record_data);die();
$template['page'] = "patient_dash_service_summary";
$template['page_title'] = "Record";
$template['record_data'] = $record_data;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment