SPPIR30320_의사삭감전달처방등록관리(심결).xrw 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <?xml-stylesheet href="../../../com/commonweb/css/common.css" type="text/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. <cuodlist>
  11. <gridpirmcuod>
  12. <judgdg/>
  13. <acptno/>
  14. <docuseqno/>
  15. <snglcalcscorcd/>
  16. <edicd/>
  17. <hngnm/>
  18. <clamno/>
  19. <obtappflag/>
  20. <mpsno/>
  21. <lnno/>
  22. <adjtresncd/>
  23. <clamdd/>
  24. <ordmm/>
  25. <cutqty/>
  26. <cutamt/>
  27. <orddeptcd/>
  28. <atdoct/>
  29. <detladjtflag/>
  30. <adjtresndesc/>
  31. <displayyn/>
  32. </gridpirmcuod>
  33. </cuodlist>
  34. <list01>
  35. <gridpirmcuod/>
  36. </list01>
  37. </main>
  38. <send>
  39. <resncd>
  40. <detladjtflag/>
  41. <adjtresndesc/>
  42. <displayyn/>
  43. </resncd>
  44. <send_adjtord>
  45. <judgdg/>
  46. <clamno/>
  47. <acptno/>
  48. <docuseqno/>
  49. <mpsno/>
  50. <lnno/>
  51. <adjtresn/>
  52. <workflag/>
  53. </send_adjtord>
  54. </send>
  55. <init>
  56. <P0250list>
  57. <P0250>
  58. <cdid/>
  59. <cdnm/>
  60. </P0250>
  61. </P0250list>
  62. </init>
  63. <hidden/>
  64. </root>
  65. </instance>
  66. <submission id="TRZBC00101" mediatype="application/x-www-form-urlencoded" method="post"/>
  67. <submission id="TXPIR30320" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/main/list01" resultref="/root/main/cuodlist/gridpirmcuod"/>
  68. <submission id="TRPIR30320" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/send_adjtord" resultref="/root/main/cuodlist"/>
  69. </model>
  70. <script type="javascript" ev:event="xforms-ready">
  71. <![CDATA[
  72. var row_cnt = grd_pirmcuod.rows;
  73. // 공통코드 Load작업
  74. CommCode_Load();
  75. submit("TRPIR30320");
  76. for(var i=1;i<row_cnt;i++) {
  77. grd_pirmcuod.rowStatus(i) = "1";
  78. }
  79. ]]>
  80. </script>
  81. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  82. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  83. <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
  84. <script type="javascript">
  85. <![CDATA[
  86. // 공통코드 Load작업
  87. function CommCode_Load() {
  88. // 관련 Control 초기화
  89. zbcfGetCodeList(new Array("P0250"), new Array("/root/init/P0250list"));
  90. model.refresh();
  91. }
  92. ]]>
  93. </script>
  94. </xhtml:head>
  95. <xhtml:body pagewidth="550" pageheight="420" guideline="1,520;" style="margin-left:8; margin-top:8; margin-right:8; margin-bottom:8; ">
  96. <group id="group3" scroll="auto" style="left:0px; top:0px; width:518px; height:360px; ">
  97. <line id="line1" class="line_1" style="x1:0px; y1:20px; x2:517px; y2:20px; "/>
  98. <caption id="caption1" class="tit_2" style="left:5px; top:6px; width:212px; height:14px; ">의사삭감전달처방등록관리</caption>
  99. <caption id="caption31" class="cell_1" style="left:0px; top:221px; width:85px; height:23px; ">상세조정구분</caption>
  100. <line id="line8" class="line_1" style="x1:0px; y1:216px; x2:517px; y2:216px; "/>
  101. <button id="button3" class="btn5_letter2" style="left:474px; top:195px; width:42px; height:19px; ">
  102. <caption>저장</caption>
  103. <script type="javascript" ev:event="DOMActivate">
  104. <![CDATA[
  105. var rtn = null;
  106. var row_cnt = grd_pirmcuod.rows;
  107. for(var i=1;i<row_cnt;i++) {
  108. model.setValue("/root/main/cuodlist/gridpirmcuod["+i+"]/detladjtflag", cmb_detladjtflag.value);
  109. model.setValue("/root/main/cuodlist/gridpirmcuod["+i+"]/adjtresndesc", txt_adjtresndesc.value);
  110. model.setValue("/root/main/cuodlist/gridpirmcuod["+i+"]/displayyn", chk_displayyn.value);
  111. //grd_pirmcuod.valueMatrix(i,18) = cmb_detladjtflag.value;
  112. //grd_pirmcuod.valueMatrix(i,19) = txt_adjtresndesc.value;
  113. //grd_pirmcuod.valueMatrix(i,20) = chk_displayyn.value;
  114. }
  115. model.setValue("/root/main/list01/gridpirmcuod", grd_pirmcuod.getUpdateData());
  116. rtn = submit("TXPIR30320");
  117. //if(rtn = "true"){
  118. // model.close();
  119. //}
  120. ]]>
  121. </script>
  122. </button>
  123. <caption id="caption4" class="tit_2" style="left:6px; top:201px; width:84px; height:13px; ">상세사유</caption>
  124. <line id="line3" class="line_3" style="x1:0px; y1:243px; x2:518px; y2:243px; "/>
  125. <datagrid id="grd_pirmcuod" nodeset="/root/main/cuodlist/gridpirmcuod" caption="심사차수^접수번호^명일련^처방코드^EDI코드^처방명^^^^caption1^caption2" colsep="^" colwidth="61, 58, 44, 64, 61, 197, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100" defaultrows="6" mergecellsfixedrows="bycolrec" rowheader="update" rowsep="1" style="left:0px; top:31px; width:515px; height:160px; ">
  126. <col ref="judgdg"/>
  127. <col ref="acptno"/>
  128. <col ref="docuseqno"/>
  129. <col ref="snglcalcscorcd"/>
  130. <col ref="edicd"/>
  131. <col ref="hngnm"/>
  132. <col ref="clamno" visibility="hidden"/>
  133. <col ref="obtappflag" visibility="hidden"/>
  134. <col ref="mpsno" visibility="hidden"/>
  135. <col ref="lnno" visibility="hidden"/>
  136. <col ref="adjtresncd" visibility="hidden"/>
  137. <col ref="clamdd" visibility="hidden"/>
  138. <col ref="ordmm" visibility="hidden"/>
  139. <col ref="cutqty" visibility="hidden" format="#,###"/>
  140. <col ref="cutamt" visibility="hidden" format="#,###"/>
  141. <col ref="orddeptcd" visibility="hidden"/>
  142. <col ref="atdoct" visibility="hidden"/>
  143. <col ref="detladjtflag" visibility="hidden"/>
  144. <col ref="adjtresndesc" visibility="hidden"/>
  145. <col ref="displayyn" visibility="hidden"/>
  146. </datagrid>
  147. <select1 id="cmb_detladjtflag" ref="/root/send/resncd/detladjtflag" class="combo_default" appearance="minimal" style="left:88px; top:222px; width:157px; height:19px; ">
  148. <choices>
  149. <itemset nodeset="/root/init/P0250list/P0250">
  150. <label ref="cdnm"/>
  151. <value ref="cdid"/>
  152. </itemset>
  153. </choices>
  154. </select1>
  155. <select id="chk_displayyn" ref="/root/send/resncd/displayyn" overflow="visible" appearance="full" style="left:250px; top:224px; width:115px; height:15px; border-style:none; ">
  156. <choices>
  157. <item>
  158. <label>진료의알림여부</label>
  159. <value>Y</value>
  160. </item>
  161. </choices>
  162. </select>
  163. <textarea id="txt_adjtresndesc" ref="/root/send/resncd/adjtresndesc" style="left:0px; top:245px; width:515px; height:115px; "/>
  164. </group>
  165. <group id="group1" scroll="auto" style="left:0px; top:363px; width:518px; height:27px; ">
  166. <button id="btn_cancel" class="btn4_letter2" style="left:461px; top:5px; width:56px; height:22px; ">
  167. <caption>취소</caption>
  168. <script type="javascript" ev:event="DOMActivate">
  169. <![CDATA[
  170. model.close();
  171. ]]>
  172. </script>
  173. </button>
  174. <line id="line88" class="line_6" style="x1:0px; y1:0px; x2:518px; y2:0px; "/>
  175. <button id="button15" class="btn3_letter8" style="left:107px; top:5px; width:128px; height:22px; ">
  176. <caption>이의신청내역조회</caption>
  177. </button>
  178. <button id="button8" class="btn3_letter6" style="left:0px; top:5px; width:96px; height:22px; ">
  179. <caption>조정사유관리</caption>
  180. </button>
  181. </group>
  182. </xhtml:body>
  183. </xhtml:html>