Commit 659334c5 by Jansa Jose

get medical record

parent 92f7b48e
......@@ -3094,7 +3094,7 @@ class Webservice_model extends CI_Model {
$this->db->join('tbl_doctors','tbl_booking.doctor_id = tbl_doctors.id');
$this->db->where('tbl_registration.id',$data['patient_id']);
$result = $this->db->get()->row();
//$result->price = decrypt_data($result->price);
$result->patient_name = decrypt_data($result->patient_name);
$settings = $this->db->get('settings')->row();
......
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