Commit 0538251f by Jansa Jose

medical records

parent 8e54d894
...@@ -710,7 +710,7 @@ public function record() ...@@ -710,7 +710,7 @@ public function record()
$doctor_data = $this->Doctor_model->get_single_doctor($booking_details['doc_id']); $doctor_data = $this->Doctor_model->get_single_doctor($booking_details['doc_id']);
$patient_data = $this->Patient_model->get_single_patient($booking_details['pat_id']); $patient_data = $this->Patient_model->get_single_patient($booking_details['pat_id']);
echo "<pre>";print_r($record_data);echo "<br>";
$record_data['diseases'] = json_decode(decrypt_data($record_data['diseases'])); $record_data['diseases'] = json_decode(decrypt_data($record_data['diseases']));
$record_data['prescribtions'] = json_decode(decrypt_data($record_data['prescribtions'])); $record_data['prescribtions'] = json_decode(decrypt_data($record_data['prescribtions']));
$record_data['exams'] = json_decode(decrypt_data($record_data['exams'])); $record_data['exams'] = json_decode(decrypt_data($record_data['exams']));
......
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