1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- <?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>
- <prcphistinfo>
- <prcphistlist>
- <prcphistcd/>
- <calcscorcd/>
- <calcscornm/>
- <shtno/>
- <emrappcopies/>
- </prcphistlist>
- </prcphistinfo>
- </main>
- <send/>
- <init>
- <prcphistcd>
- <M0009/>
- </prcphistcd>
- </init>
- <temp>
- </temp>
- <hidden>
- </hidden>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- fInitialize();
- ]]>
- </script>
- <submission id="TRMRC02401" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/prcphistinfo"/>
- <submission id="TRZBC00101" mediatype="application/x-www-form-urlencoded" method="post"/>
- <submission id="TRZBC00102" mediatype="application/x-www-form-urlencoded" method="post"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../emr/chrtmngtweb/js/SPMRC02400.js"/>
- <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
- </xhtml:head>
- <xhtml:body pagewidth="680" pageheight="300" guideline="1,680;2,288;">
- <caption id="caption21" class="tit_2" style="left:5px; top:10px; width:111px; height:14px; ">처방 이력 조회</caption>
- <button id="button4" class="btn4_letter2" style="left:618px; top:266px; width:56px; height:22px; ">
- <caption>닫기</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- model.close();
- ]]>
- </script>
- </button>
- <datagrid id="datagrid1" nodeset="/root/main/prcphistinfo/prcphistlist" caption="처방상태^수가코드^수가명칭^매수^신청부수" colsep="^" colwidth="90, 133, 181, 100, 120" dataheight="25" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" style="left:0px; top:30px; width:675px; height:230px; ">
- <col disabled="true" ref="prcphistcd" type="combo">
- <choices>
- <itemset nodeset="/root/init/prcphistcd/M0009">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </col>
- <col ref="calcscorcd"/>
- <col ref="calcscornm"/>
- <col ref="shtno"/>
- <col ref="emrappcopies"/>
- </datagrid>
- <line id="line1" class="line_1" style="x1:0px; y1:25px; x2:675px; y2:25px; "/>
- </xhtml:body>
- </xhtml:html>
|