SPMMR09003_경과기록검사결과.xrw 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171
  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. <paminfo/>
  11. <testlist>
  12. <testinfo>
  13. <itemflag/>
  14. <itemcd/>
  15. <itemnm/>
  16. <itemsort/>
  17. <itemgroup/>
  18. <itemexedd/>
  19. <itemval/>
  20. </testinfo>
  21. </testlist>
  22. <ordddlist>
  23. <ordddinfo>
  24. <label/>
  25. <value/>
  26. </ordddinfo>
  27. </ordddlist>
  28. </main>
  29. <send>
  30. <instcd/>
  31. <ioflag/>
  32. <pid/>
  33. <orddd/>
  34. <cretno/>
  35. <orddeptcd/>
  36. <bfprcpdd/>
  37. <pagecls/>
  38. <srchcls/>
  39. </send>
  40. <temp>
  41. <itemflag/>
  42. </temp>
  43. <hidden/>
  44. <init>
  45. <opener>
  46. <content/>
  47. <degnitemcd/>
  48. <degnitemlevlcd/>
  49. </opener>
  50. </init>
  51. </root>
  52. </instance>
  53. <script type="javascript" ev:event="xforms-ready">
  54. <![CDATA[
  55. fInit();
  56. ]]>
  57. </script>
  58. <submission id="TRMMR09004" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/temp"/>
  59. <submission id="TRMMR09005" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/testlist/testinfo"/>
  60. <script type="javascript" ev:event="xforms-close">
  61. <![CDATA[
  62. ]]>
  63. </script>
  64. </model>
  65. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  66. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  67. <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
  68. <script type="javascript" src="../../../com/commonweb/js/numbericHelper.js"/>
  69. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  70. <script type="javascript" src="../../../emr/medirecweb/js/SPMMR09003.js"/>
  71. </xhtml:head>
  72. <xhtml:body pagewidth="700" pageheight="750" guideline="1,660;2,775;2,40;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  73. <group id="grp_sea" style="left:0px; top:0px; width:660px; height:35px; vertical-align:top; ">
  74. <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:660px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
  75. <button id="btn_copy" class="btn4_letter2" style="left:596px; top:7px; width:56px; height:22px; ">
  76. <caption>복사</caption>
  77. <script type="javascript" ev:event="DOMActivate">
  78. <![CDATA[
  79. fMakeForm();
  80. ]]>
  81. </script>
  82. </button>
  83. <button id="button57" class="icon_pre_month" style="left:114px; top:11px; width:16px; height:16px; ">
  84. <caption/>
  85. <hint>
  86. <![CDATA[전회]]>
  87. </hint>
  88. <script type="javascript" ev:event="DOMActivate">
  89. <![CDATA[
  90. var sBfPrcpDd = fGetBfPrcpDd("bf");
  91. model.setValue("/root/send/bfprcpdd", sBfPrcpDd);
  92. btn_search.dispatch("DOMActivate");
  93. model.refresh();
  94. ]]>
  95. </script>
  96. </button>
  97. <button id="button58" class="icon_next_month" style="left:240px; top:11px; width:16px; height:16px; ">
  98. <caption/>
  99. <hint>
  100. <![CDATA[다음회]]>
  101. </hint>
  102. <script type="javascript" ev:event="DOMActivate">
  103. <![CDATA[
  104. var sBfPrcpDd = fGetBfPrcpDd("aft");
  105. model.setValue("/root/send/bfprcpdd", sBfPrcpDd);
  106. btn_search.dispatch("DOMActivate");
  107. model.refresh();
  108. ]]>
  109. </script>
  110. </button>
  111. <input id="cmb_bfprcpdd" ref="/root/send/bfprcpdd" class="input_search" inputtype="date" style="left:135px; top:10px; width:100px; height:19px; text-align:center; ">
  112. <script type="javascript" ev:event="xforms-value-changed">
  113. <![CDATA[
  114. btn_search.dispatch("DOMActivate");
  115. model.refresh();
  116. ]]>
  117. </script>
  118. </input>
  119. <button id="btn_search" class="btn1_letter2" style="left:264px; top:6px; width:56px; height:22px; ">
  120. <caption>조회</caption>
  121. <script type="javascript" ev:event="DOMActivate">
  122. <![CDATA[
  123. fGetTestinfo();
  124. ]]>
  125. </script>
  126. </button>
  127. <button id="button1" class="btn2_letter7" style="left:327px; top:7px; width:97px; height:19px; ">
  128. <caption>기준코드 조회</caption>
  129. <script type="javascript" ev:event="DOMActivate">
  130. <![CDATA[
  131. modal("SPMMR09002");
  132. ]]>
  133. </script>
  134. </button>
  135. <caption id="caption3" class="search_name" style="left:10px; top:10px; width:100px; height:17px; ">처방적용일 :</caption>
  136. </group>
  137. <group id="group2" style="left:0px; top:40px; width:660px; height:665px; ">
  138. <datagrid id="grd_testlist" nodeset="/root/main/testlist/testinfo" allowuserresize="true" autoresize="true" autosizemouse="true" caption="^검사그룹^검사코드^약어명^결과값^접수일자^결과순서" colsep="^" colwidth="30, 55, 100, 150, 226, 80, 0" mergecellsfixedrows="bycolrec" rowsep="|" tooltip="true" style="left:0px; top:0px; width:660px; height:660px; ">
  139. <col ref="itemflag" type="checkbox"/>
  140. <col ref="itemgroup" style="text-align:center; "/>
  141. <col ref="itemcd"/>
  142. <col ref="itemnm"/>
  143. <col ref="itemval"/>
  144. <col ref="itemexedd" format="yyyy-mm-dd" style="text-align:center; "/>
  145. <col ref="itemsort"/>
  146. </datagrid>
  147. <select id="checkbox1" ref="/root/temp/itemflag" overflow="visible" appearance="full" style="left:7px; top:5px; width:23px; height:19px; border-style:none; ">
  148. <choices>
  149. <item>
  150. <label/>
  151. <value>true</value>
  152. </item>
  153. </choices>
  154. <script type="javascript" ev:event="xforms-value-changed">
  155. <![CDATA[
  156. fSetGridFlag();
  157. ]]>
  158. </script>
  159. </select>
  160. </group>
  161. <button id="button3" class="btn3_letter2" style="left:602px; top:710px; width:56px; height:22px; ">
  162. <caption>닫기</caption>
  163. <script type="javascript" ev:event="DOMActivate">
  164. <![CDATA[
  165. window.close();
  166. ]]>
  167. </script>
  168. </button>
  169. </xhtml:body>
  170. </xhtml:html>