SMASI00700_발열환자조회.xrw 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <!--
  3. * 제 목 : SMASI00700.xrw
  4. * 설 명 : 발열환자조회
  5. * 수정이력 : 조회 함수생성 /2007-11-13 /손주연
  6. * 기 타 :
  7. -->
  8. <?xml-stylesheet type="text/css" href="../../../com/commonweb/css/common.css" ?>
  9. <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">
  10. <xhtml:head>
  11. <xhtml:title>Untitle</xhtml:title>
  12. <model id="model1">
  13. <instance id="instance1">
  14. <root xmlns="">
  15. <main>
  16. <feverpatrefinfo>
  17. </feverpatrefinfo>
  18. <cond>
  19. <fromdd/>
  20. <todd/>
  21. <pid/>
  22. <chk/>
  23. <bdtp/>
  24. <upndown/>
  25. <tims/>
  26. <wardcd/>
  27. </cond>
  28. </main>
  29. <send>
  30. <reqdata/>
  31. </send>
  32. <hidden>
  33. <popupmenu>
  34. <grid01>
  35. <item>
  36. <name>통합기록조회</name>
  37. <func>fSytsRecRefPopup</func>
  38. </item>
  39. <item>
  40. <name>병원감염보고서등록</name>
  41. <func>fHospInfcReptPopup</func>
  42. </item>
  43. </grid01>
  44. </popupmenu>
  45. <selecteddata>
  46. <selectedpid/>
  47. <selectedindd/>
  48. <selectedrgstdt/>
  49. </selecteddata>
  50. </hidden>
  51. <init>
  52. <initdate>
  53. <today/>
  54. </initdate>
  55. <deptlist>
  56. </deptlist>
  57. <warddeptlist>
  58. </warddeptlist>
  59. </init>
  60. </root>
  61. </instance>
  62. <script type="javascript" ev:event="xforms-ready">
  63. <![CDATA[
  64. fInitialize();
  65. model.removeNodeset("/root/main/feverpatrefinfo");
  66. model.refresh();
  67. ]]>
  68. </script>
  69. <submission id="TRASI00701" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata" resultref="/root/main/feverpatrefinfo"/>
  70. <submission id="TRZSD00109" mediatype="application/x-www-form-urlencoded" method="post" replace="instance"/>
  71. </model>
  72. <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
  73. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  74. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  75. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  76. <script type="javascript" src="../../../com/departmentcodeweb/js/ZSD001.js"/>
  77. <script type="javascript">
  78. <![CDATA[
  79. function fInitialize() {
  80. // 공통코드를 조회한다.
  81. // 진료과
  82. var instcd = getUserInfo("dutplceinstcd");
  83. var standard_yn = "orduseyn";
  84. var ord_deptflag = 'D';
  85. var rslt_ref = "/root/init/deptlist";
  86. var sort_field = "depthngnm";
  87. var sort_method = "asc";
  88. zbcfGetDeptCodeList(instcd, standard_yn, ord_deptflag, rslt_ref, sort_method);
  89. //병동
  90. standard_yn = "orduseyn";
  91. ord_deptflag = "W";
  92. rslt_ref = "/root/init/warddeptlist";
  93. sort_field = "deptcd";
  94. sort_method = "asc";
  95. zbcfGetDeptCodeList(instcd, standard_yn, ord_deptflag, rslt_ref, sort_field, sort_method);
  96. addComboItem("cmb_wardcd","","","above");
  97. var today = getCurrentDate();
  98. var idate = new Date();
  99. var peveDate = idate.getAddDate(-1, "M");
  100. model.setValue("/root/init/initdate/today", today);
  101. model.makeValue("/root/send/cond/trgtmancnt", "I");
  102. model.makeValue("/root/send/cond/fromdd", peveDate.getDateFormat());
  103. model.makeValue("/root/send/cond/todd", today);
  104. model.setValue("/root/main/cond/fromdd", peveDate.getDateFormat());
  105. model.setValue("/root/main/cond/todd", today);
  106. model.refresh();
  107. }
  108. //상단정보설정
  109. function fUpInfo(){
  110. var sessionPID = getPatientId();
  111. if(sessionPID != model.getValue("/root/main/feverpatrefinfo/feverpatreflist["+grd_feverpatreflist.row+"]/pid")){
  112. fReqOpPatPamInfo();
  113. }
  114. }
  115. function fReqOpPatPamInfo(){
  116. var tioflag=model.getValue("/root/main/feverpatrefinfo/feverpatreflist["+grd_feverpatreflist.row+"]/ioflag");
  117. // if(tioflag == "I") {
  118. var ioflag="I";
  119. var pid= model.getValue("/root/main/feverpatrefinfo/feverpatreflist["+grd_feverpatreflist.row+"]/pid");
  120. var indd=model.getValue("/root/main/feverpatrefinfo/feverpatreflist["+grd_feverpatreflist.row+"]/indd");
  121. var cretno=model.getValue("/root/main/feverpatrefinfo/feverpatreflist["+grd_feverpatreflist.row+"]/cretno") ;
  122. var seqno=model.getValue("/root/main/feverpatrefinfo/feverpatreflist["+grd_feverpatreflist.row+"]/seqno");
  123. var instcd=getUserInfo("dutplceinstcd");
  124. var srchdd=getCurrentDate();
  125. var param= ioflag + "▦" //입원환자
  126. + pid + "▦"
  127. + indd + "▦"
  128. + cretno + "▦"
  129. + instcd+ "▦"
  130. + srchdd;
  131. setParameter("condparam", param);
  132. // }
  133. // else if(tioflag == "O") {
  134. // var ioflag="O";
  135. // var pid= model.getValue("/root/main/feverpatrefinfo/feverpatreflist["+grd_feverpatreflist.row+"]/pid");
  136. // var orddd=model.getValue("/root/main/feverpatrefinfo/feverpatreflist["+grd_feverpatreflist.row+"]/indd");
  137. // var cretno=model.getValue("/root/main/feverpatrefinfo/feverpatreflist["+grd_feverpatreflist.row+"]/cretno") ;
  138. // var instcd=getUserInfo("dutplceinstcd");
  139. // var srchdd=getCurrentDate();
  140. // var param= ioflag + "▦" //외래환자
  141. // + pid + "▦"
  142. // + orddd + "▦"
  143. // + cretno + "▦"
  144. // + instcd;
  145. // setParameter("condparam", param);
  146. // }
  147. modal("SPMMO08900", 1, "", "", "", "", "", "left:0; right:0; width:0; height:0; sysmenu:hidden; caption:hidden; min:hidden, max:hidden;");
  148. }
  149. function fSytsRecRefPopup(){
  150. var sessionPID = getPatientId();
  151. if(sessionPID != model.getValue("/root/main/feverpatrefinfo/feverpatreflist["+grd_feverpatreflist.row+"]/pid")){
  152. fReqOpPatPamInfo();
  153. }
  154. setParameter("SMMRI00400_param_pid", sessionPID);
  155. modal("SMMRI00400",1,10,10,"SMMRI00400", "", "/root/hidden/oprecinfo/info");
  156. }
  157. function fPrcpRefPopup() {
  158. var sessionPID = getPatientId();
  159. if(sessionPID != model.getValue("/root/main/brstraytestrsltinfo/brstraytestrsltlist["+grd_brstraytestrsltlist.row+"]/pid")){
  160. fReqOpPatPamInfo();
  161. }
  162. modal("SPTMP00100", "", "", "", "popup", "/root/send", "/root/main/grid01");
  163. }
  164. function fHospInfcReptPopup() {
  165. var sessionPID = getPatientId();
  166. if(sessionPID != model.getValue("/root/main/feverpatrefinfo/feverpatreflist["+grd_feverpatreflist.row+"]/pid")){
  167. fReqOpPatPamInfo();
  168. }
  169. setParameter("setVal9", model.getValue("/root/main/feverpatrefinfo/feverpatreflist[" + grd_feverpatreflist.row + "]/recdt"));
  170. setParameter("setVal10", model.getValue("/root/main/feverpatrefinfo/feverpatreflist[" + grd_feverpatreflist.row + "]/bdtp"));
  171. open("SMASI00100", 1,10,10, "SMASI00100");
  172. //window.close();
  173. }
  174. /*===============================================================================
  175. @desc : 발열환자 조회
  176. ===============================================================================*/
  177. function fGetFeverPatList(){
  178. if( (model.getValue("/root/main/cond/bdtp" ) != "") &&
  179. (model.getValue("/root/main/cond/upndown") == "") ) {
  180. var rtn = messageBox("검색할 체온의 기준을", "C001");
  181. return;
  182. }
  183. if( !isRequiredControls("ipt_fromdd","ipt_todd") ){
  184. return;
  185. }
  186. //조회일자제한(15일-서버부하를 줄이기 위함임)
  187. var reqTerm = getDateInterval(model.getValue(ipt_fromdd.attribute("ref") ) , model.getValue(ipt_todd.attribute("ref")) );
  188. if( reqTerm > 31 ) {
  189. messageBox("최대조회기간을 초과하였습니다. 조회기간을 다시 ", "C001");
  190. return ;
  191. }
  192. model.makeNode("/root/send/cond");
  193. model.copyNode("/root/send/reqdata", "/root/main/cond");
  194. openLoadingBar("발열환자정보 ") ;//처리중 화면을 오픈한다.
  195. submit("TRASI00701");
  196. closeLoadingBar() ;//처리중 화면을 close한다.
  197. setTree(grd_feverpatreflist,2,1,true);
  198. }
  199. ]]>
  200. </script>
  201. </xhtml:head>
  202. <xhtml:body idprefix="import" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  203. <group id="group3" scroll="auto" style="left:0px; top:0px; width:1195px; height:784px; ">
  204. <group id="group2" style="left:0px; top:0px; width:1195px; height:784px; vertical-align:top; ">
  205. <line id="line4" class="line_3" style="x1:0px; y1:781px; x2:1194px; y2:781px; "/>
  206. <group id="grp_tle" style="left:0px; top:0px; width:1195px; height:13px; ">
  207. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:145px; height:14px; ">발열환자조회</caption>
  208. </group>
  209. </group>
  210. </group>
  211. <group id="grp_btn" style="left:0px; top:757px; width:1195px; height:27px; ">
  212. <button id="btn_print" class="btn6_letter2" visibility="hidden" style="left:5px; top:3px; width:56px; height:22px; ">
  213. <caption>출력</caption>
  214. </button>
  215. <button id="btn_init" class="btn4_letter3" style="left:1126px; top:3px; width:68px; height:22px; ">
  216. <caption>초기화</caption>
  217. <script type="javascript" ev:event="DOMActivate">
  218. <![CDATA[
  219. model.removeNodeset("/root/main/feverpatrefinfo");
  220. model.refresh();
  221. ]]>
  222. </script>
  223. </button>
  224. </group>
  225. <group id="grp_biz" scroll="auto" style="left:0px; top:23px; width:1195px; height:737px; ">
  226. <line id="line6" class="line_3" style="x1:0px; y1:113px; x2:1194px; y2:113px; "/>
  227. <line id="line5" class="line_1" style="x1:0px; y1:84px; x2:1194px; y2:84px; "/>
  228. <group id="group6" style="left:1px; top:0px; width:1194px; height:60px; vertical-align:top; ">
  229. <shape id="roundrect3" class="roundrect_search" appearance="roundrect" style="left:0px; top:0px; width:1194px; height:59px; "/>
  230. <line id="line8" class="line_4" style="x1:1110px; y1:10px; x2:1110px; y2:53px; "/>
  231. <caption id="caption15" class="search_name" style="left:375px; top:35px; width:86px; height:17px; ">체온 :</caption>
  232. <caption id="caption16" class="search_name" style="left:780px; top:10px; width:66px; height:17px; ">횟수 :</caption>
  233. <caption id="caption21" class="search_name" style="left:15px; top:35px; width:86px; height:17px; ">등록번호 :</caption>
  234. <caption id="caption2" class="search_no_b" style="left:220px; top:10px; width:12px; height:17px; ">~</caption>
  235. <caption id="caption1" class="search_name" style="left:780px; top:34px; width:66px; height:17px; ">병동 :</caption>
  236. <input id="ipt_fromdd" ref="/root/main/cond/fromdd" class="input_s_essential" inputtype="date" style="left:108px; top:11px; width:110px; height:19px; "/>
  237. <input id="ipt_todd" ref="/root/main/cond/todd" class="input_s_essential" inputtype="date" style="left:232px; top:11px; width:110px; height:19px; "/>
  238. <input id="ipt_pid" ref="/root/main/cond/pid" class="input_default" maxlength="10" style="left:108px; top:34px; width:110px; height:19px; ">
  239. <script type="javascript" ev:event="DOMFocusOut">
  240. <![CDATA[
  241. // var pidlength = model.getValue("/root/main/cond/pid");
  242. // if( pidlength.length > 0 && pidlength.length < 8) {
  243. // model.alert("등록번호는 8자리 이상입니다.");
  244. // model.setFocus("ipt_pid");
  245. // return;
  246. // }
  247. ]]>
  248. </script>
  249. <script type="javascript" ev:event="onkeypress">
  250. <![CDATA[
  251. inputEnterKey("btn_search", "DOMActivate");
  252. ]]>
  253. </script>
  254. </input>
  255. <input id="ipt_bdtp" ref="/root/main/cond/bdtp" class="input_default" style="left:445px; top:35px; width:115px; height:19px; "/>
  256. <select1 id="cmb_upndown" ref="/root/main/cond/upndown" class="combo_search" appearance="minimal" style="left:564px; top:35px; width:75px; height:19px; ">
  257. <choices>
  258. <item>
  259. <label>이상</label>
  260. <value>U</value>
  261. </item>
  262. <item>
  263. <label>이하</label>
  264. <value>D</value>
  265. </item>
  266. </choices>
  267. </select1>
  268. <select1 id="cmb_wardcd" ref="/root/main/cond/wardcd" class="combo_search" appearance="minimal" style="left:850px; top:34px; width:105px; height:19px; ">
  269. <choices>
  270. <itemset nodeset="/root/init/warddeptlist/dept">
  271. <label ref="depthngnm"/>
  272. <value ref="deptcd"/>
  273. </itemset>
  274. </choices>
  275. </select1>
  276. <input id="ipt_tims" ref="/root/main/cond/tims" class="input_search" style="left:849px; top:10px; width:89px; height:19px; ">
  277. <script type="javascript" ev:event="onkeydown">
  278. <![CDATA[
  279. if(isNull(model.getValue("/root/main/cond/bdtp")) || isNull(model.getValue("/root/main/cond/upndown"))){
  280. messageBox("검색할 체온을 먼저", "C001");
  281. return;
  282. }
  283. ]]>
  284. </script>
  285. </input>
  286. <button id="btn_search" class="btn1_letter2" style="left:1126px; top:21px; width:56px; height:22px; ">
  287. <caption>조회</caption>
  288. <script type="javascript" ev:event="DOMActivate">
  289. <![CDATA[
  290. fGetFeverPatList();
  291. ]]>
  292. </script>
  293. </button>
  294. <caption id="importcaption1" class="search_name" style="left:375px; top:10px; width:148px; height:17px; ">현재 재원중인 환자 :</caption>
  295. <select id="chk_chk" ref="/root/main/cond/chk" overflow="visible" appearance="full" style="left:525px; top:10px; width:225px; height:15px; border-style:none; ">
  296. <choices>
  297. <item>
  298. <label>재원중 환자(기간 선택으로 조회 안함)</label>
  299. <value>C</value>
  300. </item>
  301. </choices>
  302. <script type="javascript" ev:event="xforms-value-changed">
  303. <![CDATA[
  304. if (model.getValue("/root/main/cond/chk") == "C"){
  305. ipt_fromdd.disabled = true;
  306. ipt_todd.disabled = true;
  307. }else{
  308. ipt_fromdd.disabled = false;
  309. ipt_todd.disabled = false;
  310. }
  311. ]]>
  312. </script>
  313. </select>
  314. <caption id="cap_fromdd" class="search_name" visibility="hidden" style="left:15px; top:9px; width:89px; height:17px; ">기간선택 :</caption>
  315. <caption id="cap_todd" class="search_name" style="left:15px; top:9px; width:89px; height:17px; ">기간선택 :</caption>
  316. </group>
  317. <line id="line1" class="line_1" style="x1:0px; y1:84px; x2:1194px; y2:84px; "/>
  318. <button id="btn_excel" class="btn2_letter2" style="left:1062px; top:63px; width:42px; height:19px; ">
  319. <caption>엑셀</caption>
  320. <script type="javascript" ev:event="DOMActivate">
  321. <![CDATA[
  322. var fileName = window.fileDialog("save", ",", false, "발열환자조회", "xls", "All Files (*.*)|*.*|Excel Files(*.xls)|*.xls");
  323. if (fileName != ""){
  324. grd_feverpatreflist.saveExcel(fileName, "발열환자조회", true, true, "", "", false);
  325. var s = fileName.lastIndexOf("\\");
  326. var fileName=fileName.substring(s+1);
  327. var rmsg = messageBox("저장된 Excel을", "Q004");
  328. if( rmsg == 6 ){
  329. window.exec("excel.exe", fileName);
  330. }
  331. }
  332. /*
  333. var fileName = window.fileDialog("save", "", false, "발열환자조회", "xls", "Excel File(*.xls)|*.xls");
  334. if( fileName == "" )
  335. return;
  336. // excel application 실행함
  337. tfexcel.launchnewinstance(0);
  338. //실행된 excel application에서 새로운 workbook을 생성
  339. tfexcel.createworkbook();
  340. var sheetArray = new Array("grd_feverpatreflist|발열환자조회");
  341. var sheetArrayLen = sheetArray.length;
  342. var gridId;
  343. var gridObj;
  344. var sheetName;
  345. var nResult;
  346. for( var i = 0; i < sheetArrayLen; i++ ) {
  347. gridId = sheetArray[i].split("|")[0];
  348. gridObj = document.all.item(gridId);
  349. sheetName = sheetArray[i].split("|")[1];
  350. if( i > 1 ) {
  351. nResult = tfexcel.activatesheet(i+1);
  352. tfexcel.sheetname(i+1) = sheetName;
  353. }
  354. else {
  355. nResult = tfexcel.addsheet(i+1, sheetName);
  356. }
  357. if( nResult < 0 ) {
  358. messageBox(sheetName + " 저장을", "E009");
  359. // alert(sheetName + " 오류발생");
  360. return;
  361. }
  362. gridObj.saveText("C:\\Temp\\tmp_TFExcel.csv", "\n", ",", '\:', true);
  363. tfexcel.loadCSV("C:\\Temp\\tmp_TFExcel.csv");
  364. }
  365. //workbook을 저장.
  366. tfexcel.save(fileName);
  367. //excel application을 종료. excel application 생성 후 반드시 close해야함.
  368. tfexcel.close();
  369. // CSV File 삭제
  370. var fso = new ActiveXObject("Scripting.FileSystemObject");
  371. fso.DeleteFile("C:\\Temp\\tmp_TFExcel.csv");
  372. var rmsg = messageBox("저장된 Excel을", "Q004");
  373. if( rmsg == 6 )
  374. window.exec("excel.exe", '\"' + fileName + '\"');
  375. */
  376. ]]>
  377. </script>
  378. </button>
  379. <button id="btn_spread" class="btn2_letter2" style="left:1107px; top:63px; width:42px; height:19px; ">
  380. <caption>펼침</caption>
  381. <script type="javascript" ev:event="DOMActivate">
  382. <![CDATA[
  383. setTree(grd_feverpatreflist,2,1,false);
  384. ]]>
  385. </script>
  386. </button>
  387. <button id="btn_close" class="btn2_letter2" style="left:1152px; top:63px; width:42px; height:19px; ">
  388. <caption>닫침</caption>
  389. <script type="javascript" ev:event="DOMActivate">
  390. <![CDATA[
  391. setTree(grd_feverpatreflist,2,1,true);
  392. ]]>
  393. </script>
  394. </button>
  395. <datagrid id="grd_feverpatreflist" nodeset="/root/main/feverpatrefinfo/feverpatreflist" caption="등록번호^level^성명^기록일시^체온^발열시병실^성별^나이^진료과^주치의코드^주치의^병동^병실^입원일^퇴원일^재원기간^진단명^cretno^seqno^instcd" colsep="^" colwidth="90, 40, 76, 80, 50, 83, 35, 50, 90, 70, 73, 93, 73, 80, 80, 50, 200, 100, 100, 100" dataheight="25" defaultrows="0" ellipsis="true" explorerbar="sortshow" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="32" rowsep="|" tooltip="true" style="left:0px; top:89px; width:1194px; height:641px; ">
  396. <col ref="pid"/>
  397. <col ref="levl" visibility="hidden"/>
  398. <col ref="name"/>
  399. <col ref="recdt" format="yyyy-mm-dd hh:nn"/>
  400. <col ref="bdtp"/>
  401. <col ref="bdtpward"/>
  402. <col ref="sexflag"/>
  403. <col ref="age"/>
  404. <col ref="orddeptcd"/>
  405. <col ref="atdoct" visibility="hidden"/>
  406. <col ref="atdoctnm"/>
  407. <col disabled="true" ref="wardcd"/>
  408. <col ref="roomcd"/>
  409. <col disabled="true" ref="indd" format="yyyy-mm-dd"/>
  410. <col ref="dschdd" format="yyyy-mm-dd"/>
  411. <col ref="inhospterm"/>
  412. <col ref="diagnm"/>
  413. <col ref="cretno" visibility="hidden"/>
  414. <col ref="seqno" visibility="hidden"/>
  415. <col ref="instcd" visibility="hidden"/>
  416. <script type="javascript" ev:event="onmousedown">
  417. <![CDATA[
  418. setPopupMenu("grd_feverpatreflist", false, "/root/hidden/popupmenu/grid01/item", "name", "func");
  419. ]]>
  420. </script>
  421. <script type="javascript" ev:event="onaftersort">
  422. <![CDATA[
  423. grd_feverpatreflist.gridToInstance();
  424. ]]>
  425. </script>
  426. <script type="javascript" ev:event="ondblclick">
  427. <![CDATA[
  428. var levlflag=model.getValue("/root/main/feverpatrefinfo/feverpatreflist["+grd_feverpatreflist.row+"]/levl");
  429. if (levlflag == 1){
  430. messageBox("상단정보를 셋팅하거나 팝업창을 띄울때는 펼침을눌러서 하위 리스트를","C002");
  431. return;
  432. }
  433. if((grd_feverpatreflist.mouseRow > 0) && ( grd_feverpatreflist.mouseRow <= grd_feverpatreflist.rows )) {
  434. fReqOpPatPamInfo();
  435. }
  436. ]]>
  437. </script>
  438. <script type="javascript" ev:event="DOMFocusOut">
  439. <![CDATA[
  440. setPopupMenu(false);
  441. ]]>
  442. </script>
  443. <script type="javascript" ev:event="onclick">
  444. <![CDATA[
  445. var iRow = grd_feverpatreflist.row;
  446. model.resetInstanceNode("/root/hidden/selecteddata");
  447. model.setValue("/root/hidden/selecteddata/selectedpid", model.getValue("/root/main/feverpatrefinfo/feverpatreflist[" +iRow + "]/pid"));
  448. model.setValue("/root/hidden/selecteddata/selectedindd", model.getValue("/root/main/feverpatrefinfo/feverpatreflist[" +iRow + "]/indd"));
  449. ]]>
  450. </script>
  451. </datagrid>
  452. <caption id="caption25" class="tit_2" style="left:0px; top:69px; width:178px; height:13px; ">발열환자</caption>
  453. <object id="tfexcel" clsid="{fe8d1001-6a9d-424d-ae2a-301493bb12da}" visibility="hidden" style="left:975px; top:25px; width:210px; height:25px; "/>
  454. </group>
  455. </xhtml:body>
  456. </xhtml:html>