12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <!--
- * 제 목 : SMPAS02400_당일퇴원환자중전일퇴원예고환자현황.xrw
- * 설 명 : 당일퇴원환자중전일퇴원예고환자현황
- * 설 계 자 :
- * 작 성 자 : 유정란
- * 작 성 일 : 2008.02.21
- * 수정이력 : 2008.04.10 김영범
- 1. UI 명 수정함 (SMPAS02400 -> SMPMS02200)
- 2. Submissino 명 수정함 (TRPAS02401 -> TRPMS02201)
- * 기 타 :
- -->
- <?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>
- <h_inpt>
- <inpt>
- <rownum/>
- <wardcd/>
- <warddepthngnm/>
- <roomcd/>
- <pid/>
- <hngnm/>
- <orddeptcd/>
- <orddepthngnm/>
- <medispclid/>
- <usernm/>
- <indays/>
- <indd/>
- <dschdd/>
- <dschdclrtyn/>
- <dschdclrdt/>
- <dschtype/>
- <dschtypenm/>
- </inpt>
- </h_inpt>
- </main>
- <send>
- <data1/>
- <data2/>
- </send>
- </root>
- </instance>
- <submission id="TRPMS02201" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/h_inpt"/>
- </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/stringHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/utilHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- model.setValue("/root/send/data1",getCurrentDate());
- model.setValue("/root/send/data2",getCurrentDate());
- model.refresh();
-
- makeReportPreview(4,70,1200,650);
-
- exeReportPreview("RPPMS02201", "XMLSTR", "","", "false","","","","","false");
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body>
- <caption id="caption60" class="tit_1" style="left:0px; top:0px; width:261px; height:14px; font-family:돋움; vertical-align:middle; ">당일퇴원환자 중 전일 퇴원예고 환자 현황</caption>
- <shape id="roundrect1" class="roundrect_search" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:20px; width:1202px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
- <caption id="caption1" style="left:350px; top:30px; width:65px; height:20px; ">퇴원일자</caption>
- <input id="input1" ref="/root/send/data1" inputtype="date" style="left:415px; top:29px; width:100px; height:19px; "/>
- <input id="input2" ref="/root/send/data2" inputtype="date" style="left:520px; top:29px; width:100px; height:19px; "/>
- <button id="btn_search" class="btn1_letter2" navindex="8" style="left:692px; top:27px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var fromdd = model.getValue("/root/send/data1");
- var todd = model.getValue("/root/send/data2");
-
- if (fromdd == null || fromdd == "" || fromdd == " " || fromdd == "-"){
- messageBox("시작일자를 정확히 입력하십시요!","E999","");
- return;
- }
-
- if (todd == null || todd == "" || todd == " " || todd == "-"){
- messageBox("종료일자를 정확히 입력하십시요!","E999","");
- return;
- }
-
- if (submit("TRPMS02201")) exeReportPreview("RPPMS02201", "XMLSTR", "","", "false","","","","","false");
- ]]>
- </script>
- </button>
- </xhtml:body>
- </xhtml:html>
|