SMPAS01370_월별수혈자내역.xrw 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200
  1. <?xml version="1.0" encoding="UTF-16"?>
  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>월별 수혈자 내역</xhtml:title>
  6. <model id="model1">
  7. <instance id="instance1">
  8. <root xmlns="">
  9. <main>
  10. <grdmonthbloodman>
  11. <monthbloodmanlist/>
  12. </grdmonthbloodman>
  13. </main>
  14. <search>
  15. <fromdd/>
  16. <todd/>
  17. <goobun/>
  18. <ordtype/>
  19. </search>
  20. <hospital>강남성모병원</hospital>
  21. </root>
  22. </instance>
  23. <script type="javascript" ev:event="xforms-ready">
  24. <![CDATA[
  25. zbcfGetCodeList(new Array("P0008","P0021","P0341","P0022","P0020","P0029","P0344", "P0010"),
  26. new Array("/root/init/comncdlist/P0008list","/root/init/comncdlist/P0021list","/root/init/comncdlist/P0341list","/root/init/comncdlist/P0022list","/root/init/comncdlist/P0020list"
  27. ,"/root/init/comncdlist/P0029list","/root/init/comncdlist/P0344list", "/root/init/comncdlist/P0010list"));
  28. //진료과코드 진료의사ID 조회
  29. //pamGetDeptCDDrIDList();
  30. //초기화 및 날자 입력 항목에 오늘 날자 세팅
  31. fInitialize();
  32. ]]>
  33. </script>
  34. <submission id="TRZBC00101" mediatype="application/x-www-form-urlencoded" method="post"/>
  35. <submission id="TRZBP00102" mediatype="application/x-www-form-urlencoded" method="post"/>
  36. <submission id="TRPAS01371" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/search" resultref="/root/main/grdmonthbloodman"/>
  37. </model>
  38. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  39. <script type="javascript" src="../../../com/commonweb/js/utilHelper.js"/>
  40. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  41. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  42. <script type="javascript" src="../../../com/commonweb/js/numericHelper.js"/>
  43. <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
  44. <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
  45. <script type="javascript" src="../../../com/zipcodeweb/js/ZBP001.js"/>
  46. <script type="javascript">
  47. <![CDATA[
  48. function fInitialize() {
  49. //날자 입력 항목에 오늘 날자 세팅
  50. var curDate = getCurrentDate();
  51. curDate = curDate.toDate().getAddDate(-1,"D");
  52. var nextDate = curDate.getFullYear();
  53. nextDate = nextDate.toString() + (( curDate.getMonth() + 1 > 9 ) ? curDate.getMonth() + 1 : "0" + (curDate.getMonth() + 1));
  54. nextDate = nextDate.toString() + (( curDate.getDate() > 9 ) ? curDate.getDate() : "0" + curDate.getDate()) ;
  55. model.setValue("/root/search/fromdd", nextDate);
  56. model.setValue("/root/search/todd", nextDate);
  57. combo1.select(0);
  58. rdo_ordtype.select(0);
  59. model.refresh();
  60. }
  61. ]]>
  62. </script>
  63. </xhtml:head>
  64. <xhtml:body pagewidth="1211" pageheight="784">
  65. <group id="group3" style="left:0px; top:0px; width:1211px; height:13px; ">
  66. <caption id="caption60" class="tit_1" style="left:0px; top:0px; width:190px; height:14px; font-family:돋움; vertical-align:middle; ">월별수혈자내역</caption>
  67. </group>
  68. <group id="group2" style="left:4px; top:22px; width:1203px; height:35px; ">
  69. <shape id="roundrect1" class="roundrect_search" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:1202px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
  70. <caption id="caption2" class="search_name" style="left:10px; top:9px; width:70px; height:17px; ">기간 :</caption>
  71. <line id="line2" class="line_4" style="x1:1130px; y1:7px; x2:1130px; y2:29px; border-color:#ffe4bb; border-left-style:solid; "/>
  72. <button id="btn_search" class="btn1_letter2" style="left:1139px; top:7px; width:56px; height:22px; ">
  73. <caption>조회</caption>
  74. <script type="javascript" ev:event="DOMActivate">
  75. <![CDATA[
  76. submit("TRPAS01371");
  77. ]]>
  78. </script>
  79. <toggle case="case1" ev:event="onclick"/>
  80. </button>
  81. <input id="input7" ref="/root/search/fromdd" class="input_default" navindex="7" inputtype="date" style="left:70px; top:8px; width:100px; height:19px; ">
  82. <script type="javascript" ev:event="onkeydown">
  83. <![CDATA[
  84. if( event.keyCode == 13 ) {
  85. var pCurTargetObj = event.ptarget.parent;
  86. if( pCurTargetObj.elementName == "xforms:select1" || pCurTargetObj.elementName == "xforms:select") {
  87. event.keyCode = 9;
  88. pCurTargetObj.dispatch("onkeydown");
  89. }
  90. else {
  91. event.keyCode = 9;
  92. }
  93. }
  94. event.stopPropagation();
  95. ]]>
  96. </script>
  97. </input>
  98. <input id="input1" ref="/root/search/todd" class="input_default" navindex="7" inputtype="date" style="left:195px; top:8px; width:100px; height:19px; ">
  99. <script type="javascript" ev:event="onkeydown">
  100. <![CDATA[
  101. if( event.keyCode == 13 ) {
  102. var pCurTargetObj = event.ptarget.parent;
  103. if( pCurTargetObj.elementName == "xforms:select1" || pCurTargetObj.elementName == "xforms:select") {
  104. event.keyCode = 9;
  105. pCurTargetObj.dispatch("onkeydown");
  106. }
  107. else {
  108. event.keyCode = 9;
  109. }
  110. }
  111. event.stopPropagation();
  112. ]]>
  113. </script>
  114. </input>
  115. <caption id="caption5" class="search_name" style="left:315px; top:8px; width:75px; height:17px; font-weight:bold; ">구분 :</caption>
  116. <select1 id="combo1" ref="/root/search/ordtype" appearance="minimal" style="left:565px; top:8px; width:100px; height:19px; ">
  117. <choices>
  118. <item>
  119. <label>외래</label>
  120. <value>1</value>
  121. </item>
  122. <item>
  123. <label>입원</label>
  124. <value>2</value>
  125. </item>
  126. <item>
  127. <label>응급</label>
  128. <value>3</value>
  129. </item>
  130. </choices>
  131. </select1>
  132. <caption id="caption1" style="left:175px; top:10px; width:15px; height:15px; ">~</caption>
  133. <select1 id="rdo_ordtype" ref="/root/search/goobun" appearance="full" cellspacing="8" cols="3" overflow="visible" style="left:380px; top:8px; width:160px; height:19px; border-style:none; ">
  134. <choices>
  135. <item>
  136. <label>일자</label>
  137. <value>1</value>
  138. </item>
  139. <item>
  140. <label>월별</label>
  141. <value>2</value>
  142. </item>
  143. <item>
  144. <label>년별</label>
  145. <value>3</value>
  146. </item>
  147. </choices>
  148. <script type="javascript" ev:event="onclick">
  149. <![CDATA[
  150. if(rdo_ordtype.value == 1 ){
  151. input1.visible = true ;
  152. caption1.visible= true ;
  153. }else if(rdo_ordtype.value == 2){
  154. input1.visible = false ;
  155. caption1.visible = false ;
  156. }else if(rdo_ordtype.value==3){
  157. input1.visible = false ;
  158. caption1.visible = false ;
  159. }
  160. model.refresh();
  161. ]]>
  162. </script>
  163. </select1>
  164. </group>
  165. <datagrid id="datagrid4" nodeset="/root/main/grdmonthbloodman/monthbloodmanlist" caption="등록번호^성명^주민번호^보험유형^수혈대체일^청구일^수혈청구액^수혈삭감액^수혈입금액^수혈미수잔액^입금정리일^^^^^^^^" colsep="^" colwidth="120, 130, 130, 130, 130, 130, 130, 130, 130" mergecellsfixedcols="bycol" mergecellsfixedrows="byrowrec" rowheader="seq" rowsep="|" style="left:5px; top:90px; width:1198px; height:681px; font-weight:bold; ">
  166. <col ref="pid" style="text-align:center; "/>
  167. <col ref="hngnm" style="text-align:left; "/>
  168. <col ref="rrgstno" style="text-align:center; "/>
  169. <col ref="cdnm" style="text-align:center; "/>
  170. <col ref="rcptexecdd" format="yyyy/mm/dd" style="text-align:right; "/>
  171. <col style="text-align:right; "/>
  172. <col format="#,###"/>
  173. <col ref="discamt" format="#,###"/>
  174. <col/>
  175. <col/>
  176. <col/>
  177. </datagrid>
  178. <caption id="caption6" style="left:7px; top:70px; width:83px; height:20px; font-weight:bold; ">가톨릭대학교</caption>
  179. <output id="output1" ref="/root/hospital" style="left:100px; top:70px; width:100px; height:19px; "/>
  180. </xhtml:body>
  181. </xhtml:html>