@php //Attribute $arr["nameshow"] = "Pleuroscopy"; $arr["img"] = "Pleuroscopy.jpg"; $arr["color"] = "#0091ea"; //Component in Case $arr["case"][] = 'pre-diagnostic'; $arr["case"][] = 'pre-diagnostic-pleuroscipy'; $arr["case"][] = 'pre-diagnostic-percutaneous'; $arr["case"][] = 'photo'; $arr["case"][] = 'finding'; $arr["case"][] = 'pleuroscopy'; $arr["case"][] = 'diagnostic'; $arr["case"][] = 'histopathology'; $arr["case"][] = 'officer'; //PDF Head $arr["pdf"]["head"]["title"]["departmentTH"] = "หน่วยส่องกล้องทางเดินอาหาร"; $arr["pdf"]["head"]["title"]["departmentEN"] = "Digestive Endoscopy Department"; $arr["pdf"]["head"]["title"]["documentname"] = "Digestive Endoscopy Report"; $arr["pdf"]["head"]["title"]["physician"] = "ENDOSCOPIST"; $arr["pdf"]["head"]["title"]["nurse"] = "ENDOSCOPY NURSE"; //PDF Show $arr["pdf"]["show"][] = '0001_BRIEF_HISTORY'; $arr["pdf"]["show"][] = '0003_ANESTHESIA'; $arr["pdf"]["show"][] = '0004_MEDICATION'; $arr["pdf"]["show"][] = '0005_PRE-DIAGNOSTIC'; $arr["pdf"]["show"][] = '0010_FINDINGS'; $arr["pdf"]["show"][] = '0027_FINDDING_PLEUROSCOPY'; $arr["pdf"]["show"][] = '0011_POST-DIAGNOSTIC'; $arr["pdf"]["show"][] = '0012_PROCEDURE_ICD9'; $arr["pdf"]["show"][] = '0016_HISTOPATHOLOGY'; $arr["pdf"]["show"][] = '0017_TISSUESUBMITTED'; $arr["pdf"]["show"][] = '0014_COMPLICATION'; $arr["pdf"]["show"][] = '0020_RECOMMENDATION'; $arr["pdf"]["show"][] = '0021_COMMENTS'; //Anesthesia //Anesthesis $arr["anesthesis"][] = array("name"=>'Pethidine','unit'=>'mg.'); $arr["anesthesis"][] = array("name"=>'Midazolam','unit'=>'mg.'); $arr["anesthesis"][] = array("name"=>'Fentanyl','unit'=>'mcg.'); $arr["anesthesis"][] = array("name"=>'Lidocaine','unit'=>'mg.'); $arr["anesthesis"][] = array("name"=>'Atropine','unit'=>'mg.'); //Histopathology //icd9 //icd10 //mainpart printJSON($arr); @endphp