@php //Attribute $arr["nameshow"] = "Bronchoscope"; $arr["img"] = "Bronchoscope.jpg"; $arr["color"] = "#0091ea"; //Component in Case $arr["case"][] = 'pre-diagnostic'; $arr["case"][] = 'photo'; $arr["case"][] = 'finding'; $arr["case"][] = 'finding_cxr'; $arr["case"][] = 'diagnostic'; $arr["case"][] = 'broncho'; $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"][] = 'headpdf_rama'; $arr["pdf"]["show"][] = '9002_time_operation'; $arr["pdf"]["show"][] = '0037_roomoperation'; $arr["pdf"]["show"][] = '0036_scope'; $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"][] = '0029_PRE-RIGID_BRONCHOSCOPY'; $arr["pdf"]["show"][] = '0006_ROUTE'; $arr["pdf"]["show"][] = '0010_FINDINGS'; $arr["pdf"]["show"][] = '0010_finding_cxr'; $arr["pdf"]["show"][] = '0011_POST-DIAGNOSTIC'; $arr["pdf"]["show"][] = '0028_PROCEDURE_BRONCHO'; $arr["pdf"]["show"][] = '0016_HISTOPATHOLOGY'; $arr["pdf"]["show"][] = '0014_COMPLICATION'; $arr["pdf"]["show"][] = '0020_RECOMMENDATION'; $arr["pdf"]["show"][] = '0021_COMMENTS'; //Anesthesia $arr["anesthesia"][] = 'Topical'; $arr["anesthesia"][] = 'IV sedation'; $arr["anesthesia"][] = 'ET intubation'; $arr["anesthesia"][] = 'Tracheostomy'; //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.'); $arr["anesthesis"][] = array("name"=>'Propofol','unit'=>'mg.'); //Histopathology //icd9 //icd10 //mainpart printJSON($arr); @endphp