SPMMB03500_진료정보조회화면설정.xrw 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322
  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. <cond>
  11. <scrnid/>
  12. <grdid/>
  13. <caseid/>
  14. </cond>
  15. <list>
  16. <out/>
  17. <in/>
  18. <er/>
  19. <op/>
  20. <pat/>
  21. <cnst/>
  22. </list>
  23. </main>
  24. <send/>
  25. <hidden/>
  26. <init>
  27. <userscrnenvinfo/>
  28. </init>
  29. <temp>
  30. <list>
  31. <out/>
  32. <in/>
  33. <er/>
  34. <op/>
  35. <pat/>
  36. <cnst/>
  37. </list>
  38. </temp>
  39. <listval>
  40. <refdata/>
  41. <sizedata/>
  42. </listval>
  43. <popupmenu>
  44. <menu>
  45. <item>
  46. <name>삭제</name>
  47. <func>fDelColOfGrd</func>
  48. </item>
  49. </menu>
  50. </popupmenu>
  51. </root>
  52. </instance>
  53. <submission id="TRMMB01103" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata" resultref="/root/init/userscrnenvinfo"/>
  54. <submission id="TXMMB01102" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/savedata" resultref="/root/init/userenvinfo"/>
  55. <script type="javascript" ev:event="xforms-model-construct-done">
  56. <![CDATA[
  57. var colHidnValue = grdBaseColHidn("D");
  58. grdBaseColHidn(colHidnValue, "grd_bfprcplist", 37, "prcpvol", "prcpqty", "drprcpetc7", "drprcpetc8");
  59. grdBaseColHidn(colHidnValue, "grd_bfprcplist_resize", 37, "prcpvol", "prcpqty", "drprcpetc7", "drprcpetc8");
  60. fInitialize_SPMMB01100();
  61. ]]>
  62. </script>
  63. </model>
  64. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  65. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  66. <script type="javascript" src="../../../emr/prcpmngtweb/js/MMO001.js"/>
  67. <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
  68. <script type="javascript" src="../../../emr/prcpmngtweb/js/SPMMB01100.js"/>
  69. <script type="javascript">
  70. <![CDATA[
  71. function fInitialize_SPMMB01100(){
  72. var scrnid = opener.javascript.getParameter("SMMMO02500_param_scrnid");
  73. var grdid = opener.javascript.getParameter("SMMMO02500_param_grdid");
  74. var caseid = opener.javascript.getParameter("SMMMO02500_param_caseid");
  75. model.setValue("/root/main/cond/scrnid", scrnid);
  76. model.setValue("/root/main/cond/grdid" , grdid);
  77. fReqOrderInfoOfCol(grdid);
  78. }
  79. ]]>
  80. </script>
  81. </xhtml:head>
  82. <xhtml:body scroll="auto" pagewidth="1145" pageheight="270" guideline="2,370;2,223;2,131;1,1124;2,25;2,116;" style="margin-left:8; margin-top:8; margin-right:8; margin-bottom:8; ">
  83. <button id="button1" class="btn4_letter3" style="left:940px; top:239px; width:68px; height:22px; ">
  84. <caption>초기화</caption>
  85. <script type="javascript" ev:event="DOMActivate">
  86. <![CDATA[
  87. fInitOrderOfCol();
  88. ]]>
  89. </script>
  90. </button>
  91. <button id="button2" class="btn4_letter2" style="left:1011px; top:239px; width:56px; height:22px; ">
  92. <caption>저장</caption>
  93. <script type="javascript" ev:event="DOMActivate">
  94. <![CDATA[
  95. fSaveOrderInfoCol();
  96. opener.javascript.setParameter("SPMMB03500_rtn_useyn", "Y");
  97. window.close();
  98. ]]>
  99. </script>
  100. </button>
  101. <button id="button3" class="btn4_letter2" style="left:1070px; top:239px; width:56px; height:22px; ">
  102. <caption>취소</caption>
  103. <script type="javascript" ev:event="DOMActivate">
  104. <![CDATA[
  105. opener.javascript.setParameter("SPMMB01100_rtn_useyn", "N");
  106. window.close();
  107. ]]>
  108. </script>
  109. </button>
  110. <switch id="switch1" style="left:0px; top:21px; width:1129px; height:216px; ">
  111. <case id="out" selected="true">
  112. <datagrid id="grd_bfprcplist_resize" nodeset="/root/main/list/out" caption="선택^상태^처방종류^처방구분^DC^원내/외^분류^처방코드^처방명^처방 한글명^1회용량^1회용량^1회용량^1회수량^1회수량^1회수량^횟수^일수^용법/검체^처방내역^MIX^급비^응급^전달사항^처방사유^처방의id^처방자^처방이동^치식정보^처방저장일시^희망일^예약일^시행부서^실시부서^실시일시^실시검사실^PRN실시회수^입력자^발행부서^선택진료^선택진료의^DC부서^DC유저^DC일시" colsep="^" colwidth="0, 55, 72, 67, 52, 52, 75, 86, 251, 0, 37, 37, 27, 37, 37, 27, 37, 36, 227, 250, 30, 43, 0, 160, 120, 80, 80, 54, 120, 120, 75, 100, 100, 100, 100, 102, 100, 100, 100, 64, 74, 90, 60, 100" dataheight="23" explorerbar="sortmove" extendlastcol="noscroll" mergecellsfixedrows="never" rowheight="23" rowsep="|" selectionmode="free" tooltip="flase" style="left:0px; top:110px; width:1124px; height:91px; text-align:center; margin-left:0; margin-right:0; ">
  113. <!--<datagrid id="grd_bfprcplist_resize" nodeset="/root/main/list/out" caption="선택^상태^처방종류^처방구분^DC^원내/외^분류^처방코드^처방명^처방 한글명^총용량^총용량^총용량^수량^수량^수량^횟수^일수^용법/검체^처방내역^MIX^급비^응급^전달사항^처방사유^처방의id^처방의^처방이동^치식정보^처방저장일시^희망일^예약일^수행부서^수행일시^PRN실시회수^입력자" colsep="^" colwidth="0, 55, 72, 67, 52, 52, 75, 86, 251, 0, 37, 37, 27, 37, 37, 27, 37, 36, 227, 250, 30, 43, 0, 160, 120, 80, 80, 54, 120, 120, 75, 75, 104, 102, 100, 100" ellipsis="true" explorerbar="move" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowsep="|" selectionmode="free" tooltip="true" style="left:0px; top:110px; width:1124px; height:91px; text-align:center; margin-left:0; margin-right:0; ">-->
  114. <col checkvalue="I,N" ref="status" type="checkbox"/>
  115. <col disabled="true" ref="prcpstatcd" type="combo" style="text-align:center; ">
  116. <choices>
  117. <itemset nodeset="/root/init/M0011/M0011">
  118. <label ref="cdnm"/>
  119. <value ref="cdid"/>
  120. </itemset>
  121. </choices>
  122. </col>
  123. <col disabled="true" ref="prcpkindcd" type="combo" style="text-align:center; ">
  124. <choices>
  125. <itemset nodeset="/root/init/M0003/M0003">
  126. <label ref="cdnm"/>
  127. <value ref="cdid"/>
  128. </itemset>
  129. </choices>
  130. </col>
  131. <col ref="prcpclsdesc" type="output"/>
  132. <col disabled="true" ref="prcphistcd" type="combo">
  133. <choices>
  134. <item>
  135. <label>D/C</label>
  136. <value>D</value>
  137. </item>
  138. <item>
  139. <label>D/C</label>
  140. <value>E</value>
  141. </item>
  142. </choices>
  143. </col>
  144. <col disabled="true" ref="hosinhosoutflag" type="combo" style="text-align:center; ">
  145. <choices>
  146. <item>
  147. <label>원내</label>
  148. <value>I</value>
  149. </item>
  150. <item>
  151. <label>원외</label>
  152. <value>O</value>
  153. </item>
  154. </choices>
  155. </col>
  156. <col disabled="true" ref="prcpclscd" type="combo">
  157. <choices>
  158. <itemset nodeset="/root/init/M0005/M0005">
  159. <label ref="cdnm"/>
  160. <value ref="cdid"/>
  161. </itemset>
  162. </choices>
  163. </col>
  164. <col ref="prcpcd"/>
  165. <col ref="prcpnm"/>
  166. <col ref="prcphngnm"/>
  167. <col ref="prcpvol" style="text-align:center; "/>
  168. <col ref="drprcpetc7" style="text-align:center; "/>
  169. <col ref="prcpvolunitnm" style="text-align:center; "/>
  170. <col ref="prcpqty" style="text-align:center; "/>
  171. <col ref="drprcpetc8" style="text-align:center; "/>
  172. <col ref="prcpqtyunitnm" style="text-align:center; "/>
  173. <col ref="prcptims" style="text-align:center; "/>
  174. <col ref="prcpdayno" style="text-align:center; "/>
  175. <col ref="drugmthdspccdnm"/>
  176. <col ref="tempcol7"/>
  177. <col ref="prcpmixno"/>
  178. <col disabled="true" ref="payflagcd" type="combo" style="text-align:center; ">
  179. <choices>
  180. <itemset nodeset="/root/init/M0029/M0029">
  181. <label ref="cdnm"/>
  182. <value ref="cdid"/>
  183. </itemset>
  184. </choices>
  185. </col>
  186. <col ref="erprcpflag" style="text-align:center; "/>
  187. <col ref="prcpdelivefact"/>
  188. <col ref="prcprsn"/>
  189. <col ref="prcpdrid" visibility="hidden"/>
  190. <col ref="prcpdrnm"/>
  191. <col ref="cvrtbfprcp"/>
  192. <col ref="tootfact"/>
  193. <col ref="fstrgstdt" format="yyyy-mm-dd hh:nn:ss"/>
  194. <col ref="prcphopedd" format="yyyy-mm-dd" style="text-align:center; "/>
  195. <col ref="rsrvdt" format="yyyy-mm-dd hh:nn" style="text-align:center; "/>
  196. <col disabled="true" editmode="input" ref="prcpexecdeptnm" type="output"/>
  197. <col disabled="true" editmode="input" ref="execdeptnm" type="output"/>
  198. <col ref="execdt" format="yyyy-mm-dd hh:nn"/>
  199. <col ref="execgoto"/>
  200. <col ref="prncc"/>
  201. <col ref="prcpinptnm"/>
  202. <col ref="issdeptnm"/>
  203. <col ref="choiordflag"/>
  204. <col ref="specdrnm"/>
  205. <col ref="updtdeptnm" style="text-align:center; "/>
  206. <col ref="updtrnm" style="text-align:center; "/>
  207. <col ref="updtdt" format="yyyy-mm-dd hh:nn"/>
  208. <script type="javascript" ev:event="onmousedown">
  209. <![CDATA[
  210. setPopupMenu("grd_bfprcplist_resize", false, "/root/popupmenu/menu/item", "name", "func");
  211. ]]>
  212. </script>
  213. <script type="javascript" ev:event="onaftermovecolumn">
  214. <![CDATA[
  215. if (grd_bfprcplist_resize.mouseCol == grd_bfprcplist_resize.colRef("prcpnm")) {
  216. grd_bfprcplist_resize.colMove(grd_bfprcplist_resize.colRef("prcpnm"), grd_bfprcplist_resize.colRef("prcphngnm"), "before", true);
  217. }
  218. ]]>
  219. </script>
  220. </datagrid>
  221. <datagrid id="grd_bfprcplist" nodeset="/root/main/list/out" caption="선택^상태^처방종류^처방구분^DC^원내/외^분류^처방코드^처방명^처방 한글명^1회용량^1회용량^1회용량^1회수량^1회수량^1회수량^횟수^일수^용법/검체^처방내역^MIX^급비^응급^전달사항^처방사유^처방의id^처방자^처방이동^치식정보^처방저장일시^희망일^예약일^시행부서^실시부서^실시일시^실시검사실^PRN실시회수^입력자^발행부서^선택진료^선택진료의^DC부서^DC유저^DC일시" colsep="^" colwidth="0, 55, 72, 67, 52, 52, 75, 86, 251, 0, 37, 37, 27, 37, 37, 27, 37, 36, 227, 250, 30, 43, 0, 160, 120, 80, 80, 54, 120, 120, 75, 100, 100, 100, 100, 102, 100, 100, 100, 64, 74, 90, 60, 100" dataheight="23" explorerbar="sortmove" extendlastcol="noscroll" mergecellsfixedrows="never" rowheight="23" rowsep="|" selectionmode="free" tooltip="flase" style="left:0px; top:5px; width:1124px; height:89px; text-align:center; margin-left:0; margin-right:0; ">
  222. <!--<datagrid id="grd_bfprcplist" nodeset="/root/temp/list/out" caption="선택^상태^처방종류^처방구분^DC^원내/외^분류^처방코드^처방명^처방 한글명^총용량^총용량^총용량^수량^수량^수량^횟수^일수^용법/검체^처방내역^MIX^급비^응급^전달사항^처방사유^처방의id^처방의^처방이동^치식정보^처방저장일시^희망일^예약일^수행부서^수행일시^PRN실시회수^입력자" colsep="^" colwidth="0, 55, 72, 67, 52, 52, 75, 86, 251, 0, 37, 37, 27, 37, 37, 27, 37, 36, 227, 250, 30, 43, 0, 160, 120, 80, 80, 54, 120, 120, 75, 75, 104, 102, 100, 100" ellipsis="true" explorerbar="sortshow" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowsep="|" selectionmode="free" tooltip="true" style="left:0px; top:5px; width:1124px; height:89px; text-align:center; margin-left:0; margin-right:0; ">-->
  223. <col checkvalue="I,N" ref="status" type="checkbox"/>
  224. <col disabled="true" ref="prcpstatcd" type="combo" style="text-align:center; ">
  225. <choices>
  226. <itemset nodeset="/root/init/M0011/M0011">
  227. <label ref="cdnm"/>
  228. <value ref="cdid"/>
  229. </itemset>
  230. </choices>
  231. </col>
  232. <col disabled="true" ref="prcpkindcd" type="combo" style="text-align:center; ">
  233. <choices>
  234. <itemset nodeset="/root/init/M0003/M0003">
  235. <label ref="cdnm"/>
  236. <value ref="cdid"/>
  237. </itemset>
  238. </choices>
  239. </col>
  240. <col ref="prcpclsdesc" type="output"/>
  241. <col disabled="true" ref="prcphistcd" type="combo">
  242. <choices>
  243. <item>
  244. <label>D/C</label>
  245. <value>D</value>
  246. </item>
  247. <item>
  248. <label>D/C</label>
  249. <value>E</value>
  250. </item>
  251. </choices>
  252. </col>
  253. <col disabled="true" ref="hosinhosoutflag" type="combo" style="text-align:center; ">
  254. <choices>
  255. <item>
  256. <label>원내</label>
  257. <value>I</value>
  258. </item>
  259. <item>
  260. <label>원외</label>
  261. <value>O</value>
  262. </item>
  263. </choices>
  264. </col>
  265. <col disabled="true" ref="prcpclscd" type="combo">
  266. <choices>
  267. <itemset nodeset="/root/init/M0005/M0005">
  268. <label ref="cdnm"/>
  269. <value ref="cdid"/>
  270. </itemset>
  271. </choices>
  272. </col>
  273. <col ref="prcpcd"/>
  274. <col ref="prcpnm"/>
  275. <col ref="prcphngnm"/>
  276. <col ref="prcpvol" style="text-align:center; "/>
  277. <col ref="drprcpetc7" style="text-align:center; "/>
  278. <col ref="prcpvolunitnm" style="text-align:center; "/>
  279. <col ref="prcpqty" style="text-align:center; "/>
  280. <col ref="drprcpetc8" style="text-align:center; "/>
  281. <col ref="prcpqtyunitnm" style="text-align:center; "/>
  282. <col ref="prcptims" style="text-align:center; "/>
  283. <col ref="prcpdayno" style="text-align:center; "/>
  284. <col ref="drugmthdspccdnm"/>
  285. <col ref="tempcol7"/>
  286. <col ref="prcpmixno"/>
  287. <col disabled="true" ref="payflagcd" type="combo" style="text-align:center; ">
  288. <choices>
  289. <itemset nodeset="/root/init/M0029/M0029">
  290. <label ref="cdnm"/>
  291. <value ref="cdid"/>
  292. </itemset>
  293. </choices>
  294. </col>
  295. <col ref="erprcpflag" style="text-align:center; "/>
  296. <col ref="prcpdelivefact"/>
  297. <col ref="prcprsn"/>
  298. <col ref="prcpdrid" visibility="hidden"/>
  299. <col ref="prcpdrnm"/>
  300. <col ref="cvrtbfprcp"/>
  301. <col ref="tootfact"/>
  302. <col ref="fstrgstdt" format="yyyy-mm-dd hh:nn:ss"/>
  303. <col ref="prcphopedd" format="yyyy-mm-dd" style="text-align:center; "/>
  304. <col ref="rsrvdt" format="yyyy-mm-dd hh:nn" style="text-align:center; "/>
  305. <col disabled="true" editmode="input" ref="prcpexecdeptnm" type="output"/>
  306. <col disabled="true" editmode="input" ref="execdeptnm" type="output"/>
  307. <col ref="execdt" format="yyyy-mm-dd hh:nn"/>
  308. <col ref="execgoto"/>
  309. <col ref="prncc"/>
  310. <col ref="prcpinptnm"/>
  311. <col ref="issdeptnm"/>
  312. <col ref="choiordflag"/>
  313. <col ref="specdrnm"/>
  314. <col ref="updtdeptnm" style="text-align:center; "/>
  315. <col ref="updtrnm" style="text-align:center; "/>
  316. <col ref="updtdt" format="yyyy-mm-dd hh:nn"/>
  317. </datagrid>
  318. </case>
  319. </switch>
  320. </xhtml:body>
  321. </xhtml:html>