Commit 8e54d894 by Jansa Jose

medical records

parent 1ba1e1cd
...@@ -718,7 +718,7 @@ public function record() ...@@ -718,7 +718,7 @@ public function record()
$record_data['letters'] = json_decode(decrypt_data($record_data['letters'])); $record_data['letters'] = json_decode(decrypt_data($record_data['letters']));
//print_r($record_data);die(); echo "<pre>";print_r($record_data);die();
$template['page'] = "patient_dash_service_summary"; $template['page'] = "patient_dash_service_summary";
$template['page_title'] = "Record"; $template['page_title'] = "Record";
$template['record_data'] = $record_data; $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