SMLPS00700_검사검체별통계.xrw 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <!--
  3. * 제 목 : SMLPS00700_검사/검체별통계.xrw
  4. * 설 명 : 검사/검체별통계 화면
  5. * 설 계 자 : (주)에이씨케이 - 유동철
  6. * 작 성 자 : (주)에이씨케이 - 유동철
  7. * 작 성 일 : 2007.08.30
  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>검사/검체별통계</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.08.30 (CMCDEV-0001)
  119. * @by : 유동철(ACK)
  120. * @-----------------------------------
  121. * @type : function
  122. * @access : public
  123. * @desc : 화면초기화 함수
  124. */
  125. function fExeInitialize() {
  126. //---------------------------------------------------------
  127. model.removeNodeset("/root/main/statstinfo/statsinfolist");
  128. //----------------
  129. // 시스템일자 조회
  130. model.removeNodeset("/root/send");
  131. model.makeValue("/root/send/instcd", getUserInfo("dutplceinstcd"));
  132. submit("TRLPZ00102");
  133. //------------------
  134. // 통계구분코드 조회
  135. //model.makeValue("/root/send/baseflagcd", "'84'" );
  136. //submit("TRLPZ00103");
  137. model.makeValue("/root/send/instcd", getUserInfo("dutplceinstcd"));
  138. model.makeValue("/root/send/delflagcd", "0");
  139. model.makeValue("/root/send/baseflagcd", "ZA");
  140. model.makeValue("/root/send/resncd", "03");
  141. if(submit("TRLPC02802")) {
  142. //---------------------------------
  143. // 전체조회용 Instance생성
  144. var iNodeCnt = Number(getNodesetCount("/root/init/mdlcdlist/mdlcdinfo")) + 1;
  145. model.makeValue("/root/init/mdlcdlist/mdlcdinfo[" + iNodeCnt + "]/resncd", "ZZZZ");
  146. model.makeValue("/root/init/mdlcdlist/mdlcdinfo[" + iNodeCnt + "]/resncnts", "전체");
  147. model.makeValue("/root/init/mdlcdlist/mdlcdinfo[" + iNodeCnt + "]/baseflagcd", "ZA");
  148. }
  149. //------------
  150. // 초기값 설정
  151. model.makeValue("/root/hidden/seaval", ""); // 검색값
  152. model.makeValue("/root/hidden/acptfromdd", model.getValue("/root/init/sysdt/sysdtinfo/sysdd")); // 접수일자(From)
  153. model.makeValue("/root/hidden/acpttodd", model.getValue("/root/init/sysdt/sysdtinfo/sysdd")); // 접수일자(To)
  154. model.makeValue("/root/hidden/refmthdcd", "0"); // 검색방법(일별)
  155. model.makeValue("/root/hidden/dispcondcd", "0"); // 표시조건(접수)
  156. model.makeValue("/root/hidden/testflagcd", "0"); // 검사구분코드(내부)
  157. model.makeValue("/root/init/patflagcd", "0"); // 환자구분코드(입원)
  158. cbo_statsflagcd.select(0);
  159. //----------------
  160. fExeRadioChange();
  161. }
  162. /* @group : 검사/검체별통계 화면
  163. * @ver : 2007.08.2 (CMCDEV-0001)
  164. * @by : 유동철(ACK)
  165. * @-----------------------------------
  166. * @type : function
  167. * @access : public
  168. * @desc : 검사/검체별 통계 조회 처리 함수
  169. */
  170. function fGetStatsInfoList() {
  171. //--------------------------------
  172. model.removeNodeset("/root/send");
  173. model.removeNodeset("/root/main/statstinfo/statsinfolist");
  174. //--------------------------------------------------------------------------
  175. model.makeValue("/root/send/instcd", getUserInfo("dutplceinstcd"));
  176. model.makeValue("/root/send/acptfromdd", model.getValue("/root/hidden/acptfromdd"));
  177. model.makeValue("/root/send/acpttodd", model.getValue("/root/hidden/acpttodd"));
  178. model.makeValue("/root/send/refmthdcd", model.getValue("/root/hidden/refmthdcd"));
  179. model.makeValue("/root/send/dispcondcd", model.getValue("/root/hidden/dispcondcd"));
  180. model.makeValue("/root/send/testflagcd", model.getValue("/root/hidden/testflagcd"));
  181. model.makeValue("/root/send/patflagcd", model.getValue("/root/init/patflagcd")); // 0:입원,1:외래,Z:전체
  182. model.makeValue("/root/send/statsworkflagcd", model.getValue("/root/hidden/statsworkflagcd"));
  183. model.makeValue("/root/send/scrnno", "30");
  184. //-------------------
  185. submit("TRLPS00101");
  186. }
  187. /* @group : 검사/검체별통계
  188. * @ver : 2007.08.24 (CMCDEV-0001)
  189. * @by : 유동철(ACK)
  190. * @-----------------------------------
  191. * @type : function
  192. * @access : public
  193. * @desc : 검사/검체별통계 Excel저장 처리 Function
  194. */
  195. function fExeSaveToExcel() {
  196. var sTitle = "";
  197. switch (model.getValue("/root/hidden/refmthdcd")) {
  198. case "0" : sTitle = "검사검체별 (일별) 통계";
  199. break;
  200. case "1" : sTitle = "검사검체별 (월별) 통계";
  201. break;
  202. case "2" : sTitle = "검사검체별 (년별) 통계";
  203. break;
  204. }
  205. //grd_statsinfolist.saveExcel("C:\\SMLPS00700_검사검체별통계.xls", sTitle, false, false);
  206. lpzfExeSaveToExcel(grd_statsinfolist, sTitle);
  207. }
  208. /* @group : 검사/검체별통계
  209. * @ver : 2007.08.25 (CMCDEV-0001)
  210. * @by : 유동철(ACK)
  211. * @-----------------------------------
  212. * @type : function
  213. * @access : public
  214. * @desc : 그리드 컬럼 숨김 처리 Function
  215. */
  216. function fExeRadioChange() {
  217. var iFromNo = 0;
  218. var iToNo = 0;
  219. var iWidth = 0;
  220. var bState = false;
  221. var iYear = 0;
  222. var sFromDD = model.getValue("/root/hidden/acptfromdd");
  223. var sToDD = model.getValue("/root/hidden/acpttodd");
  224. var sText = "구분코드^검사실^검사명^검체명";
  225. //----------------------------------------------------
  226. if (model.getValue("/root/hidden/refmthdcd") == "0") {
  227. iFromNo = 5;
  228. iToNo = grd_statsinfolist.cols;
  229. iWidth = 31;
  230. bState = false;
  231. 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건수";
  232. } else if (model.getValue("/root/hidden/refmthdcd") == "1") {
  233. iFromNo = 17;
  234. iToNo = 35;
  235. iWidth = 75;
  236. bState = true;
  237. 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건수";
  238. } else {
  239. iFromNo = 25;
  240. iToNo = 35;
  241. iWidth = 47;
  242. bState = true;
  243. //---------------------------------------------------------------------------------------
  244. for (var iNo=Number(sFromDD.substr(0,4)); iNo <= Number(sFromDD.substr(0,4))+20; iNo++) {
  245. sText += "^"+iNo;
  246. }
  247. }
  248. //---------------------------------
  249. for (var iNo=5; iNo <= grd_statsinfolist.cols; iNo++) {
  250. if (iFromNo <= iNo && iToNo >= iNo) {
  251. grd_statsinfolist.colHidden(iNo) = bState;
  252. grd_statsinfolist.colWidth(iNo) = iWidth;
  253. } else {
  254. grd_statsinfolist.colHidden(iNo) = !bState;
  255. grd_statsinfolist.colWidth(iNo) = iWidth;
  256. }
  257. }
  258. //--------------------------------
  259. grd_statsinfolist.caption = sText;
  260. model.removeNodeset("/root/main/statstinfo/statsinfolist");
  261. //-------------
  262. model.refresh();
  263. }
  264. ]]>
  265. </script>
  266. </xhtml:head>
  267. <xhtml:body>
  268. <group id="grp_btn" style="left:0px; top:13; width:1195px; height:27px; ">
  269. <line id="line10" class="line_6" style="x1:0px; y1:25; x2:1194px; y2:25; "/>
  270. <button id="button13" class="btn6_letter5" navindex="10" style="left:5px; top:3px; width:92px; height:22px; ">
  271. <caption>EXCEL저장</caption>
  272. <script type="javascript" ev:event="DOMActivate">
  273. <![CDATA[
  274. fExeSaveToExcel();
  275. ]]>
  276. </script>
  277. </button>
  278. </group>
  279. <group id="grp_tle" style="left:0px; top:0px; width:1195px; height:13px; ">
  280. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:180px; height:14px; ">검사/검체별통계</caption>
  281. </group>
  282. <group id="grp_biz" style="left:0; top:40; width:1195; height:744; ">
  283. <caption id="caption4" class="tit_2" style="left:5px; top:55px; width:180px; height:14px; ">접수 검사/검체 목록</caption>
  284. <line id="line1" class="line_1" style="x1:0px; y1:70px; x2:1194px; y2:70px; "/>
  285. <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, 50, 60, 50, 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; ">
  286. <col ref="workflagcd"/>
  287. <col ref="testcd"/>
  288. <col class="text_center" ref="resncnts"/>
  289. <col class="text_center" ref="testnm"/>
  290. <col class="text_right" ref="day01" format="#,###" mask="exclude" roundmode="round" showmask="true"/>
  291. <col class="text_right" ref="day02" format="#,###" mask="exclude" showmask="true"/>
  292. <col class="text_right" ref="day03" format="#,###" mask="exclude" showmask="true"/>
  293. <col class="text_right" ref="day04" format="#,###" mask="exclude" showmask="true"/>
  294. <col class="text_right" ref="day05" format="#,###" mask="exclude" showmask="true"/>
  295. <col class="text_right" ref="day06" format="#,###" mask="exclude" showmask="true"/>
  296. <col class="text_right" ref="day07" format="#,###" mask="exclude" showmask="true"/>
  297. <col class="text_right" ref="day08" format="#,###" mask="exclude" showmask="true"/>
  298. <col class="text_right" ref="day09" format="#,###" mask="exclude" showmask="true"/>
  299. <col class="text_right" ref="day10" format="#,###" mask="exclude" showmask="true"/>
  300. <col class="text_right" ref="day11" format="#,###" mask="exclude" showmask="true"/>
  301. <col class="text_right" ref="day12" format="#,###" mask="exclude" showmask="true"/>
  302. <col class="text_right" ref="day13" format="#,###" mask="exclude" showmask="true"/>
  303. <col class="text_right" ref="day14" format="#,###" mask="exclude" showmask="true"/>
  304. <col class="text_right" ref="day15" format="#,###" mask="exclude" showmask="true"/>
  305. <col class="text_right" ref="day16" format="#,###" mask="exclude" showmask="true"/>
  306. <col class="text_right" ref="day17" format="#,###" mask="exclude" showmask="true"/>
  307. <col class="text_right" ref="day18" format="#,###" mask="exclude" showmask="true"/>
  308. <col class="text_right" ref="day19" format="#,###" mask="exclude" showmask="true"/>
  309. <col class="text_right" ref="day20" format="#,###" mask="exclude" showmask="true"/>
  310. <col class="text_right" ref="day21" format="#,###" mask="exclude" showmask="true"/>
  311. <col class="text_right" ref="day22" format="#,###" mask="exclude" showmask="true"/>
  312. <col class="text_right" ref="day23" format="#,###" mask="exclude" showmask="true"/>
  313. <col class="text_right" ref="day24" format="#,###" mask="exclude" showmask="true"/>
  314. <col class="text_right" ref="day25" format="#,###" mask="exclude" showmask="true"/>
  315. <col class="text_right" ref="day26" format="#,###" mask="exclude" showmask="true"/>
  316. <col class="text_right" ref="day27" format="#,###" mask="exclude" showmask="true"/>
  317. <col class="text_right" ref="day28" format="#,###" mask="exclude" showmask="true"/>
  318. <col class="text_right" ref="day29" format="#,###" mask="exclude" showmask="true"/>
  319. <col class="text_right" ref="day30" format="#,###" mask="exclude" showmask="true"/>
  320. <col class="text_right" ref="day31" format="#,###" mask="exclude" showmask="true"/>
  321. <col class="text_right" ref="daytot" format="#,###" mask="exclude" showmask="true"/>
  322. <script type="javascript" ev:event="onaftersort">
  323. <![CDATA[
  324. grd_statsinfolist.gridToInstance();
  325. ]]>
  326. </script>
  327. </datagrid>
  328. <group id="grp_sea" style="left:0px; top:10px; width:1195px; height:35px; vertical-align:top; ">
  329. <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; "/>
  330. <line id="line13" class="line_4" style="x1:1108px; y1:7px; x2:1108px; y2:29px; border-color:#ffe4bb; border-left-style:solid; "/>
  331. <caption id="caption2" class="search_name" style="left:15; top:9px; width:86px; height:17px; ">접수일자 :</caption>
  332. <caption id="caption5" class="search_no_b" style="left:201px; top:8px; width:12px; height:17px; ">~</caption>
  333. <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; ">
  334. <caption>조회</caption>
  335. <script type="javascript" ev:event="DOMActivate">
  336. <![CDATA[
  337. fGetStatsInfoList();
  338. ]]>
  339. </script>
  340. </button>
  341. <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; ">
  342. <script type="javascript" ev:event="xforms-value-changed">
  343. <![CDATA[
  344. fExeRadioChange();
  345. ]]>
  346. </script>
  347. </input>
  348. <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; "/>
  349. <caption id="caption1" class="search_name" style="left:318; top:9px; width:86px; height:17px; ">검색방법 :</caption>
  350. <caption id="caption3" class="search_name" style="left:463; top:9px; width:86px; height:17px; ">표시조건 :</caption>
  351. <caption id="caption7" class="search_name" style="left:611; top:9px; width:86px; height:17px; ">검사구분 :</caption>
  352. <select1 id="cbo_refmthdcd" ref="/root/hidden/refmthdcd" navindex="3" appearance="minimal" style="left:407; top:8px; width:50; height:19px; ">
  353. <choices>
  354. <item>
  355. <label>일별</label>
  356. <value>0</value>
  357. </item>
  358. <item>
  359. <label>월별</label>
  360. <value>1</value>
  361. </item>
  362. <item>
  363. <label>년별</label>
  364. <value>2</value>
  365. </item>
  366. </choices>
  367. <script type="javascript" ev:event="xforms-value-changed">
  368. <![CDATA[
  369. fExeRadioChange();
  370. ]]>
  371. </script>
  372. </select1>
  373. <caption id="caption8" class="search_name" style="left:901; top:9px; width:86px; height:17px; ">통계구분 :</caption>
  374. <select1 id="cbo_statsflagcd" ref="/root/hidden/statsworkflagcd" navindex="7" appearance="minimal" style="left:990; top:8px; width:103; height:19px; ">
  375. <choices>
  376. <itemset nodeset="/root/init/mdlcdlist/mdlcdinfo">
  377. <label ref="resncnts"/>
  378. <value ref="resncd"/>
  379. </itemset>
  380. </choices>
  381. </select1>
  382. <select1 id="cbo_testflagcd" ref="/root/hidden/testflagcd" navindex="5" appearance="minimal" style="left:700; top:8px; width:50; height:19px; ">
  383. <choices>
  384. <item>
  385. <label>내부</label>
  386. <value>0</value>
  387. </item>
  388. <item>
  389. <label>수탁</label>
  390. <value>1</value>
  391. </item>
  392. <item>
  393. <label>위탁</label>
  394. <value>2</value>
  395. </item>
  396. </choices>
  397. </select1>
  398. <select1 id="cbo_dispcondcd" ref="/root/hidden/dispcondcd" navindex="4" appearance="minimal" style="left:554; top:8px; width:50; height:19px; ">
  399. <choices>
  400. <item>
  401. <label>접수</label>
  402. <value>0</value>
  403. </item>
  404. <item>
  405. <label>업무</label>
  406. <value>1</value>
  407. </item>
  408. <item>
  409. <label>완료</label>
  410. <value>2</value>
  411. </item>
  412. </choices>
  413. </select1>
  414. <select1 id="combo1" ref="/root/init/patflagcd" navindex="6" appearance="minimal" style="left:845px; top:8px; width:50px; height:19px; ">
  415. <choices>
  416. <item>
  417. <label>입원</label>
  418. <value>0</value>
  419. </item>
  420. <item>
  421. <label>외래</label>
  422. <value>1</value>
  423. </item>
  424. <item>
  425. <label>전체</label>
  426. <value>Z</value>
  427. </item>
  428. </choices>
  429. </select1>
  430. <caption id="caption9" class="search_name" style="left:756px; top:9px; width:86px; height:17px; ">환자구분 :</caption>
  431. </group>
  432. </group>
  433. </xhtml:body>
  434. </xhtml:html>