SMLBP02800_자가헌혈자조회.xrw 9.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <!--
  3. * 제 목 : 혈액재고조회.xrw.xrw
  4. * 설 명 : 혈액재고조회
  5. * 설 계 자 : (주)에이씨케이 -
  6. * 작 성 자 : (주)에이씨케이 -
  7. * 작 성 일 : 2006.11.28
  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>Untitle</xhtml:title>
  15. <model id="model1">
  16. <instance id="instance1">
  17. <root>
  18. <main>
  19. <bloddonationlist>
  20. <execdt/>
  21. <tnsrpid/>
  22. <tnsrpatnm/>
  23. <deptroom/>
  24. <blodbarcd/>
  25. <brgstno/>
  26. <execdd/>
  27. <jobnm/>
  28. <rrgstno/>
  29. <addr/>
  30. <donvol/>
  31. <btype/>
  32. <rslt1/>
  33. <rslt2/>
  34. <rslt3/>
  35. <rslt4/>
  36. <rslt5/>
  37. <rslt6/>
  38. <rslt7/>
  39. <rslt8/>
  40. <rslt9/>
  41. <rslt10/>
  42. <rslt11/>
  43. <rslt12/>
  44. <rslt13/>
  45. <rslt14/>
  46. <resndesc/>
  47. <rtndd/>
  48. </bloddonationlist>
  49. </main>
  50. <send>
  51. <data1/>
  52. </send>
  53. <init>
  54. </init>
  55. <hidden>
  56. <ref>
  57. <startdd/>
  58. <enddd/>
  59. <searchgbn>1</searchgbn>
  60. <searchtext/>
  61. <donagbn>1</donagbn>
  62. </ref>
  63. </hidden>
  64. </root>
  65. </instance>
  66. <script type="javascript" ev:event="xforms-model-construct-done">
  67. <![CDATA[
  68. fSetInit();
  69. ]]>
  70. </script>
  71. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  72. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  73. <script type="javascript" src="../../../lis/commonweb/js/LLZ001.js"/>
  74. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  75. <script type="javascript" src="../../../lis/commonweb/js/LZZ001.js"/>
  76. <script type="javascript" src="../../../lis/commonweb/js/LPZ001.js"/>
  77. <submission id="TRLBP02801" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/bloddonationlist"/>
  78. </model>
  79. <script type="javascript">
  80. <![CDATA[
  81. function fSetInit() {
  82. var Today = getCurrentDate();
  83. var BfDay = getCurrentDate().toDate("YYYYMMDD").getAddDate(-30)
  84. model.removeNodeset("/root/main/bloddonationlist");
  85. model.setvalue("/root/hidden/ref/startdd",BfDay.getDateFormat("YYYYMMDD"));
  86. model.setvalue("/root/hidden/ref/enddd",Today);
  87. model.refresh();
  88. }
  89. function fGetBlodDonationList(){
  90. model.removeNodeset("/root/main/bloddonationlist");
  91. model.setvalue("/root/hidden/ref/searchtext",iptSearch.currentText);
  92. model.refresh();
  93. model.copyNode("/root/send/data1" , "/root/hidden/ref");
  94. submit("TRLBP02801");
  95. }
  96. ]]>
  97. </script>
  98. </xhtml:head>
  99. <xhtml:body style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  100. <group id="group1" style="left:0px; top:0px; width:1195px; height:13px; "/>
  101. <group id="group3" scroll="auto" style="left:0px; top:40px; width:1195px; height:744px; ">
  102. <group id="group2" style="left:0px; top:10px; width:1195px; height:35px; vertical-align:top; ">
  103. <shape id="roundrect1" class="roundrect_search" appearance="roundrect" style="left:0px; top:0px; width:1194px; height:35px; "/>
  104. <caption id="caption2" class="search_name" style="left:16px; top:9px; width:99px; height:17px; ">실시일자 :</caption>
  105. <button id="button1" class="btn1_letter2" style="left:1123px; top:7px; width:56px; height:22px; ">
  106. <caption>조회</caption>
  107. <script type="javascript" ev:event="onclick">
  108. <![CDATA[
  109. fGetBlodDonationList();
  110. ]]>
  111. </script>
  112. </button>
  113. <line id="line13" class="line_4" style="x1:1108px; y1:7px; x2:1108px; y2:29px; "/>
  114. <input id="input26" ref="/root/hidden/ref/startdd" class="input_s_essential" inputtype="date" style="left:105px; top:8px; width:90px; height:19px; "/>
  115. <caption id="caption3" class="search_no_b" style="left:199px; top:9px; width:15px; height:17px; ">~</caption>
  116. <input id="input1" ref="/root/hidden/ref/enddd" class="input_s_essential" inputtype="date" style="left:216px; top:8px; width:90px; height:19px; "/>
  117. <select1 id="combo2" ref="/root/hidden/ref/searchgbn" class="combo_search" appearance="minimal" style="left:878px; top:8px; width:87px; height:19px; ">
  118. <choices>
  119. <item>
  120. <label>등록번호</label>
  121. <value>1</value>
  122. </item>
  123. <item>
  124. <label>환자성명</label>
  125. <value>2</value>
  126. </item>
  127. </choices>
  128. </select1>
  129. <caption id="caption5" class="search_name" style="left:790px; top:9px; width:88px; height:17px; ">검색구분 :</caption>
  130. <input id="iptSearch" ref="/root/hidden/ref/searchtext" class="input_s_button" navindex="1" inputtype="button" style="left:967px; top:8px; width:125px; height:19px; ">
  131. <script type="javascript" ev:event="onbuttonclick">
  132. <![CDATA[
  133. fGetBlodDonationList();
  134. ]]>
  135. </script>
  136. <script type="javascript" ev:event="onkeypress">
  137. <![CDATA[
  138. if(event.keyCode == "13"){
  139. fGetBlodDonationList();
  140. }
  141. ]]>
  142. </script>
  143. </input>
  144. <select1 id="radio1" ref="/root/hidden/ref/donagbn" appearance="full" cellspacing="30" cols="2" overflow="visible" style="left:520px; top:9px; width:185px; height:20px; border-style:none; ">
  145. <choices>
  146. <item>
  147. <label>자가</label>
  148. <value>1</value>
  149. </item>
  150. <item>
  151. <label>자가이외</label>
  152. <value>2</value>
  153. </item>
  154. </choices>
  155. </select1>
  156. <caption id="caption4" class="search_name" style="left:430px; top:9px; width:88px; height:17px; ">조회구분 :</caption>
  157. </group>
  158. <caption id="caption1" class="tit_2" style="left:5px; top:55px; width:131px; height:14px; ">헌혈자조회리스트</caption>
  159. <datagrid id="transfusiontext" nodeset="/root/main/bloddonationlist" caption="등록일시^등록번호^성명^공여자^진료과/병실^혈액제제종류^ 헌혈증서번호 혈액번호^헌혈일^직업^주민등록번호^주소^용량^혈액형^검사결과^검사결과^검사결과^검사결과^검사결과^검사결과^검사결과^검사결과^검사결과^검사결과^검사결과^검사결과^검사결과^검사결과^폐기사유^폐기일시|등록일시^등록번호^성명^공여자^진료과/병실^혈액제제종류^ 헌혈증서번호 혈액번호^헌혈일^직업^주민등록번호^주소^용량^혈액형^AST^ALT^WBC^RBC^Hb^PLT^Malaria^HBs Ag^HBs Ab^Anti-HCV^HIV Ag/Ab^NAT HCV^NAT HIV^HTLV^폐기사유^폐기일시" colsep="^" colwidth="125, 70, 70,70, 110, 80, 95, 75, 45, 115, 280, 60, 60, 65, 65, 65, 65, 65, 65, 65, 65, 65, 90, 90, 90, 90, 90, 120, 125" dataheight="23" defaultrows="1" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="23" rowsep="|" fixed.background-image="../../../com/commonweb/images/grid_bg.gif" style="left:0px; top:75px; width:1194px; height:646px; ">
  160. <col ref="execdt" format="yyyy-mm-dd hh:nn:ss" style="text-align:center; "/>
  161. <col ref="tnsrpid" style="text-align:center; "/>
  162. <col ref="tnsrpatnm" style="text-align:center; "/>
  163. <col ref="dnornm" style="text-align:center; "/>
  164. <col ref="deptroom" style="text-align:center; "/>
  165. <col ref="blodbarcd" style="text-align:center; "/>
  166. <col ref="brgstno" style="text-align:center; "/>
  167. <col ref="execdd" format="yyyy-mm-dd" style="text-align:center; "/>
  168. <col ref="jobnm" style="text-align:center; "/>
  169. <col ref="rrgstno" style="text-align:center; "/>
  170. <col ref="addr" style="text-align:left; "/>
  171. <col ref="donvol" style="text-align:center; "/>
  172. <col ref="btype" style="text-align:center; "/>
  173. <col ref="rslt1" style="text-align:center; "/>
  174. <col ref="rslt2" style="text-align:center; "/>
  175. <col ref="rslt3" style="text-align:center; "/>
  176. <col ref="rslt4" style="text-align:center; "/>
  177. <col ref="rslt5" style="text-align:center; "/>
  178. <col ref="rslt6" style="text-align:center; "/>
  179. <col ref="rslt7" style="text-align:center; "/>
  180. <col ref="rslt8" style="text-align:center; "/>
  181. <col ref="rslt9" style="text-align:center; "/>
  182. <col ref="rslt10" style="text-align:center; "/>
  183. <col ref="rslt11" style="text-align:center; "/>
  184. <col ref="rslt12" style="text-align:center; "/>
  185. <col ref="rslt13" style="text-align:center; "/>
  186. <col ref="rslt14" style="text-align:center; "/>
  187. <col ref="resndesc" style="text-align:center; "/>
  188. <col ref="rtndd" format="yyyy-mm-dd hh:nn:ss" style="text-align:center; "/>
  189. </datagrid>
  190. <line id="line1" class="line_1" style="x1:0px; y1:70px; x2:1194px; y2:70px; "/>
  191. </group>
  192. <group id="group4" scroll="auto" style="left:0px; top:13px; width:1195px; height:27px; ">
  193. <button id="button5" class="btn4_letter3" style="left:1127px; top:3px; width:68px; height:22px; ">
  194. <caption>초기화</caption>
  195. <script type="javascript" ev:event="onclick">
  196. <![CDATA[
  197. fSetInit();
  198. ]]>
  199. </script>
  200. </button>
  201. <line id="line15" class="line_6" style="x1:0px; y1:25px; x2:1194px; y2:25px; "/>
  202. </group>
  203. <group id="group5" style="left:0px; top:0px; width:1195px; height:13px; ">
  204. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:189px; height:14px; ">헌혈자조회</caption>
  205. </group>
  206. </xhtml:body>
  207. </xhtml:html>