SMARC00700_입원수술 환자조회.xrw 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220
  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>입원수술환자조회</xhtml:title>
  6. <model id="model1">
  7. <instance id="instance1">
  8. <root xmlns="">
  9. <send>
  10. <reqdata/>
  11. <savedata/>
  12. </send>
  13. <main>
  14. <list>
  15. <inpatlist>
  16. <wardcd/>
  17. <roomcd/>
  18. <pid/>
  19. <hngnm/>
  20. <rrgstno1/>
  21. <rrgstno2/>
  22. <sex/>
  23. <age/>
  24. <orddeptnm/>
  25. <orddrnm/>
  26. <indd/>
  27. <dschdd/>
  28. <rgstdd/>
  29. <reqdd/>
  30. <coophospnm/>
  31. <drnm/>
  32. <repldd/>
  33. <hospgrade/>
  34. <cretno/>
  35. <seqno/>
  36. <rrgstno/>
  37. <sexage/>
  38. <indschacptstat/>
  39. </inpatlist>
  40. </list>
  41. <search>
  42. <condflag/>
  43. <fromdd/>
  44. <todd/>
  45. <pid/>
  46. <hngnm/>
  47. <opyn/>
  48. <reqyn/>
  49. </search>
  50. <patinfo>
  51. <patinfolist/>
  52. </patinfo>
  53. </main>
  54. <init>
  55. <cond>
  56. <A0429/>
  57. </cond>
  58. </init>
  59. <temp/>
  60. </root>
  61. </instance>
  62. <submission id="TRZBC00101" mediatype="application/x-www-form-urlencoded" method="post"/>
  63. <submission id="TRARC00701" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/main/search" resultref="/root/main/list"/>
  64. <submission id="TRARC00702" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata" resultref="/root/temp"/>
  65. <script type="javascript" ev:event="xforms-ready">
  66. <![CDATA[
  67. fInit();
  68. ]]>
  69. </script>
  70. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  71. <script type="javascript" src="../../../com/commonweb/js/utilHelper.js"/>
  72. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  73. <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
  74. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  75. <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
  76. <script type="javascript" src="../../../ast/healcarecoopweb/js/SMARC00700.js"/>
  77. </model>
  78. </xhtml:head>
  79. <xhtml:body guideline="1,1;1,1195;1,1195;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  80. <group id="group3" scroll="auto" style="left:0px; top:0px; width:1195px; height:784px; ">
  81. <group id="group2" style="left:0px; top:13px; width:1195px; height:744px; vertical-align:top; ">
  82. <group id="group1" style="left:0px; top:10px; width:1194px; height:45px; vertical-align:top; ">
  83. <shape id="roundrect3" class="roundrect_search" appearance="roundrect" style="left:0px; top:0px; width:1194px; height:40px; "/>
  84. <line id="line8" class="line_4" style="x1:1110px; y1:8px; x2:1110px; y2:31px; "/>
  85. <caption id="caption9" class="search_name" style="left:20px; top:10px; width:99px; height:17px; ">조회일자 :</caption>
  86. <caption id="caption5" class="search_no_b" style="left:297px; top:10px; width:12px; height:17px; ">~</caption>
  87. <button id="button19" class="icon_search" style="left:624px; top:10px; width:16px; height:16px; ">
  88. <caption/>
  89. <script type="javascript" ev:event="DOMActivate">
  90. <![CDATA[
  91. fPopupWindowPatient();
  92. ]]>
  93. </script>
  94. </button>
  95. <caption id="caption15" class="search_name" style="left:424px; top:10px; width:95px; height:17px; ">등록번호:</caption>
  96. <caption id="caption1" class="search_name" style="left:649px; top:10px; width:80px; height:17px; ">환자명 :</caption>
  97. <select1 id="cmb_condflag" ref="/root/main/search/condflag" class="combo_search" appearance="minimal" style="left:110px; top:10px; width:85px; height:19px; ">
  98. <choices>
  99. <item>
  100. <label>재원자</label>
  101. <value>1</value>
  102. </item>
  103. <item>
  104. <label>퇴원일자</label>
  105. <value>2</value>
  106. </item>
  107. <item>
  108. <label>입원일자</label>
  109. <value>3</value>
  110. </item>
  111. </choices>
  112. <script type="javascript" ev:event="xforms-value-changed">
  113. <![CDATA[
  114. fSetCondition(model.getValue('/root/main/search/condflag'));
  115. ]]>
  116. </script>
  117. </select1>
  118. <input id="ipt_fromdd" ref="/root/main/search/fromdd" class="input_search" inputtype="date" style="left:195px; top:10px; width:95px; height:19px; "/>
  119. <input id="ipt_todd" ref="/root/main/search/todd" class="input_search" inputtype="date" style="left:315px; top:10px; width:95px; height:19px; "/>
  120. <input id="ipt_pid" ref="/root/main/search/pid" class="input_search" style="left:515px; top:10px; width:100px; height:19px; ">
  121. <script type="javascript" ev:event="onkeydown">
  122. <![CDATA[
  123. if(event.keyCode == 13){
  124. model.setFocus('btn_search');
  125. fGetPatientInfo('1', ipt_pid.currentText);
  126. }
  127. ]]>
  128. </script>
  129. </input>
  130. <input id="ipt_hngnm" ref="/root/main/search/hngnm" class="input_search" style="left:730px; top:10px; width:100px; height:19px; ">
  131. <script type="javascript" ev:event="onkeydown">
  132. <![CDATA[
  133. if(event.keyCode == 13){
  134. fSearch();
  135. //model.setFocus('btn_search');
  136. //fGetPatientInfo('2', ipt_hngnm.currentText);
  137. }
  138. ]]>
  139. </script>
  140. </input>
  141. <select id="chk_opyn" ref="/root/main/search/opyn" overflow="visible" appearance="full" style="left:840px; top:10px; width:80px; height:20px; border-style:none; ">
  142. <choices>
  143. <item>
  144. <label>수술환자</label>
  145. <value>E</value>
  146. </item>
  147. </choices>
  148. </select>
  149. <select id="chk_reqyn" ref="/root/main/search/reqyn" overflow="visible" appearance="full" style="left:920px; top:10px; width:80px; height:20px; border-style:none; ">
  150. <choices>
  151. <item>
  152. <label>의뢰환자</label>
  153. <value>CP</value>
  154. </item>
  155. </choices>
  156. </select>
  157. <button id="btn_search" class="btn1_letter2" style="left:1126px; top:10px; width:56px; height:22px; ">
  158. <caption>조회</caption>
  159. <script type="javascript" ev:event="DOMActivate">
  160. <![CDATA[
  161. fSearch();
  162. //model.refresh();
  163. ]]>
  164. </script>
  165. </button>
  166. </group>
  167. <caption id="caption22" class="tit_2" style="left:1px; top:58px; width:147px; height:13px; ">입원/수술환자리스트</caption>
  168. <line id="line1" class="line_1" style="x1:0px; y1:74px; x2:1194px; y2:74px; "/>
  169. <datagrid id="grd_list" nodeset="/root/main/list/inpatlist" autoresize="true" caption="병동^병실^등록번호^환자명^주민번호^성별^나이^진료과^진료의사^입원일자^퇴원일자^등록일자^의뢰일자^의뢰병원명^의뢰의사^회신일자^병원구분" colsep="^" colwidth="118, 66, 79, 90, 93, 47, 47, 154, 67, 70, 70, 70, 70, 200, 70, 70, 70" dataheight="25" extendlastcol="scroll" frozencols="7" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="25" rowsep="|" style="left:0px; top:78px; width:1195px; height:651px; text-align:center; vertical-align:middle; ">
  170. <col ref="wardcd" style="text-align:left; "/>
  171. <col ref="roomcd" style="text-align:center; "/>
  172. <col ref="pid" style="text-align:left; "/>
  173. <col ref="hngnm" style="text-align:left; "/>
  174. <col ref="rrgstno" style="text-align:center; "/>
  175. <col ref="sex" style="text-align:center; "/>
  176. <col ref="age" style="text-align:center; "/>
  177. <col ref="orddeptnm" style="text-align:left; "/>
  178. <col ref="orddrnm"/>
  179. <col ref="indd" format="yyyy-mm-dd" style="text-align:center; "/>
  180. <col ref="dschdd" format="yyyy-mm-dd" style="text-align:center; "/>
  181. <col ref="rgstdd" format="yyyy-mm-dd" style="text-align:center; "/>
  182. <col ref="reqdd" format="yyyy-mm-dd" style="text-align:center; "/>
  183. <col ref="coophospnm" style="text-align:left; "/>
  184. <col ref="drnm"/>
  185. <col ref="repldd" format="yyyy-mm-dd" style="text-align:center; "/>
  186. <col disabled="true" ref="hospgrade" type="combo">
  187. <choices>
  188. <itemset nodeset="/root/init/cond/A0429">
  189. <label ref="cdnm"/>
  190. <value ref="cdid"/>
  191. </itemset>
  192. </choices>
  193. </col>
  194. <script type="javascript" ev:event="ondblclick">
  195. <![CDATA[
  196. fOpen();
  197. //grd_list.rebuild();
  198. model.refresh();
  199. ]]>
  200. </script>
  201. </datagrid>
  202. </group>
  203. <group id="grp_tle" style="left:0px; top:0px; width:1195px; height:13px; ">
  204. <caption id="caption2" class="tit_1" style="left:0px; top:0px; width:163px; height:14px; ">입원/수술 환자조회</caption>
  205. </group>
  206. <group id="group6" style="left:0px; top:755px; width:1195px; height:27px; ">
  207. <button id="btn_allclear" class="btn4_letter3" style="left:1126px; top:3px; width:68px; height:22px; ">
  208. <caption>초기화</caption>
  209. <script type="javascript" ev:event="DOMActivate">
  210. <![CDATA[
  211. fInit();
  212. ]]>
  213. </script>
  214. </button>
  215. </group>
  216. </group>
  217. </xhtml:body>
  218. </xhtml:html>