123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <!--
- * 제 목 : SPMNO04200_미결처방조회.xrw
- * 설 명 : 기준자료 처방선택
- * 수정이력 :
- * 기 타 :
- -->
- <?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>
- <prcpinfo>
- <prcplist>
- <check/>
- <prcpcd/>
- <prcpnm/>
- <applstage/>
- <deptcd/>
- <deptnm/>
- </prcplist>
- </prcpinfo>
- <cond>
- <pid>2060839</pid>
- <hngnm>강조</hngnm>
- <orddeptcd>2050000000</orddeptcd>
- <orddd>20131226</orddd>
- </cond>
- </main>
- </root>
- </instance>
- <script type="javascript">
- <![CDATA[
- function fInitialize() {
- var pid = model.property("pid");
- var orddd = model.property("orddd");
- var orddeptcd = model.property("orddeptcd");
- var hngnm = model.property("hngnm");
-
- model.setValue("/root/main/cond/pid", pid);
- model.setValue("/root/main/cond/orddd", orddd);
- model.setValue("/root/main/cond/orddeptcd", orddeptcd);
- model.setValue("/root/main/cond/hngnm", hngnm);
-
- model.refresh();
- fSearch();
- }
-
- function fSearch() {
-
- model.makeNode("/root/send/reqdata");
- model.copyNode("/root/send/reqdata", "/root/main/cond");
-
- submit("TRMNO04202");
- }
- ]]>
- </script>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- fInitialize();
- ]]>
- </script>
- <submission id="TXMNO02201" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/temp/prcpinfo"/>
- <submission id="TRMNO04202" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata" replace="instance" resultref="/root/main/prcpinfo"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../emr/carecomweb/js/CareCom.js"/>
- </xhtml:head>
- <xhtml:body pagewidth="600" pageheight="400" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="grp_biz" scroll="auto" style="left:0px; top:35px; width:580px; height:326px; ">
- <caption id="caption1" class="tit_2" style="left:5px; top:10px; width:194px; height:14px; ">처방 조회</caption>
- <line id="line1" class="line_1" style="x1:0px; y1:25px; x2:576px; y2:25px; "/>
- <datagrid id="grd_prcpinfo" nodeset="/root/main/prcpinfo/prcplist" class="datagrid2" caption="종류^처방일자^처방코드^처방명^진료과" colsep="^" colwidth="38, 75, 77, 263, 0" mergecellsfixedrows="bycolrec" rowheader="update" rowsep="|" style="left:1px; top:30px; width:576px; height:290px; ">
- <col ref="prcpclsnm" style="text-align:center; "/>
- <col ref="prcpdd" format="yyyy-mm-dd" style="text-align:center; "/>
- <col ref="prcpcd"/>
- <col ref="prcpnm" style="text-align:left; "/>
- <col ref="deptcd"/>
- </datagrid>
- </group>
- <group id="group2" style="left:0px; top:0px; width:581px; height:35px; vertical-align:top; ">
- <shape id="roundrect1" class="roundrect_search" appearance="roundrect" style="left:0px; top:0px; width:580px; height:35px; "/>
- <line id="line13" class="line_4" style="x1:515px; y1:7px; x2:515px; y2:29px; border-color:#ffe4bb; border-left-style:solid; "/>
- <button id="btn_search" class="btn1_letter2" style="left:520px; top:7px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fSearch();
- ]]>
- </script>
- </button>
- <input id="ipt_prcpcd" ref="/root/main/cond/pid" class="input_default" navindex="2" imemode="alpha" maxlength="12" style="left:20px; top:8px; width:105px; height:19px; ">
- <script type="javascript" ev:event="onkeydown">
- <![CDATA[
- if(event.keycode == "13"){
- fPrcpListSrch();
- }
- ]]>
- </script>
- </input>
- <input id="ipt_prcpnm" ref="/root/main/cond/hngnm" class="input_default" style="left:130px; top:8px; width:115px; height:19px; ">
- <script type="javascript" ev:event="onkeydown">
- <![CDATA[
- if(event.keycode == "13"){
- fPrcpListSrch();
- }
- ]]>
- </script>
- </input>
- </group>
- </xhtml:body>
- </xhtml:html>
|