123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188 |
- <?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>
- <list1>
- <gridchgpat/>
- </list1>
- <list2>
- <gridchgiscl/>
- </list2>
- </main>
- <send>
- <send_stat>
- <stat>A</stat>
- <fromdd/>
- <todd/>
- <pid/>
- </send_stat>
- <send_pid>
- <pid/>
- <indd/>
- <cretno/>
- <fromdd/>
- <todd/>
- <dschjudgprcsstat/>
- <judgdt/>
- </send_pid>
- </send>
- <hidden/>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- model.setValue("/root/send/send_stat/stat",'A');
- var dd = getCurrentDate();
- model.setValue("/root/send/send_stat/fromdd", (dd.toDate().getAddDate(-1, "D")).getDateFormat());
- model.setValue("/root/send/send_stat/todd", (dd.toDate().getAddDate(-1, "D")).getDateFormat());
- ipt_fromdd.disabled = true;
- ipt_todd.disabled = true;
- ]]>
- </script>
- <submission id="TRPIJ04100" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/send_stat" resultref="/root/main/list1"/>
- <submission id="TRPIJ04101" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/send_pid" resultref="/root/main/list2"/>
- </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/dateHelper.js"/>
- <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
- </xhtml:head>
- <xhtml:body pagewidth="1110" pageheight="780" guideline="1,1097;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:6px; width:1097px; height:44px; background-color:#fffbf2; border-color:#ffd799; "/>
- <caption id="caption5" class="search_name" style="left:498px; top:17px; width:86px; height:17px; ">등록번호 :</caption>
- <caption id="caption2" class="search_name" style="left:15px; top:17px; width:86px; height:17px; ">구분 :</caption>
- <caption id="caption3" class="tit_2" style="left:0px; top:59px; width:225px; height:21px; vertical-align:middle; ">심사 완료 후 처방변경 현황</caption>
- <line id="line1" class="line_1" style="x1:0px; y1:75px; x2:1097px; y2:75px; "/>
- <input id="ipt_pid" ref="/root/send/send_stat/pid" class="input_search" style="left:590px; top:20px; width:80px; height:19px; ">
- <script type="javascript" ev:event="onkeydown">
- <![CDATA[
- inputEnterKey("btn_srch", "DOMActivate");
- ]]>
- </script>
- </input>
- <caption id="caption4" style="left:294px; top:15px; width:15px; height:30px; ">~</caption>
- <caption id="caption6" class="tit_2" style="left:0px; top:235px; width:118px; height:13px; vertical-align:middle; ">처방 변경 내역</caption>
- <line id="line2" class="line_1" style="x1:0px; y1:250px; x2:1097px; y2:250px; "/>
- <button id="btn_srch" class="btn1_letter2" style="left:1002px; top:17px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- model.resetInstanceNode("/root/main/list2/gridchgiscl");
- model.refresh();
- submit ( "TRPIJ04100" , true);
- ]]>
- </script>
- </button>
- <select1 id="rdo_stat" ref="/root/send/send_stat/stat" appearance="full" cellspacing="20" cols="2" overflow="visible" style="left:80px; top:20px; width:130px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>재원</label>
- <value>A</value>
- </item>
- <item>
- <label>퇴원</label>
- <value>D</value>
- </item>
- </choices>
- <script type="javascript" ev:event="xforms-select">
- <![CDATA[
- if (rdo_stat.value == "A") {
- ipt_fromdd.disabled = true;
- ipt_todd.disabled = true;
- }
- else if (rdo_stat.value == "D") {
- ipt_fromdd.disabled = false;
- ipt_todd.disabled = false;
- var dd = getCurrentDate();
- model.setValue("/root/send/send_stat/fromdd", (dd.toDate().getAddDate(-1, "D")).getDateFormat());
- model.setValue("/root/send/send_stat/todd", (dd.toDate().getAddDate(-1, "D")).getDateFormat());
- model.setFocus("ipt_fromdd");
- }
- ]]>
- </script>
- </select1>
- <input id="ipt_fromdd" ref="/root/send/send_stat/fromdd" class="input_search" inputtype="date" format="yyyy-mm-dd" style="left:200px; top:20px; width:90px; height:19px; "/>
- <input id="ipt_todd" ref="/root/send/send_stat/todd" class="input_search" inputtype="date" format="yyyy-mm-dd" style="left:312px; top:20px; width:90px; height:19px; "/>
- <datagrid id="grd_chgpat" nodeset="/root/main/list1/gridchgpat" autosizemouse="true" caption="등록번호^환자명^입원일자^주^상태^퇴원일자^유형시작^유형종료^보험^보조^심사상태^심사자^최종심사자^심사완료일시^생성^최종 처방변경일^cretno" colsep="^" colwidth="71, 71, 80, 26, 48, 80, 80, 80, 34, 34, 70, 69, 69, 109, 34, 97, 50" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" selectionmode="byrow" tooltip="true" style="left:0px; top:79px; width:1097px; height:146px; ">
- <col ref="pid" style="text-align:center; "/>
- <col ref="patnm" style="text-align:center; "/>
- <col ref="indd" format="yyyy-mm-dd" style="text-align:center; "/>
- <col ref="mskind" style="text-align:center; "/>
- <col ref="indschstat" style="text-align:center; "/>
- <col ref="dschdd" format="yyyy-mm-dd" style="text-align:center; "/>
- <col ref="fromdd" format="yyyy-mm-dd" style="text-align:center; "/>
- <col ref="todd" format="yyyy-mm-dd" style="text-align:center; "/>
- <col ref="insukind" style="text-align:center; "/>
- <col ref="suppkind" style="text-align:center; "/>
- <col disabled="true" ref="dschjudgprcsstat" type="combo" style="text-align:center; ">
- <choices>
- <item>
- <label>미심</label>
- <value>A</value>
- </item>
- <item>
- <label>심사중</label>
- <value>B</value>
- </item>
- <item>
- <label>완료</label>
- <value>C</value>
- </item>
- <item>
- <label>통합</label>
- <value>E</value>
- </item>
- <item>
- <label>예고</label>
- <value>G</value>
- </item>
- </choices>
- </col>
- <col ref="judgmdlnm" style="text-align:center; "/>
- <col ref="lastjudgendnm" style="text-align:center; "/>
- <col ref="judgdt" format="yyyy-mm-dd hh:nn" style="text-align:center; "/>
- <col ref="clamyn" style="text-align:center; "/>
- <col ref="judgchgdd" format="yyyy-mm-dd" style="text-align:center; "/>
- <col ref="cretno" visibility="hidden"/>
- <script type="javascript" ev:event="ondblclick">
- <![CDATA[
- var currow = grd_chgpat.row;
- model.setValue("/root/send/send_pid/pid", model.getValue("/root/main/list1/gridchgpat[" + currow + "]/pid"));
- model.setValue("/root/send/send_pid/indd", model.getValue("/root/main/list1/gridchgpat[" + currow + "]/indd"));
- model.setValue("/root/send/send_pid/cretno", model.getValue("/root/main/list1/gridchgpat[" + currow + "]/cretno"));
- model.setValue("/root/send/send_pid/fromdd", model.getValue("/root/main/list1/gridchgpat[" + currow + "]/fromdd"));
- model.setValue("/root/send/send_pid/todd", model.getValue("/root/main/list1/gridchgpat[" + currow + "]/todd"));
- model.setValue("/root/send/send_pid/dschjudgprcsstat", model.getValue("/root/main/list1/gridchgpat[" + currow + "]/dschjudgprcsstat"));
- model.setValue("/root/send/send_pid/judgdt", model.getValue("/root/main/list1/gridchgpat[" + currow + "]/judgdt"));
- model.refresh();
-
- submit ( "TRPIJ04101" , true);
- ]]>
- </script>
- </datagrid>
- <datagrid id="grd_chgiscl" nodeset="/root/main/list2/gridchgiscl" autosizemouse="true" caption="구분^상태^처방일자^그룹코드^수가코드^처방명^실시일자^실시
시간^처방^처방^처방^처방^계산^계산^계산^계산^금액|구분^상태^처방일자^그룹코드^수가코드^처방명^실시일자^실시
시간^1회량^횟수^일수^급비^1회량^횟수^일수^급비^금액" colsep="^" colwidth="50, 40, 73, 73, 73, 235, 73, 40, 40, 34, 34, 50, 40, 34, 34, 50, 71" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" tooltip="true" style="left:0px; top:255px; width:1097px; height:495px; ">
- <col ref="calcyn" style="text-align:center; "/>
- <col ref="calcstat" style="text-align:center; "/>
- <col ref="prcpdd" format="yyyy-mm-dd" style="text-align:center; "/>
- <col ref="grupcalcscorcd"/>
- <col ref="snglcalcscorcd"/>
- <col ref="hngnm"/>
- <col ref="execdd" format="yyyy-mm-dd" style="text-align:center; "/>
- <col ref="exectm" format="hh:nn" style="text-align:center; "/>
- <col ref="ordqty" style="text-align:right; "/>
- <col ref="ordtims" style="text-align:right; "/>
- <col ref="orddays" style="text-align:right; "/>
- <col ref="prcppayflag" style="text-align:center; "/>
- <col ref="calcqty" style="text-align:right; "/>
- <col ref="calctims" style="text-align:right; "/>
- <col ref="calcdays" style="text-align:right; "/>
- <col ref="calcpayflag" style="text-align:center; "/>
- <col ref="amt" format="(-)#,###" style="text-align:right; "/>
- </datagrid>
- </xhtml:body>
- </xhtml:html>
|