SMLPS00100_검사항목별통계.xrw 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <!--
  3. * 제 목 : SMLPS00100_검사항목별통계.xrw
  4. * 설 명 : 검사항목별통계 화면
  5. * 설 계 자 : (주)에이씨케이 - 유동철
  6. * 작 성 자 : (주)에이씨케이 - 유동철
  7. * 작 성 일 : 2007.08.24
  8. * 수정이력 :
  9. * 기 타 :
  10. -->
  11. <?xml-stylesheet href="../../../com/commonweb/css/common.css" type="text/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>검사항목별통계</xhtml:title>
  15. <model id="model1">
  16. <instance id="instance1">
  17. <root xmlns="">
  18. <main>
  19. <statstinfo>
  20. <statsinfolist>
  21. <workflagcd/>
  22. <testcd/>
  23. <resncnts/>
  24. <testnm/>
  25. <day01/>
  26. <day02/>
  27. <day03/>
  28. <day04/>
  29. <day05/>
  30. <day06/>
  31. <day07/>
  32. <day08/>
  33. <day09/>
  34. <day10/>
  35. <day11/>
  36. <day12/>
  37. <day13/>
  38. <day14/>
  39. <day15/>
  40. <day16/>
  41. <day17/>
  42. <day18/>
  43. <day19/>
  44. <day20/>
  45. <day21/>
  46. <day22/>
  47. <day23/>
  48. <day24/>
  49. <day25/>
  50. <day26/>
  51. <day27/>
  52. <day28/>
  53. <day29/>
  54. <day30/>
  55. <day31/>
  56. <daytot/>
  57. </statsinfolist>
  58. </statstinfo>
  59. </main>
  60. <send/>
  61. <init>
  62. <sysdt>
  63. <sysdtinfo>
  64. <sysdd/>
  65. <systm/>
  66. </sysdtinfo>
  67. </sysdt>
  68. <resncd>
  69. <resncdlist>
  70. <instcd/>
  71. <baseflagcd/>
  72. <resncd/>
  73. <resncnts/>
  74. </resncdlist>
  75. </resncd>
  76. <patflagcd/>
  77. <mdlcdlist>
  78. <mdlcdinfo>
  79. <choi/>
  80. <instcd/>
  81. <baseflagcd/>
  82. <resncd/>
  83. <resncnts/>
  84. <mdlflagcd/>
  85. </mdlcdinfo>
  86. </mdlcdlist>
  87. </init>
  88. <hidden>
  89. <acptfromdd/>
  90. <acpttodd/>
  91. <refmthdcd>0</refmthdcd>
  92. <seaval/>
  93. <dispcondcd/>
  94. <testflagcd/>
  95. <statsworkflagcd/>
  96. </hidden>
  97. <message/>
  98. </root>
  99. </instance>
  100. <bind id="bind01" ref="/root/main/statstinfo/statsinfolist/day01" readonly="../choi/@readonly = 'true'"/>
  101. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  102. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  103. <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
  104. <script type="javascript" src="../../../lis/commonweb/js/LPZ001.js"/>
  105. <script type="javascript" ev:event="xforms-ready">
  106. <![CDATA[
  107. fExeInitialize();
  108. ]]>
  109. </script>
  110. <submission id="TRLPZ00102" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/init/sysdt/sysdtinfo"/>
  111. <submission id="TRLPZ00103" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/init/resncd/resncdlist"/>
  112. <submission id="TRLPS00101" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/statstinfo/statsinfolist"/>
  113. <submission id="TRLPC02802" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/init/mdlcdlist/mdlcdinfo"/>
  114. </model>
  115. <script type="javascript">
  116. <![CDATA[
  117. /* @group : 검사항목별통계 화면
  118. * @ver : 2007.02.24 (CMCDEV-0001)
  119. * @by : 유동철(ACK)
  120. * @-----------------------------------
  121. * @type : function
  122. * @access : public
  123. * @desc : 화면초기화 함수
  124. */
  125. function fExeInitialize() {
  126. var iNodeCnt = 0;
  127. //---------------------------------------------------------
  128. model.removeNodeset("/root/main/statstinfo/statsinfolist");
  129. //----------------
  130. // 시스템일자 조회
  131. model.removeNodeset("/root/send");
  132. model.makeValue("/root/send/instcd", getUserInfo("dutplceinstcd"));
  133. submit("TRLPZ00102");
  134. //------------------
  135. // 통계구분코드 조회
  136. //model.makeValue("/root/send/baseflagcd", "'84'" );
  137. //submit("TRLPZ00103");
  138. model.makeValue("/root/send/instcd", getUserInfo("dutplceinstcd"));
  139. model.makeValue("/root/send/delflagcd", "0");
  140. model.makeValue("/root/send/baseflagcd", "ZA");
  141. model.makeValue("/root/send/resncd", "01");
  142. if(submit("TRLPC02802")) {
  143. //---------------------------------
  144. // 전체조회용 Instance생성
  145. iNodeCnt = Number(getNodesetCount("/root/init/mdlcdlist/mdlcdinfo")) + 1;
  146. model.makeValue("/root/init/mdlcdlist/mdlcdinfo[" + iNodeCnt + "]/resncd", "ZZZZ");
  147. model.makeValue("/root/init/mdlcdlist/mdlcdinfo[" + iNodeCnt + "]/resncnts", "전체");
  148. model.makeValue("/root/init/mdlcdlist/mdlcdinfo[" + iNodeCnt + "]/baseflagcd", "ZA");
  149. }
  150. //------------
  151. // 초기값 설정
  152. model.makeValue("/root/hidden/seaval", ""); // 검색값
  153. model.makeValue("/root/hidden/acptfromdd", model.getValue("/root/init/sysdt/sysdtinfo/sysdd")); // 접수일자(From)
  154. model.makeValue("/root/hidden/acpttodd", model.getValue("/root/init/sysdt/sysdtinfo/sysdd")); // 접수일자(To)
  155. model.makeValue("/root/hidden/refmthdcd", "0"); // 검색방법(일별)
  156. model.makeValue("/root/hidden/dispcondcd", "0"); // 표시조건(접수)
  157. model.makeValue("/root/hidden/testflagcd", "0"); // 검사구분코드(내부)
  158. model.makeValue("/root/init/patflagcd", "0"); // 환자구분코드(입원)
  159. cbo_statsflagcd.select(0);
  160. //----------------
  161. fExeRadioChange();
  162. }
  163. /* @group : 검사항목별통계 화면
  164. * @ver : 2007.08.2 (CMCDEV-0001)
  165. * @by : 유동철(ACK)
  166. * @-----------------------------------
  167. * @type : function
  168. * @access : public
  169. * @desc : 감사판독 소요시간 조회 처리 함수
  170. */
  171. function fGetStatsInfoList() {
  172. //--------------------------------
  173. model.removeNodeset("/root/send");
  174. model.removeNodeset("/root/main/statstinfo/statsinfolist");
  175. //--------------------------------------------------------------------------
  176. model.makeValue("/root/send/instcd", getUserInfo("dutplceinstcd"));
  177. model.makeValue("/root/send/acptfromdd", model.getValue("/root/hidden/acptfromdd"));
  178. model.makeValue("/root/send/acpttodd", model.getValue("/root/hidden/acpttodd"));
  179. model.makeValue("/root/send/refmthdcd", model.getValue("/root/hidden/refmthdcd"));
  180. model.makeValue("/root/send/dispcondcd", model.getValue("/root/hidden/dispcondcd"));
  181. model.makeValue("/root/send/testflagcd", model.getValue("/root/hidden/testflagcd"));
  182. model.makeValue("/root/send/patflagcd", model.getValue("/root/init/patflagcd")); // 0:입원,1:외래,Z:전체
  183. model.makeValue("/root/send/statsworkflagcd", model.getValue("/root/hidden/statsworkflagcd"));
  184. model.makeValue("/root/send/scrnno", "10");
  185. //-------------------
  186. submit("TRLPS00101");
  187. }
  188. /* @group : 검사항목별통계
  189. * @ver : 2007.08.24 (CMCDEV-0001)
  190. * @by : 유동철(ACK)
  191. * @-----------------------------------
  192. * @type : function
  193. * @access : public
  194. * @desc : 검사항목별통계 Excel저장 처리 Function
  195. */
  196. function fExeSaveToExcel() {
  197. var sTitle = "";
  198. switch (model.getValue("/root/hidden/refmthdcd")) {
  199. case "0" : sTitle = "검사항목별 (일별) 통계";
  200. break;
  201. case "1" : sTitle = "검사항목별 (월별) 통계";
  202. break;
  203. case "2" : sTitle = "검사항목별 (년별) 통계";
  204. break;
  205. }
  206. //grd_statsinfolist.saveExcel("C:\\SMLPS00100_검사항목별통계.xls", sTitle, false, false);
  207. lpzfExeSaveToExcel(grd_statsinfolist, sTitle);
  208. }
  209. /* @group : 검사항목별통계
  210. * @ver : 2007.08.25 (CMCDEV-0001)
  211. * @by : 유동철(ACK)
  212. * @-----------------------------------
  213. * @type : function
  214. * @access : public
  215. * @desc : 그리드 컬럼 숨김 처리 Function
  216. */
  217. function fExeRadioChange() {
  218. var iFromNo = 0;
  219. var iToNo = 0;
  220. var iWidth = 0;
  221. var bState = false;
  222. var iYear = 0;
  223. var sFromDD = model.getValue("/root/hidden/acptfromdd");
  224. var sToDD = model.getValue("/root/hidden/acpttodd");
  225. var sText = "구분코드^검사코드^검사실^검사항목";
  226. //----------------------------------------------------
  227. if (model.getValue("/root/hidden/refmthdcd") == "0") {
  228. iFromNo = 5;
  229. iToNo = grd_statsinfolist.cols;
  230. iWidth = 31;
  231. bState = false;
  232. sText = "구분코드^검사코드^검사실^검사항목^01^02^03^04^05^06^07^08^09^10^11^12^13^14^15^16^17^18^19^20^21^22^23^24^25^26^27^28^29^30^31^총\n건수";
  233. } else if (model.getValue("/root/hidden/refmthdcd") == "1") {
  234. iFromNo = 17;
  235. iToNo = 35;
  236. iWidth = 75;
  237. bState = true;
  238. sText = "구분코드^검사코드^검사실^검사항목^01^02^03^04^05^06^07^08^09^10^11^12^13^14^15^16^17^18^19^20^21^22^23^24^25^26^27^28^29^30^31^총\n건수";
  239. } else {
  240. iFromNo = 25;
  241. iToNo = 35;
  242. iWidth = 47;
  243. bState = true;
  244. //---------------------------------------------------------------------------------------
  245. for (var iNo=Number(sFromDD.substr(0,4)); iNo <= Number(sFromDD.substr(0,4))+20; iNo++) {
  246. sText += "^"+iNo;
  247. }
  248. }
  249. //---------------------------------
  250. for (var iNo=5; iNo <= grd_statsinfolist.cols; iNo++) {
  251. if (iFromNo <= iNo && iToNo >= iNo) {
  252. grd_statsinfolist.colHidden(iNo) = bState;
  253. grd_statsinfolist.colWidth(iNo) = iWidth;
  254. } else {
  255. grd_statsinfolist.colHidden(iNo) = !bState;
  256. grd_statsinfolist.colWidth(iNo) = iWidth;
  257. }
  258. }
  259. //--------------------------------
  260. grd_statsinfolist.caption = sText;
  261. model.removeNodeset("/root/main/statstinfo/statsinfolist");
  262. //-------------
  263. model.refresh();
  264. }
  265. ]]>
  266. </script>
  267. </xhtml:head>
  268. <xhtml:body>
  269. <group id="grp_btn" style="left:0px; top:13; width:1195px; height:27px; ">
  270. <line id="line10" class="line_6" style="x1:0px; y1:25; x2:1194px; y2:25; "/>
  271. <button id="button13" class="btn6_letter5" navindex="10" style="left:5px; top:3px; width:92px; height:22px; ">
  272. <caption>EXCEL저장</caption>
  273. <script type="javascript" ev:event="DOMActivate">
  274. <![CDATA[
  275. fExeSaveToExcel();
  276. ]]>
  277. </script>
  278. </button>
  279. </group>
  280. <group id="grp_tle" style="left:0px; top:0px; width:1195px; height:13px; ">
  281. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:180px; height:14px; ">검사항목별통계</caption>
  282. </group>
  283. <group id="grp_biz" style="left:0; top:40; width:1195; height:744; ">
  284. <caption id="caption4" class="tit_2" style="left:5px; top:55px; width:180px; height:13px; ">접수검사목록</caption>
  285. <line id="line1" class="line_1" style="x1:0px; y1:70px; x2:1194px; y2:70px; "/>
  286. <datagrid id="grd_statsinfolist" nodeset="/root/main/statstinfo/statsinfolist" class="datagrid2" autoresize="true" caption="구분코드^검사코드^검사실^검사항목^01^02^03^04^05^06^07^08^09^10^11^12^13^14^15^16^17^18^19^20^21^22^23^24^25^26^27^28^29^30^31^총&#xA;건수" colsep="^" colwidth="0, 0, 65, 100, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31" explorerbar="sortshow" rowheader="seq" rowsep="|" navindex="9" style="left:0; top:75px; width:1194px; height:653px; ">
  287. <col ref="workflagcd"/>
  288. <col ref="testcd"/>
  289. <col class="text_center" ref="resncnts"/>
  290. <col class="text_center" ref="testnm"/>
  291. <col class="text_right" ref="day01" format="#,###" mask="exclude" roundmode="round" showmask="true"/>
  292. <col class="text_right" ref="day02" format="#,###" mask="exclude" showmask="true"/>
  293. <col class="text_right" ref="day03" format="#,###" mask="exclude" showmask="true"/>
  294. <col class="text_right" ref="day04" format="#,###" mask="exclude" showmask="true"/>
  295. <col class="text_right" ref="day05" format="#,###" mask="exclude" showmask="true"/>
  296. <col class="text_right" ref="day06" format="#,###" mask="exclude" showmask="true"/>
  297. <col class="text_right" ref="day07" format="#,###" mask="exclude" showmask="true"/>
  298. <col class="text_right" ref="day08" format="#,###" mask="exclude" showmask="true"/>
  299. <col class="text_right" ref="day09" format="#,###" mask="exclude" showmask="true"/>
  300. <col class="text_right" ref="day10" format="#,###" mask="exclude" showmask="true"/>
  301. <col class="text_right" ref="day11" format="#,###" mask="exclude" showmask="true"/>
  302. <col class="text_right" ref="day12" format="#,###" mask="exclude" showmask="true"/>
  303. <col class="text_right" ref="day13" format="#,###" mask="exclude" showmask="true"/>
  304. <col class="text_right" ref="day14" format="#,###" mask="exclude" showmask="true"/>
  305. <col class="text_right" ref="day15" format="#,###" mask="exclude" showmask="true"/>
  306. <col class="text_right" ref="day16" format="#,###" mask="exclude" showmask="true"/>
  307. <col class="text_right" ref="day17" format="#,###" mask="exclude" showmask="true"/>
  308. <col class="text_right" ref="day18" format="#,###" mask="exclude" showmask="true"/>
  309. <col class="text_right" ref="day19" format="#,###" mask="exclude" showmask="true"/>
  310. <col class="text_right" ref="day20" format="#,###" mask="exclude" showmask="true"/>
  311. <col class="text_right" ref="day21" format="#,###" mask="exclude" showmask="true"/>
  312. <col class="text_right" ref="day22" format="#,###" mask="exclude" showmask="true"/>
  313. <col class="text_right" ref="day23" format="#,###" mask="exclude" showmask="true"/>
  314. <col class="text_right" ref="day24" format="#,###" mask="exclude" showmask="true"/>
  315. <col class="text_right" ref="day25" format="#,###" mask="exclude" showmask="true"/>
  316. <col class="text_right" ref="day26" format="#,###" mask="exclude" showmask="true"/>
  317. <col class="text_right" ref="day27" format="#,###" mask="exclude" showmask="true"/>
  318. <col class="text_right" ref="day28" format="#,###" mask="exclude" showmask="true"/>
  319. <col class="text_right" ref="day29" format="#,###" mask="exclude" showmask="true"/>
  320. <col class="text_right" ref="day30" format="#,###" mask="exclude" showmask="true"/>
  321. <col class="text_right" ref="day31" format="#,###" mask="exclude" showmask="true"/>
  322. <col class="text_right" ref="daytot" format="#,###" mask="exclude" showmask="true"/>
  323. <script type="javascript" ev:event="onaftersort">
  324. <![CDATA[
  325. grd_statsinfolist.gridToInstance();
  326. ]]>
  327. </script>
  328. </datagrid>
  329. <group id="grp_sea" style="left:0px; top:10px; width:1195px; height:35px; vertical-align:top; ">
  330. <shape id="roundrect1" class="roundrect_search" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:1194px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
  331. <line id="line13" class="line_4" style="x1:1108px; y1:7px; x2:1108px; y2:29px; border-color:#ffe4bb; border-left-style:solid; "/>
  332. <caption id="caption2" class="search_name" style="left:15; top:9px; width:86px; height:17px; ">접수일자 :</caption>
  333. <caption id="caption5" class="search_no_b" style="left:201px; top:8px; width:12px; height:17px; ">~</caption>
  334. <button id="btn_sea" class="btn1_letter2" navindex="8" style="left:1123px; top:7px; width:56px; height:22px; background-image:../../../com/commonweb/images/btn1_letter2.gif; ">
  335. <caption>조회</caption>
  336. <script type="javascript" ev:event="DOMActivate">
  337. <![CDATA[
  338. fGetStatsInfoList();
  339. ]]>
  340. </script>
  341. </button>
  342. <input id="ipt_cnclfromdd" ref="/root/hidden/acptfromdd" class="input_s_essential" navindex="1" inputtype="date" format="yyyy-mm-dd" mask="exclude" showmask="true" style="left:104; top:8px; width:92; height:19px; ">
  343. <script type="javascript" ev:event="xforms-value-changed">
  344. <![CDATA[
  345. fExeRadioChange();
  346. ]]>
  347. </script>
  348. </input>
  349. <input id="ipt_cncltodd" ref="/root/hidden/acpttodd" class="input_s_essential" navindex="2" inputtype="date" format="yyyy-mm-dd" mask="exclude" showmask="true" style="left:217px; top:8px; width:92px; height:19px; "/>
  350. <caption id="caption1" class="search_name" style="left:318px; top:9px; width:86px; height:17px; ">검색방법 :</caption>
  351. <caption id="caption3" class="search_name" style="left:463px; top:9px; width:86px; height:17px; ">표시조건 :</caption>
  352. <caption id="caption7" class="search_name" style="left:611px; top:9px; width:86px; height:17px; ">검사구분 :</caption>
  353. <select1 id="cbo_refmthdcd" ref="/root/hidden/refmthdcd" navindex="3" appearance="minimal" style="left:407px; top:8px; width:50px; height:19px; ">
  354. <choices>
  355. <item>
  356. <label>일별</label>
  357. <value>0</value>
  358. </item>
  359. <item>
  360. <label>월별</label>
  361. <value>1</value>
  362. </item>
  363. <item>
  364. <label>년별</label>
  365. <value>2</value>
  366. </item>
  367. </choices>
  368. <script type="javascript" ev:event="xforms-value-changed">
  369. <![CDATA[
  370. fExeRadioChange();
  371. ]]>
  372. </script>
  373. </select1>
  374. <caption id="caption8" class="search_name" style="left:901px; top:9px; width:86px; height:17px; ">통계구분 :</caption>
  375. <select1 id="cbo_statsflagcd" ref="/root/hidden/statsworkflagcd" navindex="7" appearance="minimal" style="left:990px; top:8px; width:103px; height:19px; ">
  376. <choices>
  377. <itemset nodeset="/root/init/mdlcdlist/mdlcdinfo">
  378. <label ref="resncnts"/>
  379. <value ref="resncd"/>
  380. </itemset>
  381. </choices>
  382. </select1>
  383. <select1 id="cbo_testflagcd" ref="/root/hidden/testflagcd" navindex="5" appearance="minimal" style="left:700px; top:8px; width:50px; height:19px; ">
  384. <choices>
  385. <item>
  386. <label>내부</label>
  387. <value>0</value>
  388. </item>
  389. <item>
  390. <label>수탁</label>
  391. <value>1</value>
  392. </item>
  393. <item>
  394. <label>위탁</label>
  395. <value>2</value>
  396. </item>
  397. </choices>
  398. </select1>
  399. <select1 id="cbo_dispcondcd" ref="/root/hidden/dispcondcd" navindex="4" appearance="minimal" style="left:554px; top:8px; width:50px; height:19px; ">
  400. <choices>
  401. <item>
  402. <label>접수</label>
  403. <value>0</value>
  404. </item>
  405. <item>
  406. <label>업무</label>
  407. <value>1</value>
  408. </item>
  409. <item>
  410. <label>완료</label>
  411. <value>2</value>
  412. </item>
  413. </choices>
  414. </select1>
  415. <caption id="caption9" class="search_name" style="left:756px; top:9px; width:86px; height:17px; ">환자구분 :</caption>
  416. <select1 id="combo1" ref="/root/init/patflagcd" navindex="6" appearance="minimal" style="left:845px; top:8px; width:50px; height:19px; ">
  417. <choices>
  418. <item>
  419. <label>입원</label>
  420. <value>0</value>
  421. </item>
  422. <item>
  423. <label>외래</label>
  424. <value>1</value>
  425. </item>
  426. <item>
  427. <label>전체</label>
  428. <value>Z</value>
  429. </item>
  430. </choices>
  431. </select1>
  432. </group>
  433. </group>
  434. </xhtml:body>
  435. </xhtml:html>