SMLLP00500_이상치결과조회.xrw 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <!--
  3. * 제 목 : SMLLP00500.xrw
  4. * 설 명 : 이상치결과조회
  5. * 설 계 자 : (주)에이씨케이 - 송요셉
  6. * 작 성 자 : (주)에이씨케이 - 송요셉
  7. * 작 성 일 : 2007.8.31
  8. * 수정이력 :
  9. * 기 타 :
  10. -->
  11. <?xml-stylesheet type="text/css" href="../../../com/commonweb/css/common.css" ?>
  12. <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">
  13. <xhtml:head>
  14. <xhtml:title/>
  15. <model id="model1">
  16. <instance id="instance1">
  17. <root xmlns="">
  18. <main>
  19. <rslt>
  20. <workno/>
  21. <regno/>
  22. <nm/>
  23. <sexage/>
  24. <orddept/>
  25. <reqdr/>
  26. <wardroom/>
  27. <testcd/>
  28. <testitem/>
  29. <rstlt/>
  30. <r/>
  31. <p/>
  32. <d/>
  33. <c/>
  34. <prerslt/>
  35. <preworkno/>
  36. <preorddept/>
  37. <prereqdr/>
  38. <prewardroom/>
  39. <refval/>
  40. <panicval/>
  41. <deltgbn/>
  42. <deltaval/>
  43. <criticalval/>
  44. <testcont/>
  45. </rslt>
  46. </main>
  47. <send>
  48. <usdd/>
  49. <ustm/>
  50. <uedd/>
  51. <uetm/>
  52. <judgmark/>
  53. <rsltgbn/>
  54. <rslt/>
  55. <testitem/>
  56. <panicmark/>
  57. <deltamark/>
  58. <criticalmark/>
  59. <codeflag/>
  60. <deptgbn/>
  61. <deptL/>
  62. <deptM/>
  63. </send>
  64. <init>
  65. </init>
  66. <hidden>
  67. <ref>
  68. <usdd/>
  69. <ustm/>
  70. <uedd/>
  71. <uetm/>
  72. <judg>0</judg>
  73. <rsltgbn/>
  74. <rslt/>
  75. <panic/>
  76. <delta/>
  77. <critical/>
  78. <tclscdlist>
  79. <tclsnmlist/>
  80. <tclscdlist/>
  81. <tclscdlist2/>
  82. <testgrup/>
  83. </tclscdlist>
  84. <usertestgrup/>
  85. <deptgbn>1</deptgbn>
  86. <deptL>00</deptL>
  87. <deptM>00</deptM>
  88. </ref>
  89. <reflh/>
  90. <panicval/>
  91. <deltagbn/>
  92. <deltaval/>
  93. <testcont/>
  94. <tatal/>
  95. <panic/>
  96. <delta/>
  97. <critical/>
  98. </hidden>
  99. </root>
  100. </instance>
  101. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  102. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  103. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  104. <script type="javascript" src="../../../lis/commonweb/js/LLZ001.js"/>
  105. <script type="javascript" ev:event="xforms-ready">
  106. <![CDATA[
  107. fSetInit();
  108. ]]>
  109. </script>
  110. <submission id="TRLZZ00101" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/LB0103"/>
  111. <submission id="TRLLP00501" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/rslt"/>
  112. <submission id="TRLLF90401" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/testgrupdetl"/>
  113. </model>
  114. <script type="javascript">
  115. <![CDATA[
  116. function fExeExcel(pGridId) {
  117. var fileName = window.fileDialog("save", ",", false, "excel", "xls", "All Files (*.*)|*.*|Excel Files(*.xls)|*.xls");
  118. if (fileName != "")
  119. {
  120. pGridId.saveExcel(fileName);
  121. }
  122. }
  123. function fSetInit(ref) {
  124. if(ref != 2) {
  125. var toDay = getCurrentDate();
  126. model.setValue("/root/hidden/ref/usdd", toDay);
  127. model.setValue("/root/hidden/ref/ustm", "0000");
  128. model.setValue("/root/hidden/ref/uedd", toDay);
  129. model.setValue("/root/hidden/ref/uetm", "2359");
  130. model.setValue("/root/hidden/ref/judg", "0");
  131. model.setValue("/root/hidden/ref/rsltgbn", "");
  132. model.setValue("/root/hidden/ref/rslt", "");
  133. model.setValue("/root/hidden/ref/panic", "");
  134. model.setValue("/root/hidden/ref/delta", "");
  135. model.setValue("/root/hidden/ref/critical", "");
  136. model.setValue("/root/hidden/ref/tclscdlist/tclsnmlist", "");
  137. model.setValue("/root/hidden/ref/tclscdlist/testgrup", "");
  138. model.setValue("/root/hidden/ref/deptgbn", "1");
  139. model.setValue("/root/hidden/ref/deptL", "00");
  140. model.setValue("/root/hidden/ref/deptM", "00");
  141. model.setValue("/root/hidden/reflh", "");
  142. model.setValue("/root/hidden/panicval", "");
  143. model.setValue("/root/hidden/deltagbn", "");
  144. model.setValue("/root/hidden/deltaval", "");
  145. }
  146. model.removeNodeset("/root/init");
  147. model.setValue("/root/send/codeflag", "0103|0104|0102|0115|"); //사용자별 검사그룹
  148. submit("TRLZZ00101");
  149. model.refresh();
  150. }
  151. function fGettroblist() {
  152. if(model.getValue("/root/hidden/ref/judg")!=0||model.getValue("/root/hidden/ref/rsltgbn")!=0||
  153. model.getValue("/root/hidden/ref/panic")!=''||model.getValue("/root/hidden/ref/delta")!=''||
  154. model.getValue("/root/hidden/ref/critical")!=''){
  155. model.refresh();
  156. model.setValue("/root/send/usdd" ,model.getValue("/root/hidden/ref/usdd"));
  157. model.setValue("/root/send/ustm" ,model.getValue("/root/hidden/ref/ustm"));
  158. model.setValue("/root/send/uedd" ,model.getValue("/root/hidden/ref/uedd"));
  159. model.setValue("/root/send/uetm" ,model.getValue("/root/hidden/ref/uetm"));
  160. model.setValue("/root/send/judgmark" ,model.getValue("/root/hidden/ref/judg"));
  161. model.setValue("/root/send/rsltgbn" ,model.getValue("/root/hidden/ref/rsltgbn"));
  162. model.setValue("/root/send/rslt" ,model.getValue("/root/hidden/ref/rslt"));
  163. model.setValue("/root/send/panicmark" ,model.getValue("/root/hidden/ref/panic"));
  164. model.setValue("/root/send/deltamark" ,model.getValue("/root/hidden/ref/delta"));
  165. model.setValue("/root/send/criticalmark" ,model.getValue("/root/hidden/ref/critical"));
  166. model.setValue("/root/send/testitem" ,model.getValue("/root/hidden/ref/tclscdlist/tclscdlist"));
  167. model.setValue("/root/send/deptgbn" ,model.getValue("/root/hidden/ref/deptgbn"));
  168. model.setValue("/root/send/deptL" ,model.getValue("/root/hidden/ref/deptL"));
  169. model.setValue("/root/send/deptM" ,model.getValue("/root/hidden/ref/deptM"));
  170. if(model.getValue("/root/send/panicmark")!='P')
  171. model.setValue("/root/send/panicmark" , '1');
  172. if(model.getValue("/root/send/deltamark")!='D')
  173. model.setValue("/root/send/deltamark", '1');
  174. if(model.getValue("/root/send/criticalmark")!='C')
  175. model.setValue("/root/send/criticalmark", '1');
  176. submit("TRLLP00501");
  177. model.setValue("/root/hidden/tatal", model.getXPathValue("count(/root/main/rslt)"));
  178. model.setValue("/root/hidden/panic", model.getXPathValue("count(/root/main/rslt[p='P'])"));
  179. model.setValue("/root/hidden/delta", model.getXPathValue("count(/root/main/rslt[d='D'])"));
  180. model.setValue("/root/hidden/critical", model.getXPathValue("count(/root/main/rslt[c='C'])"));
  181. model.refresh();
  182. }
  183. else{
  184. alert("판정, 결과, PDC구분 중 한개는 반드시 선택해야 합니다.");
  185. }
  186. }
  187. function fonclickgrid() {
  188. var row = rslt.row;
  189. model.setValue("/root/hidden/reflh", model.getValue("/root/main/rslt["+row+"]/refval"));
  190. model.setValue("/root/hidden/panicval", model.getValue("/root/main/rslt["+row+"]/panicval"));
  191. model.setValue("/root/hidden/deltagbn", model.getValue("/root/main/rslt["+row+"]/deltgbn"));
  192. model.setValue("/root/hidden/deltaval", model.getValue("/root/main/rslt["+row+"]/deltaval"));
  193. model.setValue("/root/hidden/testcont", model.getValue("/root/main/rslt["+row+"]/testcont"));
  194. model.refresh();
  195. }
  196. function frsltgbn() {
  197. if(model.getValue("/root/hidden/ref/rsltgbn") != 0 ){
  198. input2.visible = true;
  199. }
  200. else{
  201. input2.visible = false;
  202. }
  203. }
  204. function fComboAalue(){
  205. if(model.getValue("/root/hidden/ref/deptgbn") == "1"){
  206. cmb_dept.visible = true;
  207. combo4.visible = false;
  208. }
  209. else{
  210. cmb_dept.visible = false;
  211. combo4.visible = true;
  212. }
  213. }
  214. //검사그룹조회
  215. function fSelectTestGrup(){
  216. model.makeValue("/root/send/testgrupnm", cmb_testitem.label);
  217. submit("TRLLF90401" ,false);
  218. fSetPopUpTclscdList();
  219. }
  220. function fSetPopUpTclscdList(){
  221. var count = getNodesetCount("/root/main/testgrupdetl");
  222. if(count > 0){
  223. var sendtclsnm = model.getValue("/root/main/testgrupdetl[1]/tclsnm");
  224. var sendtclscd = model.getValue("/root/main/testgrupdetl[1]/tclscd");
  225. var sendtclscd2 = model.getValue("/root/main/testgrupdetl[1]/tclscd");
  226. // 검사그룹 상세 목록 없을때
  227. if(sendtclsnm == ""){
  228. model.setValue("/root/hidden/tclscdlist/tclscdlist", "");
  229. model.setValue("/root/hidden/tclscdlist/tclsnmlist", "");
  230. }else{ // 검사그룹 상세 목록 있을때
  231. for(i=2; i<= count; i++){
  232. sendtclsnm = sendtclsnm + ", " + model.getValue("/root/main/testgrupdetl["+i+"]/tclsnm");
  233. //sendtclscd = sendtclscd + "▦" + model.getValue("/root/main/testgrupdetl["+i+"]/tclscd");
  234. sendtclscd = sendtclscd + "','" + model.getValue("/root/main/testgrupdetl["+i+"]/tclscd");
  235. sendtclscd2 = sendtclscd2 + "▦" + model.getValue("/root/main/testgrupdetl["+i+"]/tclscd");
  236. }
  237. model.setValue("/root/hidden/ref/tclscdlist/tclsnmlist", sendtclsnm);
  238. model.setValue("/root/hidden/ref/tclscdlist/tclscdlist", "'" + sendtclscd + "'");
  239. model.setValue("/root/hidden/ref/tclscdlist/tclscdlist2", sendtclscd2);
  240. }
  241. model.refresh();
  242. }
  243. }
  244. function fExeExcel(pGridId) {
  245. var fileName = window.fileDialog("save", ",", false, "excel", "xls", "All Files (*.*)|*.*|Excel Files(*.xls)|*.xls");
  246. if (fileName != "")
  247. {
  248. pGridId.saveExcel(fileName);
  249. }
  250. }
  251. ]]>
  252. </script>
  253. </xhtml:head>
  254. <xhtml:body style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  255. <group id="group3" scroll="auto" style="left:0px; top:40px; width:1195px; height:744; ">
  256. <line id="line1" class="line_1" style="x1:0px; y1:95px; x2:1194px; y2:95px; "/>
  257. <caption id="caption1" class="tit_2" style="left:5px; top:80px; width:134px; height:14px; ">이상결과 리스트</caption>
  258. <group id="group1" style="left:0px; top:10px; width:1195px; height:60px; ">
  259. <shape id="roundrect2" class="roundrect_search" appearance="roundrect" style="left:0px; top:0px; width:1194px; height:60px; "/>
  260. <button id="button3" class="btn1_letter2" style="left:1124px; top:19px; width:56px; height:22px; ">
  261. <caption>조회</caption>
  262. <script type="javascript" ev:event="DOMActivate">
  263. <![CDATA[
  264. fGettroblist();
  265. ]]>
  266. </script>
  267. </button>
  268. <line id="line3" class="line_4" style="x1:1109px; y1:8px; x2:1109px; y2:51px; "/>
  269. <caption id="caption5" class="search_name" style="left:15px; top:9px; width:87px; height:17px; ">접수일자 :</caption>
  270. <caption id="caption8" style="left:225px; top:9px; width:15px; height:20px; vertical-align:middle; ">~</caption>
  271. <caption id="caption9" class="search_name" style="left:365px; top:10px; width:60px; height:17px; ">판정 :</caption>
  272. <input id="ipt_usdt" ref="/root/hidden/ref/usdd" class="input_search" inputtype="date" style="left:106px; top:8px; width:85px; height:19px; "/>
  273. <caption id="caption10" class="search_name" style="left:795px; top:9px; width:93px; height:17px; ">PDC 구분 :</caption>
  274. <input id="ipt_uedt" ref="/root/hidden/ref/uedd" class="input_search" inputtype="date" style="left:240px; top:8px; width:85px; height:19px; "/>
  275. <caption id="caption2" class="search_name" style="left:582px; top:9px; width:60px; height:17px; ">결과 :</caption>
  276. <select1 id="radio1" ref="/root/hidden/ref/judg" appearance="full" cols="3" overflow="visible" style="left:429px; top:11px; width:146px; height:13px; border-style:none; ">
  277. <choices>
  278. <item>
  279. <label>미선택</label>
  280. <value>0</value>
  281. </item>
  282. <item>
  283. <label>High</label>
  284. <value>H</value>
  285. </item>
  286. <item>
  287. <label>Low</label>
  288. <value>L</value>
  289. </item>
  290. </choices>
  291. </select1>
  292. <caption id="caption3" class="search_name" style="left:15px; top:33px; width:94px; height:17px; ">검사항목 :</caption>
  293. <select1 id="combo2" ref="/root/hidden/ref/rsltgbn" class="combo_s_essential" appearance="minimal" style="left:647px; top:8px; width:80px; height:19px; ">
  294. <choices>
  295. <item>
  296. <label>미선택</label>
  297. <value>0</value>
  298. </item>
  299. <item>
  300. <label>미만</label>
  301. <value>1</value>
  302. </item>
  303. <item>
  304. <label>이상</label>
  305. <value>2</value>
  306. </item>
  307. <item>
  308. <label>패턴</label>
  309. <value>3</value>
  310. </item>
  311. </choices>
  312. <script type="javascript" ev:event="xforms-value-changed">
  313. <![CDATA[
  314. frsltgbn();
  315. ]]>
  316. </script>
  317. </select1>
  318. <input id="input2" ref="/root/hidden/ref/rslt" class="input_s_essential" visibility="hidden" style="left:730px; top:8px; width:60px; height:19px; "/>
  319. <button id="button6" class="icon_search" style="left:775px; top:33px; width:16px; height:16px; ">
  320. <caption/>
  321. <script type="javascript" ev:event="DOMActivate">
  322. <![CDATA[
  323. modal("SMLLF90400", "", "", "", "", "/root/hidden/ref/tclscdlist/testgrup", "/root/hidden/tclscdlist/testgrup");
  324. ]]>
  325. </script>
  326. </button>
  327. <select id="checkbox1" ref="/root/hidden/ref/panic" overflow="visible" appearance="full" style="left:890px; top:10px; width:55px; height:13px; border-style:none; ">
  328. <choices>
  329. <item>
  330. <label>Panic</label>
  331. <value>P</value>
  332. </item>
  333. </choices>
  334. </select>
  335. <select id="checkbox2" ref="/root/hidden/ref/delta" overflow="visible" appearance="full" style="left:949px; top:10px; width:50px; height:13px; border-style:none; ">
  336. <choices>
  337. <item>
  338. <label>Delta</label>
  339. <value>D</value>
  340. </item>
  341. </choices>
  342. </select>
  343. <select id="checkbox3" ref="/root/hidden/ref/critical" overflow="visible" appearance="full" style="left:1006px; top:10px; width:65px; height:13px; border-style:none; ">
  344. <choices>
  345. <item>
  346. <label>Critical</label>
  347. <value>C</value>
  348. </item>
  349. </choices>
  350. </select>
  351. <input id="ipt_tclscdlist" ref="/root/hidden/ref/tclscdlist/tclsnmlist" style="left:195px; top:32px; width:575px; height:19px; "/>
  352. <select1 id="cmb_testitem" ref="/root/hidden/ref/tclscdlist/testgrup" class="combo_s_essential" appearance="minimal" style="left:106px; top:32px; width:85px; height:19px; ">
  353. <choices>
  354. <itemset nodeset="/root/init/LB0103">
  355. <label ref="nm"/>
  356. <value ref="cd"/>
  357. </itemset>
  358. </choices>
  359. <script type="javascript" ev:event="xforms-value-changed">
  360. <![CDATA[
  361. fSelectTestGrup();
  362. ]]>
  363. </script>
  364. </select1>
  365. <caption id="caption12" class="search_name" style="left:795px; top:33px; width:86px; height:17px; ">시행부서 :</caption>
  366. <select1 id="combo3" ref="/root/hidden/ref/deptgbn" appearance="minimal" style="left:885px; top:32px; width:85px; height:19px; font-weight:normal; ">
  367. <choices>
  368. <item>
  369. <label>대분류</label>
  370. <value>1</value>
  371. </item>
  372. <item>
  373. <label>중분류</label>
  374. <value>2</value>
  375. </item>
  376. </choices>
  377. <script type="javascript" ev:event="xforms-value-changed">
  378. <![CDATA[
  379. fComboAalue();
  380. ]]>
  381. </script>
  382. </select1>
  383. <select1 id="combo4" ref="/root/hidden/ref/deptM" visibility="hidden" appearance="minimal" style="left:975px; top:32px; width:125px; height:19px; font-weight:normal; ">
  384. <choices>
  385. <itemset nodeset="/root/init/LB0102">
  386. <label ref="nm"/>
  387. <value ref="cd"/>
  388. </itemset>
  389. </choices>
  390. </select1>
  391. <select1 id="cmb_dept" ref="/root/hidden/ref/deptL" appearance="minimal" style="left:975px; top:32px; width:125px; height:19px; font-weight:normal; ">
  392. <choices>
  393. <itemset nodeset="/root/init/LB0104">
  394. <label ref="nm"/>
  395. <value ref="cd"/>
  396. </itemset>
  397. </choices>
  398. </select1>
  399. <input id="ipt_ustm" ref="/root/hidden/ref/ustm" class="input_search" format="hh:nn" style="left:189px; top:8px; width:35px; height:19px; "/>
  400. <input id="ipt_uetm" ref="/root/hidden/ref/uetm" class="input_search" format="hh:nn" style="left:325px; top:8px; width:35px; height:19px; "/>
  401. </group>
  402. <datagrid id="rslt" nodeset="/root/main/rslt" caption="작업번호^검사시간^바코드번호^등록번호^성명^sex/age^진료과^의뢰의사^병동/병실^검사코드^검사항목명^장비원값^결과값^R^P^D^C^이전결과^전 작업번호^전 진료과^전 의뢰의사^전 병동/병실^참고치^Panic 값^Delta 구분^Delta 값^Critical 값^검사소견^장비명" colsep="^" colwidth="0, 100, 75, 60, 60, 50, 50, 55, 80, 0, 110, 80, 80, 20, 20, 20, 20, 70, 0, 0, 0, 0, 80, 0, 0, 0, 0, 126, 150" dataheight="23" explorerbar="sortshow" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="23" rowsep="|" tooltip="label" style="left:0px; top:100px; width:1194px; height:588px; ">
  403. <col ref="workno"/>
  404. <col ref="lastreptdt" format="yyyy-mm-dd hh:nn"/>
  405. <col ref="bcno" style="text-align:center; "/>
  406. <col ref="regno"/>
  407. <col ref="nm"/>
  408. <col ref="sexage"/>
  409. <col ref="orddept"/>
  410. <col ref="reqdr"/>
  411. <col ref="wardroom"/>
  412. <col ref="testcd"/>
  413. <col ref="testitem"/>
  414. <col ref="eqmtrept"/>
  415. <col ref="rstlt"/>
  416. <col ref="r"/>
  417. <col ref="p"/>
  418. <col ref="d"/>
  419. <col ref="c"/>
  420. <col ref="prerslt"/>
  421. <col ref="preworkno"/>
  422. <col ref="preorddept"/>
  423. <col ref="prereqdr" style="left:1154px; top:23px; width:70px; height:23px; "/>
  424. <col ref="prewardroom"/>
  425. <col ref="refval"/>
  426. <col ref="panicval"/>
  427. <col ref="deltgbn"/>
  428. <col ref="deltaval"/>
  429. <col ref="criticalval"/>
  430. <col ref="testcont"/>
  431. <col disabled="true" ref="testeqmtcd" type="combo">
  432. <choices>
  433. <itemset nodeset="/root/init/LB0115">
  434. <label ref="nm"/>
  435. <value ref="cd"/>
  436. </itemset>
  437. </choices>
  438. </col>
  439. <script type="javascript" ev:event="onclick">
  440. <![CDATA[
  441. if(rslt.isCell(event.target) && rslt.row >= rslt.fixedRows){
  442. fonclickgrid();
  443. }
  444. ]]>
  445. </script>
  446. <script type="javascript" ev:event="onaftersort">
  447. <![CDATA[
  448. rslt.gridToInstance();
  449. ]]>
  450. </script>
  451. </datagrid>
  452. <caption id="caption14" class="cell_1" style="left:0px; top:717px; width:80px; height:23px; ">참고치</caption>
  453. <caption id="caption4" class="cell_1" style="left:299px; top:717px; width:80px; height:23px; ">Panic 값</caption>
  454. <caption id="caption7" class="cell_1" style="left:598px; top:717px; width:80px; height:23px; ">Delta 구분</caption>
  455. <caption id="caption11" class="cell_1" style="left:897px; top:717px; width:80px; height:23px; ">Delta 값</caption>
  456. <output id="output3" ref="/root/hidden/reflh" class="output_fix" style="left:83px; top:719px; width:213px; height:19px; "/>
  457. <output id="output1" ref="/root/hidden/panicval" class="output_fix" style="left:382px; top:719px; width:213px; height:19px; "/>
  458. <output id="output2" ref="/root/hidden/deltagbn" class="output_fix" style="left:681px; top:719px; width:213px; height:19px; "/>
  459. <output id="output4" ref="/root/hidden/deltaval" class="output_fix" style="left:980px; top:719px; width:213px; height:19px; "/>
  460. <line id="line6" class="line_3" style="x1:0px; y1:740px; x2:1194px; y2:740px; "/>
  461. <line id="line4" class="line_3" style="x1:0px; y1:692px; x2:1193px; y2:692px; "/>
  462. <button id="button1" class="btn2_letter2" style="left:1152px; top:74px; width:42px; height:19px; ">
  463. <caption>엑셀</caption>
  464. <script type="javascript" ev:event="DOMActivate">
  465. <![CDATA[
  466. fExeExcel(rslt);
  467. ]]>
  468. </script>
  469. </button>
  470. <output id="output5" ref="/root/hidden/testcont" class="output_fix" style="left:84px; top:695px; width:1109px; height:19px; "/>
  471. <line id="line5" class="line_2" style="x1:0px; y1:715px; x2:1193px; y2:715px; "/>
  472. <caption id="caption13" class="cell_1" style="left:0px; top:693px; width:80px; height:23px; ">검사소견</caption>
  473. </group>
  474. <group id="group4" scroll="auto" style="left:0px; top:13px; width:1195px; height:27px; ">
  475. <button id="button5" class="btn4_letter3" style="left:1127px; top:3px; width:68px; height:22px; ">
  476. <caption>초기화</caption>
  477. <script type="javascript" ev:event="onclick">
  478. <![CDATA[
  479. fSetInit();
  480. ]]>
  481. </script>
  482. </button>
  483. <button id="button11" class="btn6_letter2" style="left:0px; top:3px; width:56px; height:22px; ">
  484. <caption>출력</caption>
  485. <script type="javascript" ev:event="DOMActivate">
  486. <![CDATA[
  487. model.makeValue("/root/main/print/fromdd", model.getValue("/root/hidden/ref/usdd") + model.getValue("/root/hidden/ref/ustm"));
  488. model.makeValue("/root/main/print/todd", model.getValue("/root/hidden/ref/uedd") + model.getValue("/root/hidden/ref/uetm"));
  489. model.makeValue("/root/main/print/deltacnt", model.getValue("/root/hidden/delta"));
  490. model.makeValue("/root/main/print/paniccnt", model.getValue("/root/hidden/panic"));
  491. model.makeValue("/root/main/print/criticalcnt", model.getValue("/root/hidden/critical"));
  492. model.makeValue("/root/main/print/totalcntcnt", model.getValue("/root/hidden/tatal"));
  493. exeReportPreview("RPLLP00501", "XMLSTR");
  494. ]]>
  495. </script>
  496. </button>
  497. <line id="line2" class="line_6" style="x1:0px; y1:25px; x2:1194px; y2:25px; "/>
  498. <caption id="caption15" style="left:205px; top:1px; width:75px; height:25px; font-size:12pt; font-weight:bold; border-color:#f3e1bf; border-width:1px; border-style:solid; border-right-style:none; ">총 건수 :</caption>
  499. <caption id="cap_total" ref="/root/hidden/tatal" style="left:280px; top:1px; width:85px; height:25px; font-size:14pt; font-weight:bold; vertical-align:middle; border-color:#f3e1bf; border-width:1px; border-style:solid; border-left-style:none; ">1</caption>
  500. <caption id="caption16" style="left:390px; top:1px; width:110px; height:25px; font-size:12pt; font-weight:bold; border-color:#f3e1bf; border-width:1px; border-style:solid; border-right-style:none; ">Panic 건수 :</caption>
  501. <caption id="cap_panic" ref="/root/hidden/panic" style="left:500px; top:1px; width:65px; height:25px; font-size:14pt; font-weight:bold; border-color:#f3e1bf; border-width:1px; border-style:solid; border-left-style:none; ">1</caption>
  502. <caption id="caption17" style="left:595px; top:1px; width:110px; height:25px; font-size:12pt; font-weight:bold; border-color:#f3e1bf; border-width:1px; border-style:solid; border-right-style:none; ">Delta 건수 :</caption>
  503. <caption id="cap_delta" ref="/root/hidden/delta" style="left:707px; top:1px; width:65px; height:25px; font-size:14pt; font-weight:bold; border-color:#f3e1bf; border-width:1px; border-style:solid; border-left-style:none; ">1</caption>
  504. <caption id="caption18" ref="/root/hidden/critical" style="left:940px; top:1px; width:65px; height:25px; font-size:14pt; font-weight:bold; border-color:#f3e1bf; border-width:1px; border-style:solid; border-left-style:none; ">1</caption>
  505. <caption id="caption19" style="left:828px; top:1px; width:111px; height:25px; font-size:12pt; font-weight:bold; border-color:#f3e1bf; border-width:1px; border-style:solid; border-right-style:none; ">Critical 건수 :</caption>
  506. </group>
  507. <group id="group2" style="left:0px; top:0px; width:1195px; height:13px; ">
  508. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:800px; height:14px; ">이상치결과조회</caption>
  509. </group>
  510. </xhtml:body>
  511. </xhtml:html>