123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <!--
- * 제 목 : SMPAS02500_퇴원환자요약통계.xrw
- * 설 명 : 퇴원환자요약통계
- * 설 계 자 :
- * 작 성 자 : 유정란
- * 작 성 일 : 2008.02.25
- * 수정이력 : 2008.04.10 김영범
- * 1.UI 화면명 변경 (SMPAS02500 -> SMPAS02210)
- * 2.Submission명 변경 (TRPAS02501 -> TRPMS02211)
- * 기 타 :
- -->
- <?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>
- <inpt1>
- <a1/>
- <a2/>
- <a3/>
- <a4/>
- </inpt1>
- <inpt2>
- <b1/>
- <b2/>
- <b3/>
- <b4/>
- <b5/>
- <b6/>
- <b7/>
- </inpt2>
- <inpt3>
- <c1/>
- <c2/>
- </inpt3>
- <inpt4>
- <d1/>
- <d2/>
- <d3/>
- <d4/>
- <d5/>
- <d6/>
- <d7/>
- <d8/>
- <d9/>
- <d10/>
- </inpt4>
- </main>
- <send>
- <data1/>
- <data2/>
- </send>
- </root>
- </instance>
- <submission id="TRPMS02211" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main"/>
- </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("RPPMS02221", "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("TRPMS02211")) exeReportPreview("RPPMS02211", "XMLSTR", "","", "false","","","","","false");
- ]]>
- </script>
- </button>
- </xhtml:body>
- </xhtml:html>
|