123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <!--
- * @(#)SSMNN00400_신생아실통계.xrw
- * 수정이력
- * - 2008.09.16 / 최초작성 / 손은연
- * /* */
- -->
- <?xml-stylesheet href="../../../com/commonweb/css/common.css" type="txt/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>
- <indschflag>1</indschflag>
- <fromdd/>
- <todd/>
- <reinflag>1</reinflag>
- </cond>
- <nbabystatsinfo>
- <nbabystatslist/>
- </nbabystatsinfo>
- </main>
- <send/>
- <init/>
- <hidden/>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- btn_prgnweek.selected = true;
- model.removenode("/root/main/nbabystatsinfo/nbabystatslist");
-
- //현재 일자 세팅
- model.setValue("/root/main/cond/fromdd", getCurrentDate());
- model.setValue("/root/main/cond/todd", getCurrentDate());
-
- model.refresh();
- ]]>
- </script>
- <submission id="TRSNN00401" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/nbabystatsinfo"/>
- </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/dateHelper.js"/>
- <script type="javascript">
- <![CDATA[
- //조회
- function fGetNBabySrchList(){
- messageBox("구현중입니다,","I");
- return;
-
- model.removeNodeset("/root/send");
- model.makeNode("/root/send");
- model.makeValue("/root/send/srchflag", model.getValue("/root/main/cond/srchflag"));
- model.makeValue("/root/send/fromdd", model.getValue("/root/main/cond/fromdd"));
- model.makeValue("/root/send/todd", model.getValue("/root/main/cond/todd"));
- model.makeValue("/root/send/reinflag", model.getValue("/root/main/cond/reinflag"));
-
- submit("TRSNN00401");
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body>
- <group id="grp_biz" scroll="auto" style="left:0px; top:18px; width:1195px; height:735px; ">
- <group id="group1" style="left:0px; top:5px; width:1194px; height:35px; vertical-align:top; ">
- <shape id="roundrect2" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:1194px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
- <caption id="caption3" class="search_name" style="left:255px; top:10px; width:90px; height:17px; ">조회일자 :</caption>
- <line id="line2" class="line_4" style="x1:1040px; y1:5px; x2:1040px; y2:27px; "/>
- <caption id="caption4" style="left:452px; top:10px; width:15px; height:14px; vertical-align:middle; ">~</caption>
- <input id="ipt_bthddtodd" ref="/root/main/cond/todd" class="input_s_essential" inputtype="date" style="left:466px; top:9px; width:100px; height:19px; "/>
- <input id="ipt_bthddfromdd" ref="/root/main/cond/fromdd" class="input_s_essential" inputtype="date" style="left:349px; top:9px; width:100px; height:19px; "/>
- <button id="btn_print" class="btn1_letter2" style="left:1057px; top:7px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- fGetNBabySrchList();
- ]]>
- </script>
- </button>
- <caption id="cpt_reinflag" class="search_name" visibility="visible" style="left:21px; top:10px; width:65px; height:17px; ">구분 :</caption>
- <select1 id="rdo_reinflag" ref="/root/main/cond/indschflag" visibility="visible" appearance="full" cellspacing="10" cols="2" overflow="visible" style="left:95px; top:10px; width:110px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>입원</label>
- <value>1</value>
- </item>
- <item>
- <label>퇴원</label>
- <value>2</value>
- </item>
- </choices>
- </select1>
- <caption id="caption1" class="search_name" visibility="visible" style="left:641px; top:10px; width:102px; height:17px; ">재입원여부 :</caption>
- <select1 id="radio1" ref="/root/main/cond/reinflag" visibility="visible" appearance="full" cellspacing="5" cols="3" overflow="visible" style="left:755px; top:10px; width:180px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>전체</label>
- <value>1</value>
- </item>
- <item>
- <label>첫입원</label>
- <value>2</value>
- </item>
- <item>
- <label>재입원</label>
- <value>3</value>
- </item>
- </choices>
- </select1>
- <button id="button1" class="btn1_letter2" style="left:1117px; top:7px; width:56px; height:22px; ">
- <caption>엑셀</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- var fileName = window.fileDialog("save", ",", false, "신생아실통계" , "xls", "Excel Files(*.xls)|*.xls|All Files (*.*)|*.*");
- if (fileName != "") {
- grd_nbabylist.saveExcel(fileName, "신생아실통계", true, true, "", "", true);
- }
- ]]>
- </script>
- </button>
- </group>
- <button id="btn_prgnweek" class="btn_sw" group="tab" style="left:0px; top:54px; width:100px; height:22px; ">
- <caption>임신주수별</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- //model.toggle("case_prgnweek");
- grd_nbabylist.valueMatrix(0, grd_nbabylist.colRef("srchflag")) = "임신주수";
- ]]>
- </script>
- <toggle case="case_nm" ev:event="onclick"/>
- </button>
- <button id="btn_bdwt" class="btn_sw" group="tab" style="left:99px; top:54px; width:100px; height:22px; ">
- <caption>출생시 체중별</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- //model.toggle("case_bdwt");
- grd_nbabylist.valueMatrix(0, grd_nbabylist.colRef("srchflag")) = "출생시 체중";
- ]]>
- </script>
- <toggle case="case_td" ev:event="onclick"/>
- </button>
- <button id="btn_orddept" class="btn_sw" group="tab" style="left:198px; top:54px; width:100px; height:22px; ">
- <caption>임상과별</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- //model.toggle("case_orddept");
- grd_nbabylist.valueMatrix(0, grd_nbabylist.colRef("srchflag")) = "임상과";
- ]]>
- </script>
- <toggle case="case_om" ev:event="onclick"/>
- </button>
- <line id="line1" class="line_1" style="x1:0px; y1:76px; x2:1194px; y2:76px; "/>
- <datagrid id="grd_nbabylist" nodeset="/root/main/nbabystatsinfo/nbabystatslist" class="grd_first" caption="임신주수^본원신생아^본원신생아^본원신생아^본원신생아^전원신생아^전원신생아^전원신생아^합계|임신주수^정상아^환아^환아^신생아중환자실^환아^환아^신생아중환자실^합계|임신주수^바구니^바구니^lncubator^lncubator^바구니^lncubator^lncubator^합계|임신주수^BABY(미숙아)^SBABY(미숙아)^SBABY(미숙아)^NRICU(미숙아)^SBABY(미숙아)^SBABY(미숙아)^NRICU(미숙아)^합계" colsep="^" colwidth="221, 120, 120, 120, 120, 120, 120, 120, 100" dataheight="25" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheight="25" rowsep="|" style="left:0px; top:81px; width:1194px; height:650px; ">
- <col ref="srchflag" type="output"/>
- <col ref="col2" type="output"/>
- <col ref="col3" type="output"/>
- <col ref="col4" type="output"/>
- <col ref="col5" type="output"/>
- <col ref="col6" type="output"/>
- <col ref="col7" type="output"/>
- <col ref="col8" type="output"/>
- <col ref="col9" type="output"/>
- </datagrid>
- </group>
- <group id="grp_tle" style="left:0px; top:0px; width:1195px; height:13px; ">
- <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:191px; height:14px; ">신생아실 통계</caption>
- </group>
- <group id="grp_btn" style="left:0px; top:757px; width:1195px; height:27px; "/>
- </xhtml:body>
- </xhtml:html>
|