123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <!--
- * @(#)SPPIJ00800_퇴원확정변경.xrw
- * 수정이력
- * - 2012.03.27 / 최초작성 / 이은정
- *
- -->
- <?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="">
- <send>
- <pid/>
- </send>
- <main>
- <list1>
- <gridinpt>
- <hngnm/>
- <indd/>
- <dschdclrtyn/>
- <dschnotiyn/>
- <dschnotidt/>
- <dschnotirgstnm/>
- <dschnotirgstdt/>
- </gridinpt>
- </list1>
- </main>
- </root>
- </instance>
- <submission id="TRPIJ00800" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/list1"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
- <script type="javascript" src="../../../pam/insucomweb/js/PAM.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- </xhtml:head>
- <xhtml:body pagewidth="650" pageheight="270" style="margin-left:8; margin-top:0; margin-right:0; margin-bottom:0; ">
- <caption id="caption1" class="tit_2" style="left:15px; top:10px; width:100px; height:13px; ">퇴원확정 변경</caption>
- <line id="line1" class="line_1" style="x1:5px; y1:25px; x2:655px; y2:25px; "/>
- <caption id="caption3" class="cell_1" style="left:6px; top:30px; width:65px; height:19px; ">환자번호</caption>
- <input id="ipt_pid" ref="/root/send/pid" class="input_default" style="left:70px; top:30px; width:100px; height:19px; ">
- <script type="javascript" ev:event="onkeypress">
- <![CDATA[
- if (event.keyCode == "13") { // Enter 입력 시에
- model.refresh();
- submit("TRPIJ00800");
- }
-
- ]]>
- </script>
- </input>
- <button id="button1" class="btn2_letter7" style="left:180px; top:30px; width:97px; height:19px; ">
- <caption>퇴원확정 취소</caption>
- </button>
- <button id="button2" class="btn2_letter7" style="left:280px; top:30px; width:97px; height:19px; ">
- <caption>퇴원확정</caption>
- </button>
- <button id="button3" class="btn2_letter3" style="left:595px; top:30px; width:53px; height:19px; ">
- <caption>종 료</caption>
- </button>
- <datagrid id="datagrid1" nodeset="/root/main/list1/gridinpt" caption="환자명^최초입원일^예고^확정^확정일자^확정자^수정일자^상태^추가처방" colsep="^" colwidth="80, 85, 40, 40, 85, 80, 110, 40, 62" mergecellsfixedrows="bycolrec" rowsep="|" style="left:5px; top:55px; width:645px; height:80px; ">
- <col ref="hngnm"/>
- <col ref="indd"/>
- <col ref="dschdclrtyn"/>
- <col ref="dschnotiyn"/>
- <col ref="dschnotidt"/>
- <col ref="dschnotirgstnm"/>
- <col ref="dschnotirgstdt"/>
- <col/>
- <col/>
- </datagrid>
- <caption id="caption2" style="left:15px; top:165px; width:288px; height:20px; color:#ff0000; ">* 퇴원 확정 당일인 경우 진행 되지 않습니다.</caption>
- <caption id="caption4" style="left:15px; top:185px; width:316px; height:20px; color:#ff0000; ">* 상태가 "가퇴원" 혹은 "퇴원"인 경우 진행되지 않습니다.</caption>
- <caption id="caption5" style="left:15px; top:205px; width:316px; height:20px; color:#ff0000; ">* 청구 생성된 환자인 경우 진행되지 않습니다.</caption>
- <caption id="caption6" style="left:15px; top:225px; width:328px; height:20px; color:#ff0000; ">* 응급실/화학요법실/일일수술실 환자는 진행되지 않습니다.</caption>
- <caption id="caption7" style="left:15px; top:145px; width:485px; height:20px; color:#0000ff; ">* 퇴원확정 취소 : 처방 DC 및 추가처방 가능 (확정='N', 확정자='심사자명', 추가처방='Y')</caption>
- <shape id="rectangle1" appearance="rectangle" style="left:5px; top:139px; width:645px; height:110px; border-color:#0000ff; "/>
- </xhtml:body>
- </xhtml:html>
|