SPSMK00400_상위KPI검색.xrw 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <?xml-stylesheet type="text/css" href="../../../com/commonweb/css/common.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>상위 KPI 조회</xhtml:title>
  6. <model id="model1">
  7. <instance id="instance1">
  8. <root xmlns="">
  9. <main>
  10. <list>
  11. <kpi>
  12. <lastupdtrid/>
  13. <usernm/>
  14. <kpicd/>
  15. <kpinm/>
  16. <kpidefine/>
  17. <histstatcd/>
  18. <kpiunitcd/>
  19. <kpitypcd/>
  20. <stndagmtyn/>
  21. <divvarcd/>
  22. <statsreptcd/>
  23. </kpi>
  24. <kpi_list_returnlist/>
  25. </list>
  26. </main>
  27. <send>
  28. <searchterm/>
  29. <subjcd/>
  30. <searchgubun/>
  31. <statsreptcd/>
  32. </send>
  33. <hidden>
  34. <subjcd/>
  35. <rCSV/>
  36. </hidden>
  37. </root>
  38. </instance>
  39. <submission id="TRSMK00101" ref="/root/send" method="post" mediatype="application/x-www-form-urlencoded" resultref="/root/main/list"/>
  40. </model>
  41. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  42. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  43. <script type="javascript" ev:event="xforms-ready">
  44. <![CDATA[
  45. model.setvalue("/root/send/searchgubun", "kpinm");
  46. model.refresh();
  47. ]]>
  48. </script>
  49. </xhtml:head>
  50. <xhtml:body pagewidth="734" pageheight="341" guideline="1,733;2,366;" style="margin-left:8; margin-top:8; margin-right:8; margin-bottom:8; ">
  51. <group id="group3" scroll="auto" style="left:0px; top:0px; width:718px; height:316px; ">
  52. <group id="group2" style="left:0px; top:0px; width:718px; height:35px; vertical-align:top; ">
  53. <shape id="roundrect1" class="roundrect_search" appearance="roundrect" style="left:0px; top:0px; width:717px; height:35px; "/>
  54. <caption id="caption2" class="search_name" style="left:15px; top:8px; width:86px; height:17px; ">조회구분 :</caption>
  55. <button id="btn_search" class="btn1_letter2" style="left:645px; top:7px; width:56px; height:22px; ">
  56. <caption>조회</caption>
  57. <script type="javascript" ev:event="DOMActivate">
  58. <![CDATA[
  59. var searchVal = model.getValue("/root/send/searchgubun");
  60. if(searchVal != ""){
  61. model.setValue("/root/send/statsreptcd", model.getAttribute("iParam_ORG_statsreptcd"));
  62. submit("TRSMK00101");
  63. model.refresh();
  64. }
  65. ]]>
  66. </script>
  67. </button>
  68. <line id="line13" class="line_4" style="x1:634px; y1:7px; x2:634px; y2:29px; border-color:#ffe4bb; border-left-style:solid; "/>
  69. <select1 id="combo1" ref="/root/send/searchgubun" class="combo_s_default" appearance="minimal" style="left:107px; top:8px; width:75px; height:19px; ">
  70. <choices>
  71. <item>
  72. <label>명칭</label>
  73. <value>kpinm</value>
  74. </item>
  75. <item>
  76. <label>부서명</label>
  77. <value>suggdept</value>
  78. </item>
  79. <item>
  80. <label>작성자</label>
  81. <value>fstrgstr</value>
  82. </item>
  83. </choices>
  84. </select1>
  85. <input id="input1" ref="/root/send/searchterm" class="input_search" style="left:187px; top:8px; width:113px; height:19px; ">
  86. <script type="javascript" ev:event="onkeyup">
  87. <![CDATA[
  88. inputEnterKey("btn_search", "DOMActivate");
  89. ]]>
  90. </script>
  91. </input>
  92. <select1 id="cmb_subjcd" ref="/root/send/subjcd" class="combo_default" appearance="minimal" style="left:312px; top:8px; width:160px; height:19px; ">
  93. <choices>
  94. <item>
  95. <label>전 체</label>
  96. <value/>
  97. </item>
  98. <item>
  99. <label>환자수-외래</label>
  100. <value>S00008</value>
  101. </item>
  102. <item>
  103. <label>환자수-입원</label>
  104. <value>S00009</value>
  105. </item>
  106. <item>
  107. <label>환자수-응급</label>
  108. <value>S00010</value>
  109. </item>
  110. <item>
  111. <label>환자수-공통</label>
  112. <value>S00011</value>
  113. </item>
  114. <item>
  115. <label>건수-실적</label>
  116. <value>S00012</value>
  117. </item>
  118. <item>
  119. <label>건수-지표</label>
  120. <value>S00013</value>
  121. </item>
  122. <item>
  123. <label>건수-오류</label>
  124. <value>S00014</value>
  125. </item>
  126. <item>
  127. <label>건수-진료</label>
  128. <value>S00015</value>
  129. </item>
  130. <item>
  131. <label>건수-간호</label>
  132. <value>S00016</value>
  133. </item>
  134. <item>
  135. <label>건수-민원</label>
  136. <value>S00017</value>
  137. </item>
  138. <item>
  139. <label>수익-수익</label>
  140. <value>S00018</value>
  141. </item>
  142. <item>
  143. <label>수익-비용</label>
  144. <value>S00019</value>
  145. </item>
  146. <item>
  147. <label>수익-미수</label>
  148. <value>S00020</value>
  149. </item>
  150. <item>
  151. <label>시간-대기</label>
  152. <value>S00021</value>
  153. </item>
  154. <item>
  155. <label>시간-소요</label>
  156. <value>S00022</value>
  157. </item>
  158. <item>
  159. <label>시간-체류</label>
  160. <value>S00023</value>
  161. </item>
  162. <item>
  163. <label>공간-공간</label>
  164. <value>S00024</value>
  165. </item>
  166. <item>
  167. <label>교직원-교직원</label>
  168. <value>S00025</value>
  169. </item>
  170. <item>
  171. <label>청구-청구</label>
  172. <value>S00026</value>
  173. </item>
  174. </choices>
  175. </select1>
  176. </group>
  177. <caption id="caption1" class="tit_2" style="left:5px; top:45px; width:95px; height:14px; ">KPI 조회</caption>
  178. <line id="line1" class="line_1" style="x1:0px; y1:60px; x2:717px; y2:60px; "/>
  179. <datagrid id="grd_kpi" nodeset="/root/main/list/kpi" scroll="auto" caption="la^작성자^코 드^KPI 명칭^KPI 정 의^단위^유형^표준화" colwidth="30, 61, 60, 140, 415, 60, 60" dataheight="25" defaultrows="2" ellipsis="true" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="25" rowsep="|" colsep="^" tooltip="true" style="left:0px; top:65px; width:717px; height:250px; ">
  180. <col ref="lastupdtrid" visibility="hidden"/>
  181. <col ref="usernm" style="text-align:center; "/>
  182. <col ref="kpicd" style="text-align:center; "/>
  183. <col ref="kpinm"/>
  184. <col ref="kpidefine"/>
  185. <col ref="histstatcd" visibility="hidden"/>
  186. <col ref="kpiunitcd" visibility="hidden"/>
  187. <script type="javascript" ev:event="ondblclick">
  188. <![CDATA[
  189. var cur_row = grd_kpi.row;
  190. model.setAttribute("iParam_kpicd", model.getvalue("/root/main/list/kpi["+cur_row+"]/kpicd"));
  191. model.setAttribute("iParam_kpinm", model.getvalue("/root/main/list/kpi["+cur_row+"]/kpinm"));
  192. window.close();
  193. ]]>
  194. </script>
  195. </datagrid>
  196. </group>
  197. <group id="group1" scroll="auto" style="left:0px; top:315px; width:718px; height:26px; ">
  198. <button id="btn_cancel" class="btn4_letter2" style="left:661px; top:3px; width:56px; height:22px; ">
  199. <caption>닫기</caption>
  200. <script type="javascript" ev:event="xforms-activate">
  201. <![CDATA[
  202. window.close();
  203. ]]>
  204. </script>
  205. </button>
  206. <line id="line32" class="line_6" style="x1:0px; y1:0px; x2:717px; y2:0px; "/>
  207. </group>
  208. <close ev:event="body(xhtml:body)"/>
  209. </xhtml:body>
  210. </xhtml:html>