1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <?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>
- <cond>
- <fromdd/>
- <todd/>
- </cond>
- <dayhosinfo/>
- </main>
- <send>
- <reqdata/>
- <savedata/>
- </send>
- <hidden/>
- <init>
- </init>
- </root>
- </instance>
- <script type="javascript">
- <![CDATA[
-
- ]]>
- </script>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- model.setValue("/root/main/cond/fromdd" , getCurrentDate().toDate().getAddDate(-1,"M").getDateFormat());
- model.setValue("/root/main/cond/todd" , getCurrentDate());
- /*
- var cur_day = getCurrentDate();
- var cur_year = cur_day.substr(0,4);
- model.setValue("/root/main/cond/year", cur_year); // 현재 년도 셋팅
- */
- model.refresh();
- ]]>
- </script>
- <submission id="TRMNC00901" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/main/cond" resultref="/root/main/dayhosinfo"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
- <script type="javascript" src="../../../emr/prcpmngtweb/js/MMO001.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- </xhtml:head>
- <xhtml:body guideline="1,1193;2,63;1,-3;1,1193;2,784;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <caption id="caption1" class="tit_1" style="left:0px; top:0px; width:140px; height:14px; ">낮병동 운영실적</caption>
- <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:21px; width:1193px; height:39px; background-color:#fffbf2; border-color:#ffd799; "/>
- <button id="btn_req" class="btn1_letter2" navindex="5" style="left:1122px; top:30px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- submit("TRMNC00901");
- ]]>
- </script>
- </button>
- <caption id="caption25" class="tit_2" style="left:0px; top:72px; width:147px; height:14px; ">낮병동 운영실적</caption>
- <line id="line1" class="line_1" style="x1:0px; y1:90px; x2:1193px; y2:90px; "/>
- <datagrid id="grd_ordliblist" nodeset="/root/main/dayhosinfo/dayhoslist" caption="구분^입원^수료^재수료^중퇴^자퇴^전월대비 입원환자 증감수^" colsep="^" colwidth="80, 145, 145, 145, 145, 146, 197" dataheight="25" mergecellsfixedrows="bycolrec" rowsep="|" tooltip="true" navindex="6" style="left:1px; top:95px; width:1192px; height:689px; word-wrap:word; ">
- <col ref="inmonth" format="yyyy/mm" style="text-align:center; "/>
- <col ref="dayinpatcnts" style="text-align:center; "/>
- <col ref="dayendinpatcnts" style="text-align:center; "/>
- <col ref="dayselpendinpatcnts" style="text-align:center; "/>
- <col ref="daystopinpatcnts" style="text-align:center; "/>
- <col ref="dayreendinpatcnts" style="text-align:center; "/>
- <col ref="bfmonthcnts" style="text-align:center; "/>
- </datagrid>
- <line id="line3" style="x1:1110px; y1:25px; x2:1110px; y2:55px; border-color:#ffe4bb; border-left-style:solid; "/>
- <button id="button1" class="btn2_letter2" navindex="8" style="left:1151px; top:70px; width:42px; height:19px; ">
- <caption>엑셀</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var fileName = window.fileDialog("save", ",", false, "excel", "xls", "Excel Files(*.xls)|*.xls|All Files (*.*)|*.*");
- if (fileName != ""){
- grd_ordliblist.saveExcel(fileName, "SheetName", true, true, "", "", true);
- }
- ]]>
- </script>
- </button>
- <caption id="caption3" class="search_name" style="left:20px; top:32px; width:90px; height:17px; ">조회구분 :</caption>
- <input id="ipt_to_orddd" ref="/root/main/cond/todd" class="input_s_essential" inputtype="date" style="left:240px; top:32px; width:105px; height:19px; "/>
- <input id="input1" ref="/root/main/cond/fromdd" class="input_s_essential" inputtype="date" style="left:115px; top:32px; width:105px; height:19px; "/>
- <caption id="cap_from" style="left:225px; top:32px; width:15px; height:19px; ">~</caption>
- </xhtml:body>
- </xhtml:html>
|