123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- <?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>
- <searchDate/>
- </main>
- <send>
- <searchDate/>
- </send>
- </root>
- </instance>
- </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/stringHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../emr/emrstatsweb/js/SMMRS01200.js"/>
- </xhtml:head>
- <xhtml:body>
- <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:106px; height:13px; ">입퇴원환자일보</caption>
- <shape id="roundrect2" appearance="roundrect" style="left:0px; top:20px; width:1195px; height:60px; background-color:#fffbf2; border-color:#ffd799; "/>
- <caption id="caption1" class="search_name" style="left:11px; top:43px; width:86px; height:17px; ">조회기간 :</caption>
- <input id="input5" ref="/root/main/searchDate" class="input_search" inputtype="date" style="left:100px; top:43px; width:100px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- var searchDate = model.getValue("/root/main/searchDate");
- model.setValue("/root/send/searchstartdate", searchDate);
- model.refresh();
- ]]>
- </script>
- </input>
- <button id="button1" class="btn1_letter2" style="left:1055px; top:43px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var searchDate = model.getValue("/root/send/searchstartdate");
- fClicked("search", grd_statslist);
- //fCalculateStats();
- ]]>
- </script>
- </button>
- <button id="button3" class="btn1_letter2" style="left:1121px; top:43px; width:56px; height:22px; ">
- <caption>출력</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- alert("기능 구현중입니다.");
- ]]>
- </script>
- </button>
- <line id="line2" style="x1:210px; y1:42px; x2:210px; y2:64px; border-color:#ffe4bb; border-left-style:solid; "/>
- <line id="line5" style="x1:1045px; y1:30px; x2:1045px; y2:75px; border-color:#ffe4bb; border-left-style:solid; "/>
- <caption id="caption3" class="tit_2" style="left:0px; top:90px; width:157px; height:13px; ">입퇴원환자일보</caption>
- <line id="line23" class="line_1" style="x1:0px; y1:105px; x2:1195px; y2:105px; "/>
- <datagrid id="datagrid1" caption="진료과^진료과^진료과^입원환자수^퇴원환자수^사망환자수^금일재원환자수^caption3|진료과^진료코드^영문약어^입원환자수^퇴원환자수^사망환자수^금일재원환자수^caption3" colsep="^" colwidth="100, 100, 100, 100, 100, 100, 100, 100" mergecellsfixedrows="bycolrec" rowsep="|" style="left:0px; top:110px; width:1195px; height:135px; ">
- <col/>
- <col/>
- <col/>
- <col/>
- <col/>
- <col/>
- <col/>
- <col/>
- </datagrid>
- <button id="btn_ex" class="btn2_letter2" style="left:1153px; top:85px; width:42px; height:19px; ">
- <caption>엑셀</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fSaveExcel();
- ]]>
- </script>
- </button>
- </xhtml:body>
- </xhtml:html>
|