SMARC01900_타병원진료의뢰서조회.xrw 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <?xml-stylesheet href="../../../com/commonweb/css/common.css" type="text/css" ?>
  3. <xhtml:html xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.w3.org/2002/01/xforms" xmlns:ev="http://www.w3.org/2001/xml-events">
  4. <xhtml:head>
  5. <xhtml:title>타병원진료의뢰서조회</xhtml:title>
  6. <model id="model1">
  7. <instance id="instance1">
  8. <root xmlns="">
  9. <send>
  10. <search>
  11. <fromdd/>
  12. <todd/>
  13. <orddeptcd/>
  14. <orddrid/>
  15. <pid/>
  16. <hngnm/>
  17. <stat/>
  18. </search>
  19. <doctor/>
  20. <iemr/>
  21. </send>
  22. <main>
  23. <list>
  24. <reqlist>
  25. <stat/>
  26. <orddd/>
  27. <pid/>
  28. <hngnm/>
  29. <rrgstno1/>
  30. <rrgstno2/>
  31. <orddeptnm/>
  32. <orddrnm/>
  33. <formnm/>
  34. <cretno/>
  35. <acptseqno/>
  36. <ioflag/>
  37. <orddeptcd/>
  38. <formcd/>
  39. <ordtype/>
  40. <dschdd/>
  41. <indschacptstat/>
  42. </reqlist>
  43. </list>
  44. <patinfo>
  45. <patinfolist/>
  46. </patinfo>
  47. </main>
  48. <init>
  49. <dept>
  50. <dept>
  51. </dept>
  52. </dept>
  53. <doctlist>
  54. <medispcl>
  55. <doctid/>
  56. <doctnm/>
  57. </medispcl>
  58. <atdoct>
  59. <doctid/>
  60. <doctnm/>
  61. </atdoct>
  62. </doctlist>
  63. </init>
  64. <temp/>
  65. <hidden/>
  66. </root>
  67. </instance>
  68. <submission id="TRZBC00101" mediatype="application/x-www-form-urlencoded" method="post"/>
  69. <submission id="TRZBC00102" mediatype="application/x-www-form-urlencoded" method="post"/>
  70. <submission id="TRZSD00109" mediatype="application/x-www-form-urlencoded" method="post" replace="instance"/>
  71. <submission id="TRARC01302" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/doctor" resultref="/root/init/doctlist"/>
  72. <script type="javascript" ev:event="xforms-ready">
  73. <![CDATA[
  74. fInit();
  75. ]]>
  76. </script>
  77. <submission id="TRARC01901" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/search" resultref="/root/main/list"/>
  78. </model>
  79. </xhtml:head>
  80. <script src="../../../com/commonweb/js/common.js" type="javascript"/>
  81. <script src="../../../com/commonweb/js/utilHelper.js" type="javascript"/>
  82. <script src="../../../com/commonweb/js/tfHelper.js" type="javascript"/>
  83. <script src="../../../com/commonweb/js/stringHelper.js" type="javascript"/>
  84. <script src="../../../com/commonweb/js/dateHelper.js" type="javascript"/>
  85. <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
  86. <script src="../../../com/departmentcodeweb/js/common.js" type="javascript"/>
  87. <script src="../../../com/departmentcodeweb/js/ZSD001.js" type="javascript"/>
  88. <script type="javascript" src="../../../emr/prcpmngtweb/js/MMO001.js"/>
  89. <script type="javascript">
  90. <![CDATA[
  91. // 초기값 셋팅
  92. function fInit()
  93. {
  94. mmbfGetHardCodeInfo("/root/send/reqdata", "/root/init/aformcd", 1310); //타병원
  95. mmbfGetHardCodeInfo("/root/send/reqdata", "/root/init/bformcd", 5561); //개인정보
  96. // 오늘 날짜로 세팅
  97. var CurrentDate = getCurrentDate();
  98. model.setValue("/root/send/search/fromdd", CurrentDate);
  99. model.setValue("/root/send/search/todd", CurrentDate);
  100. // 진료과
  101. //var instcd = "012";
  102. var instcd = getUserInfo("dutplceinstcd");
  103. //var standard_yn = "orduseyn";
  104. var standard_yn = "rcptuseyn";
  105. var ord_deptflag = 'D';
  106. var rslt_ref = "/root/init/dept";
  107. var sort_method = "depthngnm";
  108. //zbcfGetDeptCodeList(instcd, standard_yn, ord_deptflag, rslt_ref, sort_method);
  109. sort_field = "depthngnm"
  110. zsdfGetInOutOrdDeptList(instcd, rslt_ref, sort_field, sort_method);
  111. addComboItem("cmb_orddeptcd", "", "", "above");
  112. // 공통코드 목록 가져오기
  113. //zbcfGetCodeList(new Array("A0420"), new Array("/root/init/cptype") , true);
  114. model.removeNodeset("/root/main/list/reqlist");
  115. fDoctSerach();
  116. model.refresh();
  117. }
  118. // 진료의사 조회
  119. function fDoctSerach()
  120. {
  121. // 진료의사
  122. model.removenode("/root/send/doctor");
  123. model.makeValue("/root/send/doctor/orddd", model.getValue("/root/send/search/fromdd"));
  124. model.makeValue("/root/send/doctor/orddeptcd", model.getValue("/root/send/search/orddeptcd"));
  125. submit("TRARC01302", false);
  126. cmb_orddrid.select(0);
  127. //model.setValue("/root/main/patient/orddrid", orddrid);
  128. }
  129. // 조회전 필수 체크
  130. function fCheckDate()
  131. {
  132. var fromdd = model.getValue("/root/send/search/fromdd");
  133. var todd = model.getValue("/root/send/search/todd");
  134. var pid = model.getValue("/root/send/search/pid");
  135. if (isNull(pid) == true)
  136. {
  137. if( ! isValidDateTime( fromdd, 'YYYYMMDD') || ! isValidDateTime( todd, 'YYYYMMDD') ){
  138. messageBox("입력하신 일자구분이 정확한 날짜타입이 아닙니다.", "E999", "");
  139. return false;
  140. }
  141. /* 기간조건 삭제(20100217)
  142. if( getDateInterval(fromdd, todd) > 31 ){
  143. messageBox("조회가능한 최대 기간은 1달입니다. 일자구분에서 날짜를 수정하세요!", "E999", "");
  144. return false;
  145. }
  146. */
  147. if( getDateInterval(fromdd, todd) < 0 ){
  148. messageBox("일자구분에서 시작일자가 종료일자보다 미래일자 입니다. 확인하세요!", "E999", "");
  149. return false;
  150. }
  151. // 날짜 계산
  152. var daycnt = getDateInterval(fromdd, todd);
  153. /* 기간조건 삭제(20100217)
  154. // 1일이 아닌 경우는 조건을 타야 함
  155. if (daycnt != 0)
  156. {
  157. // 진료과 체크
  158. if (model.getValue("/root/send/search/orddeptcd") == "")
  159. {
  160. messageBox("일자구분에서 하루 이상의 기간을 선택했을 경우, 진료과는 조회 필수 조건입니다. 진료과를 입력하세요.", "E999", "");
  161. //messageBox("진료과를 ","C002");
  162. return false;
  163. }
  164. if (ipt_hngnm.currentText.length > 0 && ipt_hngnm.currentText.length < 2) {
  165. messageBox("환자명은 2글자 이상으로 해주십시요!","E999","");
  166. model.setFocus("ipt_hngnm");
  167. return false;
  168. }
  169. }
  170. */
  171. if (ipt_hngnm.currentText.length > 0 && ipt_hngnm.currentText.length < 2) {
  172. messageBox("환자명은 2글자 이상으로 해주십시요!","E999","");
  173. model.setFocus("ipt_hngnm");
  174. return false;
  175. }
  176. }
  177. return true;
  178. }
  179. // 조회
  180. function fSearch()
  181. {
  182. // reqGetReqDocuList
  183. // getReqDocuList
  184. if (submit("TRARC01901", false) == true)
  185. {
  186. if (model.getValue("/root/send/search/stat") == "Y")
  187. {
  188. grd_list.nodeset = "/root/main/list/reqlist[stat='Y']";
  189. }
  190. else if (model.getValue("/root/send/search/stat") == "N")
  191. {
  192. grd_list.nodeset ="/root/main/list/reqlist[stat='N']";
  193. }
  194. }
  195. else
  196. {
  197. messageBox("조회를", "E009");
  198. }
  199. model.refresh();
  200. }
  201. // 초기화
  202. function fAllClear()
  203. {
  204. model.resetInstanceNode("/root/send/search");
  205. // 오늘 날짜로 세팅
  206. var CurrentDate = getCurrentDate();
  207. model.setValue("/root/send/search/fromdd", CurrentDate);
  208. model.setValue("/root/send/search/todd", CurrentDate);
  209. fDoctSerach();
  210. model.removeNodeset("/root/main/list/reqlist");
  211. model.refresh();
  212. }
  213. // 등록번호 조회 팝업
  214. function fPatPopUp()
  215. {
  216. if (ipt_pid.currentText.length> 0)
  217. {
  218. model.makeValue("/root/temp/pid", model.getValue("/root/send/search/pid"));
  219. model.makeValue("/root/temp/srchcond","1");
  220. model.makeValue("/root/temp/autoflag","Y");
  221. }
  222. modal("SPPMC02500", 1,10, 10, "SPPMC02500", "/root/temp", "/root/send");
  223. //model.resetInstanceNode("/root/main/patinfo/patinfolist");
  224. //model.resetInstanceNode("/root/send/cond");
  225. model.setValue("/root/send/search/pid", model.getValue("/root/main/patinfo/patinfolist/pid"));
  226. model.setValue("/root/send/search/hngnm", model.getValue("/root/main/patinfo/patinfolist/hngnm"));
  227. //fHistSearch();
  228. model.refresh();
  229. }
  230. // OCR 기록보기
  231. // OCRVIEW
  232. function fOCRView(flag)
  233. {
  234. if (grd_list.rows <= 1) return;
  235. if (grd_list.row < 1) return;
  236. var row = grd_list.row;
  237. if ( flag == "A") {
  238. formcd = model.getValue("/root/init/aformcd/hardcd/hardcd"); //타병원
  239. }
  240. else if ( flag == "B" ) {
  241. formcd = model.getValue("/root/init/bformcd/hardcd/hardcd"); //개인정보
  242. }
  243. model.resetInstanceNode("/root/send/iemr");
  244. model.makeValue("/root/send/iemr/pid", grd_list.textmatrix(row, grd_list.colRef("pid")));
  245. model.makeValue("/root/send/iemr/docucd", formcd);
  246. if(window.children.item("imgemrviewer") == null)
  247. {
  248. window.load("../../../emr/imgemrweb/xrw/SSMRC03130.xrw", "modeless", "imgemrviewer", "", "/root/send/iemr", "/root/hidden/temp");
  249. }
  250. else
  251. {
  252. var iemrNode = instance1.selectSingleNode("/root/send/iemr");
  253. window.children.item("imgemrviewer").javascript.reloadChart(iemrNode);
  254. window.children.item("imgemrviewer").modelesstopmost = true;
  255. window.children.item("imgemrviewer").modelesstopmost = false;
  256. }
  257. }
  258. // function fOCRView()
  259. // {
  260. // if (grd_list.rows <= 1) return;
  261. // if (grd_list.row < 1) return;
  262. //
  263. //
  264. // var row = grd_list.row;
  265. //
  266. // model.resetInstanceNode("/root/send/iemr");
  267. //
  268. // model.makeValue("/root/send/iemr/pid", grd_list.textmatrix(row, grd_list.colRef("pid")));
  269. // model.makeValue("/root/send/iemr/docucd", grd_list.textmatrix(row, grd_list.colRef("formcd")));
  270. // model.makeValue("/root/send/iemr/ocrcode", grd_list.textmatrix(row, grd_list.colRef("ocrtag")));
  271. //
  272. //
  273. // if(window.children.item("imgemrviewer") == null)
  274. // {
  275. // window.load("../../../emr/imgemrweb/xrw/SSMRC03130.xrw", "modeless", "imgemrviewer", "", "/root/send/iemr", "/root/hidden/temp");
  276. // }
  277. // else
  278. // {
  279. // var iemrNode = instance1.selectSingleNode("/root/send/iemr");
  280. // window.children.item("imgemrviewer").javascript.reloadChart(iemrNode);
  281. // window.children.item("imgemrviewer").modelesstopmost = true;
  282. // window.children.item("imgemrviewer").modelesstopmost = false;
  283. //
  284. // }
  285. // }
  286. // 더블클릭시 상단정보 올리고 의뢰환자등록 팝업 호출
  287. function fOpen()
  288. {
  289. if (grd_list.rows <= 1) return;
  290. if (grd_list.row < 1) return;
  291. if(grd_list.isCell(event.target) && grd_list.mouseRow >= grd_list.fixedrows)
  292. {
  293. //fBiztrgtClick();
  294. }
  295. else
  296. {
  297. return;
  298. }
  299. var idxRow = grd_list.row; //그리드에서 해당 환자 선택
  300. var ordtype = model.getValue("/root/main/list/reqlist["+idxRow+"]/ordtype");
  301. var pid = model.getValue("/root/main/list/reqlist["+idxRow+"]/pid");
  302. var orddd = model.getValue("/root/main/list/reqlist["+idxRow+"]/orddd");
  303. var cretno = model.getValue("/root/main/list/reqlist["+idxRow+"]/cretno");
  304. //var cretno = "1";
  305. var acptseqno = model.getValue("/root/main/list/reqlist["+idxRow+"]/acptseqno");
  306. var dschdd = model.getValue("/root/main/list/reqlist["+idxRow+"]/dschdd");
  307. var indschacptstat = model.getValue("/root/main/list/reqlist["+idxRow+"]/indschacptstat");
  308. //var acptseqno = "1";
  309. var instcd = getUserInfo("dutplceinstcd");
  310. var curdate = getCurrentDate();
  311. if (ordtype == "E")
  312. {
  313. curdate = orddd;
  314. }
  315. else if (ordtype == "I")
  316. {
  317. if (indschacptstat == "D")
  318. {
  319. curdate = dschdd;
  320. }
  321. else if (indschacptstat == "T")
  322. {
  323. if (dschdd != "99991231")
  324. {
  325. curdate = dschdd;
  326. }
  327. }
  328. }
  329. else if (ordtype == "O")
  330. {
  331. curdate = orddd;
  332. }
  333. else
  334. {
  335. ordtype = "I";
  336. if (indschacptstat == "D")
  337. {
  338. curdate = dschdd;
  339. }
  340. }
  341. //var condparam = "O▦" + pid + "▦" + orddd + "▦" + cretno + "▦" + instcd + "▦" + acptseqno + "▦" + orddd;
  342. //var condparam = "O▦" + pid + "▦" + orddd + "▦" + cretno + "▦" + instcd + "▦" + getCurrentDate();
  343. var condparam = ordtype + '▦' + pid + '▦' + orddd + '▦' + cretno + '▦' + instcd + '▦' + curdate;
  344. setParameter("condparam", condparam);
  345. //alert (condparam);
  346. modal("SPMMO08900", 1, "", "", "", "", "", "left:0; right:0; width:0; height:0; sysmenu:hidden; caption:hidden; min:hidden, max:hidden;");
  347. curEmrRecObj = getOpenWindow("SPARC00100"); //활성화된 진료기록 화면 object loading
  348. //curCpObj = mainObj.javascript.getOpenWindow("SPARC00100"); //활성화된 CP Main 화면 object loading
  349. if (curEmrRecObj != null)
  350. {
  351. curEmrRecObj.javascript.fInit();
  352. }
  353. else
  354. {
  355. //open("SPARC00100",1,1,1);
  356. open("SPARC00100",1,1,1, "SPARC00100", "", "", "", false);
  357. }
  358. //open("SPARC00100",1,1,1);
  359. }
  360. // 리스트 엑셀 파일로 저장
  361. function fExcel()
  362. {
  363. if (grd_list.rows <= 1) return;
  364. var fileName = window.fileDialog("save", ",", false, "타병원 진료의뢰서 리스트", "xls", "Excel Files(*.xls)|*.xls|All Files (*.*)|*.*");
  365. if (fileName != ""){
  366. grd_list.saveExcel(fileName, "타병원진료의뢰서", false, false, "", "", false);
  367. }
  368. }
  369. ]]>
  370. </script>
  371. <xhtml:body guideline="1,2;1,1195;1,1195;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  372. <group id="group3" scroll="auto" style="left:0px; top:0px; width:1195px; height:784px; ">
  373. <group id="group2" style="left:0px; top:13px; width:1195px; height:744px; vertical-align:top; ">
  374. <group id="group1" style="left:0px; top:10px; width:1194px; height:70px; vertical-align:top; ">
  375. <shape id="roundrect3" class="roundrect_search" appearance="roundrect" style="left:0px; top:0px; width:1194px; height:65px; "/>
  376. <line id="line8" class="line_4" style="x1:1110px; y1:5px; x2:1110px; y2:60px; "/>
  377. <caption id="caption9" class="search_name" style="left:20px; top:10px; width:94px; height:17px; ">조회일자 :</caption>
  378. <caption id="caption11" class="search_name" style="left:435px; top:10px; width:94px; height:17px; ">진료과 :</caption>
  379. <caption id="caption5" class="search_no_b" style="left:219px; top:10px; width:12px; height:17px; ">~</caption>
  380. <caption id="caption4" class="search_name" style="left:755px; top:10px; width:94px; height:17px; ">진료의사 :</caption>
  381. <caption id="caption15" class="search_name" style="left:20px; top:36px; width:95px; height:17px; ">등록번호 :</caption>
  382. <caption id="caption3" class="search_name" style="left:755px; top:36px; width:94px; height:17px; ">등록상태 :</caption>
  383. <input id="ipt_fromdd" ref="/root/send/search/fromdd" class="input_search" inputtype="date" style="left:115px; top:10px; width:100px; height:19px; "/>
  384. <input id="ipt_todd" ref="/root/send/search/todd" class="input_search" inputtype="date" style="left:235px; top:10px; width:100px; height:19px; "/>
  385. <caption id="caption6" class="search_name" style="left:435px; top:36px; width:80px; height:17px; ">환자명 :</caption>
  386. <select1 id="cmb_orddrid" ref="/root/send/search/orddrid" class="combo_search" appearance="minimal" style="left:850px; top:10px; width:140px; height:19px; ">
  387. <choices>
  388. <itemset nodeset="/root/init/doctlist/medispcl/">
  389. <label ref="doctnm"/>
  390. <value ref="doctid"/>
  391. </itemset>
  392. </choices>
  393. </select1>
  394. <select1 id="cmb_orddeptcd" ref="/root/send/search/orddeptcd" class="combo_search" appearance="minimal" style="left:515px; top:10px; width:140px; height:19px; ">
  395. <choices>
  396. <itemset nodeset="/root/init/dept/dept">
  397. <label ref="depthngnm"/>
  398. <value ref="deptcd"/>
  399. </itemset>
  400. </choices>
  401. <script type="javascript" ev:event="xforms-select">
  402. <![CDATA[
  403. fDoctSerach();
  404. model.refresh();
  405. ]]>
  406. </script>
  407. </select1>
  408. <input id="ipt_pid" ref="/root/send/search/pid" class="input_search" style="left:115px; top:36px; width:100px; height:19px; "/>
  409. <input id="ipt_hngnm" ref="/root/send/search/hngnm" class="input_search" imemode="hangul" style="left:516px; top:36px; width:140px; height:19px; "/>
  410. <button id="btn_pat" class="icon_search" style="left:219px; top:36px; width:16px; height:16px; ">
  411. <caption/>
  412. <script type="javascript" ev:event="DOMActivate">
  413. <![CDATA[
  414. fPatPopUp();
  415. ]]>
  416. </script>
  417. </button>
  418. <button id="btn_search" class="btn1_letter2" style="left:1126px; top:21px; width:56px; height:22px; ">
  419. <caption>조회</caption>
  420. <script type="javascript" ev:event="DOMActivate">
  421. <![CDATA[
  422. if ( !fCheckDate() ) return; //필수 저장여부 체크
  423. fSearch();
  424. ]]>
  425. </script>
  426. </button>
  427. <select1 id="cmb_stat" ref="/root/send/search/stat" class="combo_search" appearance="minimal" style="left:850px; top:36px; width:140px; height:19px; ">
  428. <choices>
  429. <item>
  430. <label>- 전 체 -</label>
  431. <value/>
  432. </item>
  433. <item>
  434. <label>등록</label>
  435. <value>Y</value>
  436. </item>
  437. <item>
  438. <label>미등록</label>
  439. <value>N</value>
  440. </item>
  441. </choices>
  442. </select1>
  443. </group>
  444. <line id="line1" class="line_1" style="x1:0px; y1:104px; x2:1194px; y2:104px; "/>
  445. <datagrid id="grd_list" nodeset="/root/main/list/reqlist" caption="등록상태^진료일자^등록번호^환자명^주민번호^주민번호^진료과^진료의사^출력부서^출력자^OCR기록지명^caption1^caption2^caption3^caption4^caption5^caption6^caption7^caption8^caption9^caption10" colsep="^" colwidth="90, 100, 90, 90, 80, 80, 120, 90, 120, 90, 132, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50" dataheight="25" explorerbar="sort" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="25" rowsep="|" style="left:2px; top:108px; width:1189px; height:622px; vertical-align:middle; ">
  446. <col disabled="true" ref="stat" type="combo" style="text-align:center; ">
  447. <choices>
  448. <item>
  449. <label>등록</label>
  450. <value>Y</value>
  451. </item>
  452. <item>
  453. <label>미등록</label>
  454. <value>N</value>
  455. </item>
  456. </choices>
  457. </col>
  458. <col ref="orddd" format="yyyy-mm-dd" style="text-align:center; "/>
  459. <col ref="pid" style="text-align:center; "/>
  460. <col ref="hngnm" style="text-align:center; "/>
  461. <col ref="rrgstno1" style="text-align:center; "/>
  462. <col ref="rrgstno2" secretstartposition="1" style="text-align:center; "/>
  463. <col ref="orddeptnm"/>
  464. <col ref="orddrnm" style="text-align:center; "/>
  465. <col ref="prntdeptnm"/>
  466. <col ref="prntusernm"/>
  467. <col ref="formnm"/>
  468. <col ref="cretno" visibility="hidden"/>
  469. <col ref="acptseqno" visibility="hidden"/>
  470. <col ref="ioflag" visibility="hidden"/>
  471. <col ref="orddeptcd" visibility="hidden"/>
  472. <col ref="formcd" visibility="hidden"/>
  473. <col ref="ordtype" visibility="hidden"/>
  474. <col ref="dschdd" visibility="hidden"/>
  475. <col ref="indschacptstat" visibility="hidden"/>
  476. <col ref="ioclass" visibility="hidden"/>
  477. <col ref="ocrtag" visibility="hidden"/>
  478. <script type="javascript" ev:event="ondblclick">
  479. <![CDATA[
  480. fOpen();
  481. ]]>
  482. </script>
  483. <script type="javascript" ev:event="onaftersort">
  484. <![CDATA[
  485. grd_list.gridToInstance();
  486. ]]>
  487. </script>
  488. </datagrid>
  489. <button id="btn_excel" class="btn2_letter4" style="left:1127px; top:84px; width:64px; height:19px; ">
  490. <caption>엑셀저장</caption>
  491. <script type="javascript" ev:event="DOMActivate">
  492. <![CDATA[
  493. fExcel();
  494. ]]>
  495. </script>
  496. </button>
  497. <caption id="caption8" class="tit_2" style="left:5px; top:87px; width:235px; height:14px; ">타병원진료의뢰서 리스트</caption>
  498. </group>
  499. <group id="grp_tle" style="left:0px; top:0px; width:1195px; height:13px; ">
  500. <caption id="caption2" class="tit_1" style="left:0px; top:0px; width:225px; height:14px; ">타병원 진료의뢰서 조회</caption>
  501. </group>
  502. <group id="group6" style="left:0px; top:755px; width:1195px; height:27px; ">
  503. <button id="btn_allclear" class="btn4_letter3" style="left:1126px; top:3px; width:68px; height:22px; ">
  504. <caption>초기화</caption>
  505. <script type="javascript" ev:event="DOMActivate">
  506. <![CDATA[
  507. fAllClear();
  508. ]]>
  509. </script>
  510. </button>
  511. <button id="btn_ocrview" class="btn3_letter9" style="left:2px; top:3px; width:140px; height:22px; ">
  512. <caption>타병원진료의뢰</caption>
  513. <script type="javascript" ev:event="DOMActivate">
  514. <![CDATA[
  515. fOCRView("A");
  516. ]]>
  517. </script>
  518. </button>
  519. <button id="button13" class="btn3_letter10" style="left:145px; top:2px; width:152px; height:22px; ">
  520. <caption>개인정보이용동의서</caption>
  521. <script type="javascript" ev:event="DOMActivate">
  522. <![CDATA[
  523. fOCRView("B");
  524. ]]>
  525. </script>
  526. </button>
  527. </group>
  528. </group>
  529. </xhtml:body>
  530. </xhtml:html>