SPMMB21700_처방검색.xrw 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  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. <prcpsrch>
  11. <prcplist/>
  12. </prcpsrch>
  13. </main>
  14. <send>
  15. <srchflag/>
  16. <prcpnm/>
  17. <prcpdd/>
  18. <cond1/>
  19. <cond2/>
  20. <cond3/>
  21. <cond4/>
  22. <cond5/>
  23. <cond6/>
  24. <cond7/>
  25. <cond8/>
  26. <cond9/>
  27. <cond10/>
  28. <cond11/>
  29. <cond12/>
  30. <cond13/>
  31. <cond14/>
  32. <cond15/>
  33. <cond16/>
  34. <cond17/>
  35. <cond18/>
  36. <cond19/>
  37. <cond99/>
  38. </send>
  39. <hidden>
  40. <receiveinfo>
  41. <prcpnm/>
  42. <prcpcd/>
  43. <srchflag/>
  44. </receiveinfo>
  45. </hidden>
  46. </root>
  47. </instance>
  48. <submission id="TRMMO00100" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/prcpsrch"/>
  49. <script type="javascript" ev:event="xforms-ready">
  50. <![CDATA[
  51. fInitialize_SPMMB21700();
  52. ]]>
  53. </script>
  54. </model>
  55. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  56. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  57. <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
  58. <script type="javascript" src="../../../emr/prcpmngtweb/js/MMO001.js"/>
  59. <script type="javascript" src="../../../emr/prcpmngtweb/js/SPMMB21700.js"/>
  60. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  61. </xhtml:head>
  62. <xhtml:body pagewidth="605" pageheight="312">
  63. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:137px; height:14px; ">처방검색</caption>
  64. <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:20px; width:600px; height:60px; background-color:#fffbf2; border-color:#ffd799; "/>
  65. <caption id="caption1" class="search_name" style="left:10px; top:30px; width:85px; height:17px; ">검색조건</caption>
  66. <select1 id="combo1" ref="/root/send/srchflag" class="combo_search" appearance="minimal" style="left:95px; top:30px; width:100px; height:19px; ">
  67. <choices>
  68. <item>
  69. <label>처방명</label>
  70. <value>prcpnm</value>
  71. </item>
  72. <item>
  73. <label>처방코드</label>
  74. <value>prcpcd</value>
  75. </item>
  76. </choices>
  77. </select1>
  78. <input id="input1" ref="/root/send/prcpnm" class="input_search" style="left:200px; top:30px; width:315px; height:19px; ">
  79. <script type="javascript" ev:event="onkeypress">
  80. <![CDATA[
  81. inputEnterKey("btn_search", "DOMActivate");
  82. ]]>
  83. </script>
  84. </input>
  85. <button id="btn_search" class="btn1_letter2" style="left:535px; top:40px; width:56px; height:22px; ">
  86. <caption>조회</caption>
  87. <script type="javascript" ev:event="DOMActivate">
  88. <![CDATA[
  89. fPrcpSearch();
  90. grd_prcplist.rebuild();
  91. ]]>
  92. </script>
  93. </button>
  94. <caption id="caption2" class="search_name" style="left:10px; top:55px; width:85px; height:17px; ">기준일자</caption>
  95. <input id="input2" ref="/root/send/prcpdd" class="input_search" inputtype="date" format="yyyy-mm-dd" style="left:95px; top:55px; width:100px; height:19px; "/>
  96. <line id="line1" class="line_4" style="x1:525px; y1:30px; x2:525px; y2:70px; "/>
  97. <datagrid id="grd_prcplist" nodeset="/root/main/prcpsrch/prcplist" caption="처방코드^처방명" colsep="^" colwidth="130, 425" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" style="left:0px; top:85px; width:600px; height:225px; ">
  98. <col ref="prcpcd"/>
  99. <col ref="prcpnm"/>
  100. <script type="javascript" ev:event="ondblclick">
  101. <![CDATA[
  102. if(isDataCell()){
  103. fForwardPrcpinfo();
  104. }
  105. ]]>
  106. </script>
  107. </datagrid>
  108. </xhtml:body>
  109. </xhtml:html>