SMMNI00600_진료내역조회.xrw 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188
  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. <refgroup>
  11. <refpidinfo>
  12. <refpidlist>
  13. <pid/>
  14. <hngnm/>
  15. <gndrage/>
  16. </refpidlist>
  17. </refpidinfo>
  18. <datainfo>
  19. <datalist>
  20. <fromdd/>
  21. <todd/>
  22. </datalist>
  23. </datainfo>
  24. <diaginfo>
  25. <diaginfolist>
  26. <diagdata/>
  27. </diaginfolist>
  28. </diaginfo>
  29. <prcpinfo>
  30. <prcpinfolist>
  31. <prcpdata/>
  32. </prcpinfolist>
  33. </prcpinfo>
  34. </refgroup>
  35. <popupendflag/>
  36. <patinfo>
  37. <patinfolist/>
  38. </patinfo>
  39. <biztrgtman>
  40. <biztrgtmanlist>
  41. <orddd/>
  42. <rcptyn/>
  43. <hosinhosoutflag/>
  44. <precureprcpflag/>
  45. <prcpcd/>
  46. <prcpnm/>
  47. <prcpvol/>
  48. <prcpvolunitflag/>
  49. <prcpqty/>
  50. <prcpqtyunitflag/>
  51. <prcptims/>
  52. <prcpdayno/>
  53. <hngnm/>
  54. <depthngnm/>
  55. <usernm/>
  56. </biztrgtmanlist>
  57. </biztrgtman>
  58. <paminfo/>
  59. </main>
  60. <send/>
  61. <hidden>
  62. <prcpitem>
  63. <prcpitemlist>
  64. <label/>
  65. <value/>
  66. <termengnm/>
  67. </prcpitemlist>
  68. </prcpitem>
  69. </hidden>
  70. </root>
  71. </instance>
  72. <script type="javascript" ev:event="xforms-ready">
  73. <![CDATA[
  74. model.removeNodeset("/root/main/biztrgtman/biztrgtmanlist");
  75. var Ndate = getNewDate()
  76. var Odate = Ndate.getAddDate(-1, "Y");
  77. var Idate = Odate.getDateFormat("YYYYMMDD")
  78. ipt_fromdd.value = Idate; // 조회구간에 현재날짜(디폴트)
  79. ipt_todd.value = getCurrentDate();// 조회구간에 현재날짜(디폴트)
  80. var node = getGlobalVariable("paminfo");
  81. setCSVToNode("/root/main/paminfo", node);
  82. var uppid = model.getValue("/root/main/paminfo/list/pid");
  83. if(uppid != ""){
  84. ipt_pid.value=model.getValue("/root/main/paminfo/list/pid");
  85. fpidref("new");
  86. }
  87. fPatOrdList();
  88. ]]>
  89. </script>
  90. <submission id="TRMNI00601" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/refgroup/refpidinfo"/>
  91. <submission id="TRMNI00602" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/hidden/prcpitem"/>
  92. <submission id="TRMNI00603" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/biztrgtman"/>
  93. </model>
  94. <script type="javascript" src="../../../emr/injroomweb/js/SMMNI00600.js"/>
  95. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  96. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  97. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  98. </xhtml:head>
  99. <xhtml:body guideline="1,1194;1,1194;1,1178;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  100. <group id="group3" scroll="auto" style="left:0px; top:10px; width:1195px; height:744px; ">
  101. <group id="group2" style="left:0px; top:10px; width:1194px; height:60px; vertical-align:top; ">
  102. <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:1194px; height:60px; background-color:#fffbf2; border-color:#ffd799; "/>
  103. <caption id="caption9" class="search_name" style="left:46px; top:9px; width:86px; height:17px; ">등록번호 :</caption>
  104. <input id="ipt_fromdd" ref="/root/main/refgroup/datainfo/datalist/fromdd" class="input_search" navindex="1" inputtype="date" format="yyyy-mm-dd" style="left:140px; top:34px; width:105px; height:19px; text-align:center; "/>
  105. <caption id="caption2" class="search_name" style="left:579px; top:9px; width:76px; height:17px; ">진단명 :</caption>
  106. <button id="button1" class="btn1_letter2" navindex="4" style="left:1083px; top:19px; width:56px; height:22px; ">
  107. <caption>조회</caption>
  108. <script type="javascript" ev:event="DOMActivate">
  109. <![CDATA[
  110. fPatOrdList();
  111. ]]>
  112. </script>
  113. </button>
  114. <line id="line4" class="line_4" style="x1:1072px; y1:19px; x2:1072px; y2:41px; border-color:#ffe4bb; border-left-style:solid; "/>
  115. <caption id="caption1" class="search_name" style="left:46px; top:36px; width:86px; height:17px; ">조회일자 :</caption>
  116. <input id="ipt_todd" ref="/root/main/refgroup/datainfo/datalist/todd" class="input_search" navindex="2" inputtype="date" format="yyyy-mm-dd" style="left:268px; top:34px; width:105px; height:19px; text-align:center; "/>
  117. <caption id="caption3" class="search_name" style="left:579px; top:36px; width:86px; height:17px; ">처방정보 :</caption>
  118. <caption id="caption4" style="left:250px; top:35px; width:15px; height:20px; font-weight:bold; ">~</caption>
  119. <input id="ipt_pid" ref="/root/main/refgroup/refpidinfo/refpidlist/pid" class="input_search" navindex="5" maxlength="10" style="left:140px; top:8px; width:85px; height:19px; ">
  120. <script type="javascript" ev:event="onkeyup">
  121. <![CDATA[
  122. if(event.keyCode == "13") {
  123. setInputNodeCurText();
  124. fpidref("new");
  125. fPatOrdList();
  126. }
  127. ]]>
  128. </script>
  129. </input>
  130. <output id="opt_hngnm" ref="/root/main/refgroup/refpidinfo/refpidlist/hngnm" class="output_fix" style="left:250px; top:8px; width:100px; height:19px; "/>
  131. <button id="button61" class="icon_search" style="left:228px; top:9px; width:16px; height:16px; ">
  132. <caption/>
  133. <script type="javascript" ev:event="DOMActivate">
  134. <![CDATA[
  135. fPatSrch();
  136. ]]>
  137. </script>
  138. </button>
  139. <output id="opt_gndrage" ref="/root/main/refgroup/refpidinfo/refpidlist/gndrage" class="output_fix" style="left:353px; top:8px; width:45px; height:19px; "/>
  140. <select1 id="cmb_prcp" ref="/root/main/refgroup/prcpinfo/prcpinfolist/prcpdata" class="combo_search" navindex="3" appearance="minimal" style="left:670px; top:34px; width:345px; height:19px; ">
  141. <choices>
  142. <itemset nodeset="/root/hidden/prcpitem/prcpitemlist">
  143. <label ref="label"/>
  144. <value ref="value"/>
  145. </itemset>
  146. </choices>
  147. <script type="javascript" ev:event="xforms-value-changed">
  148. <![CDATA[
  149. var iRow = cmb_prcp.mouseRow+1
  150. var xPrcpItemPath="/root/hidden/prcpitem/prcpitemlist"
  151. model.setValue("/root/main/refgroup/diaginfo/diaginfolist/diagdata",model.getValue(xPrcpItemPath+"["+iRow+"]/termengnm"));
  152. opt_diag.refresh();
  153. fPatOrdList();
  154. ]]>
  155. </script>
  156. </select1>
  157. <input id="opt_diag" ref="/root/main/refgroup/diaginfo/diaginfolist/diagdata" class="output_fix" style="left:656px; top:8px; width:359px; height:19px; "/>
  158. </group>
  159. <!--(20101206) 경북대
  160. <datagrid id="datagrid7" nodeset="/root/main/biztrgtman/biztrgtmanlist" class="datagrid2" caption="처방일자^수납여부^원외^선처치^처방코드^처방명^용량^용량단위^수량^수량단위^투여횟수^투여일수^시행부서^진료과^주치의" colsep="^" colwidth="80, 55, 40, 55, 87, 300, 40, 60, 40, 55, 55, 55, 80, 85, 70" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="25" rowsep="|" style="left:0px; top:98px; width:1194px; height:638px; ">
  161. -->
  162. <datagrid id="datagrid7" nodeset="/root/main/biztrgtman/biztrgtmanlist" class="datagrid2" caption="처방일자^수납여부^원외^선처치^처방코드^처방명^용량^용량단위^수량^수량단위^투여횟수^투여일수^시행부서^진료과^주치의" colsep="^" colwidth="80, 55, 40, 55, 87, 300, 40, 60, 40, 55, 55, 55, 80, 85, 70" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="25" rowsep="|" style="left:0px; top:98px; width:1194px; height:638px; ">
  163. <!--(20101206) 경북대 -->
  164. <col ref="orddd" format="yyyy-mm-dd"/>
  165. <col ref="rcptyn"/>
  166. <col ref="hosinhosoutflag"/>
  167. <col ref="precureprcpflag"/>
  168. <col ref="prcpcd"/>
  169. <col ref="prcpnm"/>
  170. <col ref="prcpvol" style="text-align:right; "/>
  171. <col ref="prcpvolunitflag" style="text-align:right; "/>
  172. <col ref="prcpqty" style="text-align:right; "/>
  173. <col ref="prcpqtyunitflag" style="text-align:right; "/>
  174. <col ref="prcptims" style="text-align:right; "/>
  175. <col ref="prcpdayno" style="text-align:right; "/>
  176. <col ref="hngnm"/>
  177. <col ref="depthngnm"/>
  178. <col ref="usernm"/>
  179. </datagrid>
  180. <caption id="caption10" class="tit_2" style="left:5px; top:78px; width:157px; height:13px; text-align:left; ">당일 업무대상자 리스트</caption>
  181. <line id="line7" class="line_1" style="x1:0px; y1:93px; x2:1194px; y2:93px; "/>
  182. </group>
  183. <group id="grp_btn" scroll="auto" style="left:0px; top:757px; width:1194px; height:27px; ">
  184. <line id="line9" class="line_6" style="x1:0px; y1:27px; x2:1194px; y2:26px; "/>
  185. </group>
  186. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:800px; height:14px; ">진료내역조회</caption>
  187. </xhtml:body>
  188. </xhtml:html>