SPPMI03500_입원등록선택신청확인.xrw 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <!--
  3. * 제 목 : SPPMI02300_신생아선택.xrw
  4. * 설 명 : 신생아선택 ( 신생아 최초등록시 다태아를 구분해서 입원등록을 하기위한 화면 )
  5. * 설 계 자 : 홍영표
  6. * 작 성 자 : 홍영표
  7. * 작 성 일 : 2007.07.09
  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>선택신청서명 - 확인</xhtml:title>
  15. <model id="model1">
  16. <instance id="instance1">
  17. <root xmlns="">
  18. <send>
  19. <patappinfo>
  20. <patappinfo1/>
  21. </patappinfo>
  22. <uptspecordinfo>
  23. <uptspecordinfo1>
  24. <pid/>
  25. <orddd/>
  26. <orddeptcd/>
  27. <orddrid/>
  28. <specordyn/>
  29. <elctappdd/>
  30. <rsrvdd/>
  31. <fromdd/>
  32. <ordtype/>
  33. </uptspecordinfo1>
  34. </uptspecordinfo>
  35. <data2>
  36. <value/>
  37. </data2>
  38. </send>
  39. <main>
  40. <patappinfo>
  41. <patappinfo1/>
  42. </patappinfo>
  43. </main>
  44. <init>
  45. <P0002list>
  46. <P0002>
  47. <cdnm/>
  48. <cdid/>
  49. </P0002>
  50. </P0002list>
  51. <orddeptcd>
  52. <orddeptcdlist>
  53. <cd/>
  54. <nm/>
  55. </orddeptcdlist>
  56. </orddeptcd>
  57. <orddrid>
  58. <orddridlist>
  59. <cd/>
  60. <nm/>
  61. <dp/>
  62. <sp/>
  63. </orddridlist>
  64. </orddrid>
  65. <PAM>
  66. <P0032list>
  67. <P0032>
  68. <cdnm/>
  69. <cdid/>
  70. <detl/>
  71. </P0032>
  72. </P0032list>
  73. <P0018list>
  74. <P0018>
  75. <cdnm/>
  76. <cdid/>
  77. <detl/>
  78. </P0018>
  79. </P0018list>
  80. <P0059list>
  81. <P0059>
  82. <cdnm/>
  83. <cdid/>
  84. <detl/>
  85. </P0059>
  86. </P0059list>
  87. </PAM>
  88. </init>
  89. <hidden>
  90. <init/>
  91. </hidden>
  92. </root>
  93. </instance>
  94. <script type="javascript" ev:event="xforms-ready">
  95. <![CDATA[
  96. // 선택진료신청서 출력시 코드에 맞게 출력하기 위해 원무공통코드조회
  97. pamfGetCodeList(new Array("P0018","P0059", "P0032"), new Array("/root/init/PAM/P0018list", "/root/init/PAM/P0059list", "/root/init/PAM/P0032list"));
  98. //공통코드조회
  99. zbcfGetCodeList(new Array("P0002"),new Array("/root/init/P0002list"));
  100. //기본사항조회(진료과,진료의등등)
  101. submit("TRPMI00106");
  102. if( getNodesetCount("/root/send/patappinfo/patappinfo1") > 0 ){
  103. if( submit("TRPMI00121") ){
  104. }
  105. }
  106. ]]>
  107. </script>
  108. <submission id="TRZBC00101" mediatype="application/x-www-form-urlencoded" method="post" replace="instance"/>
  109. <submission id="TRPMI00106" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/data2" resultref="/root/hidden/init"/>
  110. <submission id="TRPMI00121" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/patappinfo/patappinfo1" resultref="/root/main/patappinfo"/>
  111. <submission id="TXPMI00107" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/uptspecordinfo/uptspecordinfo1" resultref="/root/main/patinfo"/>
  112. <submission id="TRPAM00105" mediatype="application/x-www-form-urlencoded" method="post"/>
  113. </model>
  114. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  115. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  116. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  117. <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
  118. <script type="javascript" src="../../../pam/pamcomnweb/js/PAM.js"/>
  119. <script type="javascript" src="../../../pam/pamcomnweb/js/PMC001.js"/>
  120. <script type="javascript" src="../../../pam/pamcomnweb/js/PAM001.js"/>
  121. <script type="javascript" src="../../../pam/ipatmngtweb/js/PMI001.js"/>
  122. <script type="javascript">
  123. <![CDATA[
  124. ]]>
  125. </script>
  126. </xhtml:head>
  127. <xhtml:body pagewidth="620" pageheight="420" guideline="2,389;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  128. <group id="group3" scroll="auto" style="left:0px; top:15px; width:589px; height:346px; ">
  129. <caption id="caption1" class="tit_2" style="left:5px; top:7px; width:118px; height:14px; ">
  130. <![CDATA[선택서명리스트]]>
  131. <script type="javascript" ev:event="onclick">
  132. <![CDATA[
  133. submit("TRPMI00121");
  134. ]]>
  135. </script>
  136. </caption>
  137. <line id="line1" class="line_1" style="x1:0px; y1:20px; x2:587px; y2:20px; "/>
  138. <datagrid id="grd_patappinfo" nodeset="/root/main/patappinfo/patappinfo1" caption="환자번호^입원희망일^진료과^진료의^선택여부^선택신청일^예약일^fromdd" colsep="^" colwidth="84, 99, 132, 100, 54, 100, 100, 100" dataheight="23" defaultrows="2" extendlastcol="scroll" rowheight="23" rowsep="|" navindex="7" style="left:0px; top:25px; width:587px; height:317px; ">
  139. <col ref="pid" style="text-align:center; "/>
  140. <col ref="orddd" type="inputdate" style="text-align:center; "/>
  141. <col ref="orddeptcd" type="combo" style="text-align:center; ">
  142. <choices>
  143. <itemset nodeset="/root/hidden/init/orddeptcd">
  144. <label ref="nm"/>
  145. <value ref="cd"/>
  146. </itemset>
  147. </choices>
  148. </col>
  149. <col ref="orddrid" type="combo" style="text-align:center; ">
  150. <choices>
  151. <itemset nodeset="/root/hidden/init/orddrid">
  152. <label ref="nm"/>
  153. <value ref="cd"/>
  154. </itemset>
  155. </choices>
  156. </col>
  157. <col ref="specordyn" style="text-align:center; "/>
  158. <col ref="elctappdd" type="inputdate" style="text-align:center; "/>
  159. <col ref="rsrvdd" type="inputdate" visibility="hidden" style="text-align:center; "/>
  160. <col ref="fromdd" type="inputdate" visibility="hidden" style="text-align:center; "/>
  161. <script type="javascript" ev:event="ondblclick">
  162. <![CDATA[
  163. btn_confirm.dispatch("DOMActivate");
  164. ]]>
  165. </script>
  166. </datagrid>
  167. </group>
  168. <group id="group1" scroll="auto" style="left:0px; top:363px; width:589px; height:27px; ">
  169. <button id="btn_confirm" class="btn4_letter2" navindex="8" style="left:475px; top:5px; width:56px; height:22px; ">
  170. <caption>수정</caption>
  171. <script type="javascript" ev:event="DOMActivate">
  172. <![CDATA[
  173. var row = grd_patappinfo.row;
  174. if( row > 0 ){
  175. if( getNodesetCount("/root/main/patappinfo/patappinfo1") > 0 ){
  176. model.setValue("/root/send/uptspecordinfo/uptspecordinfo1/pid", model.getValue("/root/main/patappinfo/patappinfo1[" + row + "]/pid"));
  177. model.setValue("/root/send/uptspecordinfo/uptspecordinfo1/orddd",model.getValue("/root/main/patappinfo/patappinfo1[" + row + "]/orddd"));
  178. model.setValue("/root/send/uptspecordinfo/uptspecordinfo1/orddeptcd",model.getValue("/root/main/patappinfo/patappinfo1[" + row + "]/orddeptcd"));
  179. model.setValue("/root/send/uptspecordinfo/uptspecordinfo1/orddrid",model.getValue("/root/main/patappinfo/patappinfo1[" + row + "]/orddrid"));
  180. model.setValue("/root/send/uptspecordinfo/uptspecordinfo1/specordyn",model.getValue("/root/main/patappinfo/patappinfo1[" + row + "]/specordyn"));
  181. model.setValue("/root/send/uptspecordinfo/uptspecordinfo1/elctappdd",model.getValue("/root/main/patappinfo/patappinfo1[" + row + "]/elctappdd"));
  182. model.setValue("/root/send/uptspecordinfo/uptspecordinfo1/rsrvdd",model.getValue("/root/main/patappinfo/patappinfo1[" + row + "]/rsrvdd"));
  183. model.setValue("/root/send/uptspecordinfo/uptspecordinfo1/fromdd",model.getValue("/root/main/patappinfo/patappinfo1[" + row + "]/fromdd"));
  184. model.setValue("/root/send/uptspecordinfo/uptspecordinfo1/ordtype","I");
  185. if(submit("TXPMI00107")){
  186. messageBox("선택변경 ","I002");
  187. }
  188. }
  189. }
  190. window.close();
  191. ]]>
  192. </script>
  193. </button>
  194. <button id="btn_cancel" class="btn4_letter2" navindex="9" style="left:531px; top:5px; width:56px; height:22px; ">
  195. <caption>닫기</caption>
  196. <script type="javascript" ev:event="DOMActivate">
  197. <![CDATA[
  198. window.close();
  199. ]]>
  200. </script>
  201. </button>
  202. <line id="line32" class="line_6" style="x1:0px; y1:0px; x2:587px; y2:0px; "/>
  203. </group>
  204. <group id="group4" style="left:0px; top:0px; width:589px; height:13px; ">
  205. <caption id="caption26" class="tit_1" style="left:0px; top:0px; width:136px; height:14px; font-family:돋움; vertical-align:middle; ">선택신청서명 - 확인</caption>
  206. </group>
  207. </xhtml:body>
  208. </xhtml:html>