123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <?xml-stylesheet href="../../../com/commonweb/css/common.css" type="text/css" ?>
- <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">
- <xhtml:head>
- <xhtml:title>처방검색</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <prcpsrch>
- <prcplist/>
- </prcpsrch>
- </main>
- <send>
- <srchflag/>
- <prcpnm/>
- <prcpdd/>
- <cond1/>
- <cond2/>
- <cond3/>
- <cond4/>
- <cond5/>
- <cond6/>
- <cond7/>
- <cond8/>
- <cond9/>
- <cond10/>
- <cond11/>
- <cond12/>
- <cond13/>
- <cond14/>
- <cond15/>
- <cond16/>
- <cond17/>
- <cond18/>
- <cond19/>
- <cond99/>
- </send>
- <hidden>
- <receiveinfo>
- <prcpnm/>
- <prcpcd/>
- <srchflag/>
- </receiveinfo>
- </hidden>
- </root>
- </instance>
- <submission id="TRMMO00100" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/prcpsrch"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- fInitialize_SPMMB21700();
- ]]>
- </script>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
- <script type="javascript" src="../../../emr/prcpmngtweb/js/MMO001.js"/>
- <script type="javascript" src="../../../emr/prcpmngtweb/js/SPMMB21700.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- </xhtml:head>
- <xhtml:body pagewidth="605" pageheight="312">
- <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:137px; height:14px; ">처방검색</caption>
- <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:20px; width:600px; height:60px; background-color:#fffbf2; border-color:#ffd799; "/>
- <caption id="caption1" class="search_name" style="left:10px; top:30px; width:85px; height:17px; ">검색조건</caption>
- <select1 id="combo1" ref="/root/send/srchflag" class="combo_search" appearance="minimal" style="left:95px; top:30px; width:100px; height:19px; ">
- <choices>
- <item>
- <label>처방명</label>
- <value>prcpnm</value>
- </item>
- <item>
- <label>처방코드</label>
- <value>prcpcd</value>
- </item>
- </choices>
- </select1>
- <input id="input1" ref="/root/send/prcpnm" class="input_search" style="left:200px; top:30px; width:315px; height:19px; ">
- <script type="javascript" ev:event="onkeypress">
- <![CDATA[
- inputEnterKey("btn_search", "DOMActivate");
- ]]>
- </script>
- </input>
- <button id="btn_search" class="btn1_letter2" style="left:535px; top:40px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fPrcpSearch();
- grd_prcplist.rebuild();
- ]]>
- </script>
- </button>
- <caption id="caption2" class="search_name" style="left:10px; top:55px; width:85px; height:17px; ">기준일자</caption>
- <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; "/>
- <line id="line1" class="line_4" style="x1:525px; y1:30px; x2:525px; y2:70px; "/>
- <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; ">
- <col ref="prcpcd"/>
- <col ref="prcpnm"/>
- <script type="javascript" ev:event="ondblclick">
- <![CDATA[
- if(isDataCell()){
- fForwardPrcpinfo();
- }
- ]]>
- </script>
- </datagrid>
- </xhtml:body>
- </xhtml:html>
|