123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116 |
- <?xml version="1.0" encoding="UTF-16"?>
- <?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="">
- </root>
- </instance>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/utilHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/numericHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
- <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
- <script type="javascript" src="../../../com/zipcodeweb/js/ZBP001.js"/>
- </xhtml:head>
- <xhtml:body pagewidth="1211" pageheight="784" guideline="1,1205;">
- <group id="group3" style="left:0px; top:0px; width:1211px; height:13px; ">
- <caption id="caption60" class="tit_1" style="left:0px; top:0px; width:183px; height:14px; font-family:돋움; vertical-align:middle; ">입원진료통계</caption>
- </group>
- <datagrid id="datagrid1" nodeset="/root/send/data1" caption="임상과
(세부분과포함)^입원환자수^재원^재원^재원^재원^재원^퇴원^퇴원^퇴원^퇴원^퇴원|임상과
(세부분과포함)^입원환자수^재원환자수^연인원^평균재원일^병상가동율^병상회전율^실인원^연인원^평균재원일수^진료수일^일평균진료수익" colsep="^" colwidth="170, 93, 80, 81, 88, 89, 90, 100, 100, 100, 100, 100" mergecellsfixedcols="bycol" mergecellsfixedrows="byrowrec" rowsep="|" style="left:10px; top:65px; width:1195px; height:687px; ">
- <col ref="sflagnm"/>
- <col ref="endflag"/>
- <col ref="grupflag"/>
- <col/>
- <col/>
- <col/>
- <col/>
- <col/>
- <col/>
- <col/>
- <col/>
- <col/>
- </datagrid>
- <group id="group2" style="left:9px; top:22px; width:1196px; height:35px; ">
- <shape id="roundrect1" class="roundrect_search" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:-29px; top:0px; width:1224px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
- <caption id="caption2" class="search_name" style="left:15px; top:9px; width:225px; height:17px; ">조회일 ~</caption>
- <line id="line2" class="line_4" style="x1:1112px; y1:7px; x2:1112px; y2:29px; border-color:#ffe4bb; border-left-style:solid; "/>
- <button id="btn_search" class="btn1_letter2" style="left:1125px; top:7px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var fromdata = model.getValue("/root/main/search/fromdata");
-
- if(fromdata==""||fromdata==null){
- messageBox("조회일을 입력","E007");
- model.setFocus("srchfromdd");
- return false;
- }
- model.setValue("/root/send/fromdata",model.getValue("/root/main/search/fromdata"));
-
- submit("TRPMS02121");
-
-
-
-
- ]]>
- </script>
- </button>
- <button id="button95" class="btn6_letter4" style="left:936px; top:7px; width:80px; height:22px; ">
- <caption>액셀저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var vToday = new Date();
- var tmpYear = vToday.getYear();
- var tmpMonth = vToday.getMonth()+1;
- var tmpDate = vToday.getDate();
-
-
- // model.setValue("/root/documenttitle/title",document.title);
- // model.refresh();
- // var subjectTitle = model.getValue("/root/documenttitle/title");
-
- //엑셀저장 여부(타이틀별)
- var fileName = window.fileDialog("save", "", false, "병상이용현황"+tmpYear+tmpMonth+tmpDate, "xls", "Excel Files(*.xls)|*.xls|All Files (*.*)|*.*");
-
- if (fileName != "")
- {
-
- grd_list.saveExcel(fileName, "병상이용현황"+tmpYear+tmpMonth+tmpDate, true, true, "", "", true);
- }
- ]]>
- </script>
- </button>
- <line id="line1" class="line_4" style="x1:1030px; y1:7px; x2:1030px; y2:29px; border-color:#ffe4bb; border-left-style:solid; "/>
- <input id="srchfromdd" ref="/root/main/search/fromdata" class="input_default" navindex="7" inputtype="date" style="left:90px; top:8px; width:120px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- btn_search.dispatch("DOMActivate");
-
- ]]>
- </script>
- </input>
- <input id="input1" ref="/root/main/search/fromdata" class="input_default" navindex="7" inputtype="date" style="left:234px; top:8px; width:120px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- btn_search.dispatch("DOMActivate");
-
- ]]>
- </script>
- </input>
- </group>
- <button id="btn_print" class="btn6_letter2" style="left:1053px; top:29px; width:56px; height:22px; ">
- <caption>출력</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- exeReportPreview("RPPMS02121", "XMLSTR", "","", "false","","","","","false");
- ]]>
- </script>
- </button>
- </xhtml:body>
- </xhtml:html>
|