Commit f25e0f47 by Jansa Jose

book

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