Commit a67042ef by Jansa Jose

book

parent 7ed922ab
...@@ -2556,6 +2556,8 @@ CASE when tbl_doctors.gender='0' then 'MALE' when tbl_doctors.gender='1' then 'F ...@@ -2556,6 +2556,8 @@ CASE when tbl_doctors.gender='0' then 'MALE' when tbl_doctors.gender='1' then 'F
} }
$ill = json_decode(decrypt_data($result['diseases'])); $ill = json_decode(decrypt_data($result['diseases']));
print_r( $ill );echo"<br>";
print_r($ill->anamnese);exit();
if(isset($ill->anamnese)){ if(isset($ill->anamnese)){
$new = []; $new = [];
}else{ }else{
......
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