123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <?xml-stylesheet type="text/css" href="../../../com/commonweb/css/common.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>
- <remarkinfo>
- <remarklist>
- <prcpdd/>
- <prcpnm/>
- </remarklist>
- </remarkinfo>
- </main>
- <send>
- <pid/>
- <indd/>
- <cretno/>
- <ioflag/>
- </send>
- <target>
- <paminfo>
- <pid/>
- <indd/>
- <patnm/>
- <cretno/>
- <ioflag/>
- </paminfo>
- </target>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- fGetRemarkList();
- ]]>
- </script>
- <submission id="TRMNB00209" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/remarkinfo"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript">
- <![CDATA[
- function fGetRemarkList(){
- model.removeNodeset("/root/main/remarkinfo/remarklist");
- grd_remarklist.refresh();
- if (model.getvalue("/root/target/paminfo/pid") != "") {
- model.removeNodeset("/root/send");
- model.makeValue("/root/send/pid" , model.getValue("/root/target/paminfo/pid" ));
- model.makeValue("/root/send/indd" , model.getValue("/root/target/paminfo/indd" ));
- model.makeValue("/root/send/cretno" , model.getValue("/root/target/paminfo/cretno" ));
- model.makeValue("/root/send/ioflag" , model.getValue("/root/target/paminfo/ioflag" ));
-
- submit("TRMNB00209");
- } else {
- messageBox("선택된 환자가 없습니다.", "E");
- }
- }]]>
- </script>
- </xhtml:head>
- <xhtml:body pagewidth="786" pageheight="520" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="grp_biz" scroll="auto" style="left:0px; top:0px; width:770px; height:510px; ">
- <caption id="cpt_zoomtitle" class="tit_2" style="left:10px; top:35px; width:205px; height:14px; ">지시처방</caption>
- <line id="line1" class="line_1" style="x1:5px; y1:50px; x2:765px; y2:50px; "/>
- <output id="out_pid" ref="/root/target/paminfo/pid" class="output_fix" style="left:67px; top:5px; width:85px; height:19px; text-align:right; "/>
- <caption id="caption20" class="cell_1" style="left:5px; top:3px; width:60px; height:23px; text-align:center; vertical-align:middle; ">등록번호</caption>
- <caption id="caption21" class="cell_1" style="left:155px; top:3px; width:60px; height:23px; text-align:center; vertical-align:middle; ">환자명</caption>
- <output id="out_hnnm" ref="/root/target/paminfo/patnm" class="output_fix" style="left:217px; top:5px; width:85px; height:19px; text-align:center; "/>
- <line id="line4" class="line_1" style="x1:5px; y1:0px; x2:300px; y2:0px; "/>
- <line id="line5" class="line_3" style="x1:5px; y1:25px; x2:300px; y2:25px; "/>
- <datagrid id="grd_remarklist" nodeset="/root/main/remarkinfo/remarklist" scroll="autovscroll" autoresize="true" caption="처방일시^처방명" colsep="^" colwidth="189, 530" dataheight="23" extendlastcol="scroll" mergecells="byrestriccol" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="23" rowsep="|" style="left:5px; top:55px; width:760px; height:450px; ">
- <col ref="prcpdd"/>
- <col ref="prcpnm" type="input" editable="false"/>
- <!--script type="javascript" ev:event="onentercell">
- <![CDATA[
- if ( grd_remarklist.isCell() && (grd_remarklist.col == '1') ){
- grd_remarklist.editCell();
- }
- ]]>
- </script-->
- </datagrid>
- <button id="button1" class="btn1_letter2" style="left:653px; top:5px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fGetRemarkList();
- ]]>
- </script>
- </button>
- <button id="button2" class="btn1_letter2" style="left:709px; top:5px; width:56px; height:22px; ">
- <caption>닫기</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- model.close();
- ]]>
- </script>
- </button>
- </group>
- </xhtml:body>
- </xhtml:html>
|