123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137 |
- <?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>
- <cond>
- <pid/>
- <hngnm/>
- <indd/>
- <orddeptcd/>
- <cretno/>
- </cond>
- <prcpinfo>
- <prcplist/>
- </prcpinfo>
- <patinfo>
- <patinfolist/>
- </patinfo>
- </main>
- <send>
- <reqdata/>
- </send>
- <init>
- <orddept/>
- </init>
- </root>
- </instance>
- <script type="javascript">
- <![CDATA[
- function fReqGetPrcpList() {
- model.resetInstanceNode("/root/main/prcpinfo/prcplist");
- model.refresh();
- submit("TRMMO50401");
- }
- ]]>
- </script>
- <submission id="TRMMO50401" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/main/cond" resultref="/root/main/prcpinfo"/>
- <submission id="TRMMB04102" mediatype="application/x-www-form-urlencoded" method="post"/>
- <submission id="TRMMO04105" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata" resultref="/root/init/patnm"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
-
- if( !isNull(opener.javascript.getParameter("SPMMO50400_pid")) ){
-
- model.setValue("/root/main/cond/pid", opener.javascript.getParameter("SPMMO50400_pid"));
- model.setValue("/root/main/cond/indd", opener.javascript.getParameter("SPMMO50400_indd"));
- model.setValue("/root/main/cond/cretno", opener.javascript.getParameter("SPMMO50400_cretno"));
-
- if( isNull(opener.javascript.getParameter("SPMMO50400_orddeptcd")) ) {
- model.setValue("/root/main/cond/orddeptcd", "-" );
- } else {
- model.setValue("/root/main/cond/orddeptcd", opener.javascript.getParameter("SPMMO50400_orddeptcd"));
- }
- mmbfGetDeptCodeComboList("/root/send/reqdata", "/root/init/orddept" , "A"); //부서코드 콤보
- addComboInstance("/root/init/orddept", "deptcd^depthngnm", "-^전체", "dept"); //진료과 전체항목 추가
-
- inputEnterKey("btn_req", "DOMActivate");
-
- btn_req.dispatch("DOMActivate");
- model.refresh();
- } else {
- messageBox("화면 호출 파라미터 정보가 없습니다.", 'E999');
- window.close();
- }
- ]]>
- </script>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../emr/prcpmngtweb/js/MMO001.js"/>
- <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
- </xhtml:head>
- <xhtml:body pagewidth="1030" pageheight="300" guideline="1,1009;" style="margin-left:8; margin-top:8; margin-right:8; margin-bottom:8; ">
- <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:20px; width:1010px; height:40px; background-color:#fffbf2; border-color:#ffd799; "/>
- <caption id="caption9" class="tit_1" style="left:0px; top:0px; width:160px; height:14px; vertical-align:middle; ">반환요청 처방조회</caption>
- <caption id="caption4" style="left:145px; top:0px; width:715px; height:16px; ">처방 종류가 '퇴원' 또는 '외출/외박' 처방은 약국에서 반환확인 하시고, 그외 처방은 병동에서 투약기록을 확인하시기 바랍니다.</caption>
- <caption id="caption2" class="search_name" style="left:8px; top:30px; width:95px; height:17px; vertical-align:middle; ">입원일자 :</caption>
- <input id="input4" ref="/root/main/cond/indd" class="input" disabled="true" inputtype="date" style="left:95px; top:30px; width:85px; height:19px; "/>
- <caption id="caption10" class="search_name" style="left:465px; top:30px; width:101px; height:17px; vertical-align:middle; ">등록번호:</caption>
- <input id="input1" ref="/root/main/cond/pid" disabled="true" style="left:550px; top:30px; width:80px; height:19px; "/>
- <input id="input2" ref="/root/main/cond/hngnm" disabled="true" style="left:635px; top:30px; width:95px; height:19px; "/>
- <caption id="caption1" class="search_name" style="left:196px; top:30px; width:95px; height:17px; vertical-align:middle; ">진 료 과 :</caption>
- <select1 id="cmb_orddept" ref="/root/main/cond/orddeptcd" class="combo_default" disabled="true" appearance="minimal" editmode="search" style="left:285px; top:30px; width:166px; height:19px; ">
- <choices>
- <itemset nodeset="/root/init/orddept/dept">
- <label ref="depthngnm"/>
- <value ref="deptcd"/>
- </itemset>
- </choices>
- </select1>
- <line id="line3" style="x1:920px; y1:30px; x2:920px; y2:55px; border-color:#ffe4bb; border-left-style:solid; "/>
- <button id="btn_req" class="btn1_letter2" style="left:935px; top:30px; width:56px; height:22px; background-image:../../../com/commonweb/images/btn1_letter2.gif; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fPidTrim("/root/main/cond/pid")
- var pid = model.getValue("/root/main/cond/pid");
- if(pid == ""){
- messageBox("조회 하실 환자번호를", "C001");
- return;
- }
- if(reqPatInfo("pid", "ptbs", pid)==true){
- var hngnm = model.getValue("/root/init/patnm/patnm/hngnm");
- model.setValue("/root/main/cond/hngnm", hngnm);
- input2.refresh();
-
- fReqGetPrcpList();
- }
- ]]>
- </script>
- </button>
- <line id="line1" class="line_1" style="x1:0px; y1:65px; x2:1009px; y2:66px; "/>
- <datagrid id="datagrid1" nodeset="/root/main/prcpinfo/prcplist" caption="처방종류^처방시병동^처방적용일^처방코드^처방명^1회용량^1회용량^1회수량^1회수량^횟수^일수^진행상태^처방입력자^처방입력시간" colsep="^" colwidth="60, 100, 80, 100, 200, 35, 35, 35, 35, 30, 30, 60, 70, 120" mergecellsfixedrows="bycolrec" rowsep="|" tooltip="true" style="left:0px; top:70px; width:1009px; height:230px; ">
- <col ref="prcpkindcd" style="text-align:center; "/>
- <col ref="wardcdnm" style="left:715px; top:23px; width:84px; height:23px; "/>
- <col ref="prcpdd" format="yyyy-mm-dd" style="text-align:center; "/>
- <col ref="prcpcd"/>
- <col ref="prcpnm"/>
- <col ref="drprcpetc7" style="text-align:center; "/>
- <col ref="prcpvolunitnm" style="text-align:center; "/>
- <col ref="drprcpetc8" style="text-align:center; "/>
- <col ref="prcpqtyunitnm" style="text-align:center; "/>
- <col ref="prcptims" style="text-align:center; "/>
- <col ref="prcpdayno" style="text-align:center; "/>
- <col ref="prcpstatcd" style="text-align:center; "/>
- <col ref="rgstrnm" style="text-align:center; "/>
- <col ref="rgsttime" format="yyyy-mm-dd hh:nn:ss" style="text-align:center; "/>
- </datagrid>
- </xhtml:body>
- </xhtml:html>
|