123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141 |
- <?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>
- <patinfo>
- <patlist>
- <hngnm/>
- <rrgstno/>
- <pid/>
- <opschedd/>
- <age/>
- <exchdd/>
- <scheexchdd/>
- <cassickkind/>
- <cassick/>
- <sex/>
- </patlist>
- </patinfo>
- <cond>
- <dialmm/>
- <fromdd/>
- <todd/>
- </cond>
- </main>
- <init/>
- <hidden/>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- //그래드 초기화
- model.removeNodeset(grd_patlist.nodeset);
- grd_patlist.refresh();
-
- model.setValue(ipt_dialmm.attribute("ref"), getCurrentDate().substr(0, 6));
-
- model.setValue(ipt_fromdd.attribute("ref"), getCurrentDate().substr(0, 6) + "01");
- model.setValue(ipt_todd.attribute("ref"), getCurrentDate());
- ipt_dialmm.refresh();
-
- fSearch();
-
-
- ]]>
- </script>
- <script type="javascript">
- <![CDATA[
- function fSearch() {
- model.makeValue("/root/send/reqdata/dialmm", model.getValue(ipt_dialmm.attribute("ref")));
-
- model.makeValue("/root/send/reqdata/fromdd", model.getValue(ipt_fromdd.attribute("ref")));
- model.makeValue("/root/send/reqdata/todd", model.getValue(ipt_todd.attribute("ref")));
-
- submit("TRMND04601");
- }
-
- function fPrint() {
- model.removenode("/root/send/printdata");
- //send 재구성
- model.makeValue("/root/send/printdata","");
- model.copynode("/root/send/printdata", "/root/main/patinfo");
-
- model.makeValue("/root/send/printdata/dialmm", model.getValue(ipt_dialmm.attribute("ref")));
-
- exeReportPreview("RPMND04601", "XMLSTR", "", "", "", "", "", "", "");
- }
- ]]>
- </script>
- <submission id="TRMND04601" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata" resultref="/root/main/patinfo"/>
- </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" src="../../../emr/dialroomweb/js/SMMND01200.js"/>
- </xhtml:head>
- <xhtml:body style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <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:119px; height:14px; ">복막투석월별환자현황</caption>
- </group>
- <group id="grp_biz" scroll="l" style="left:0px; top:13px; width:1195px; height:744px; ">
- <group id="grp_sea" style="left:0px; top:5px; width:1194px; height:35px; vertical-align:top; ">
- <shape id="roundrect1" class="roundrect_search" appearance="roundrect" style="left:0px; top:0px; width:1194px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
- <caption id="caption2" class="search_name" style="left:16px; top:9px; width:91px; height:17px; ">등록일자 :</caption>
- <button id="btn_search" class="btn1_letter2" style="left:1123px; top:7px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fSearch();
- ]]>
- </script>
- </button>
- <line id="line13" class="line_4" style="x1:1107px; y1:7px; x2:1107px; y2:29px; "/>
- <input id="ipt_dialmm" ref="/root/main/cond/dialmm" class="input_s_essential" visibility="hidden" inputtype="date" maxlength="6" format="yyyy-mm" style="left:360px; top:8px; width:79px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
-
- btn_search.dispatch("DOMActivate");
- ]]>
- </script>
- </input>
- <input id="ipt_fromdd" ref="/root/main/cond/fromdd" class="input_s_essential" inputtype="date" style="left:105px; top:8px; width:90px; height:19px; "/>
- <input id="ipt_todd" ref="/root/main/cond/todd" class="input_s_essential" inputtype="date" style="left:215px; top:8px; width:90px; height:19px; "/>
- <caption id="caption1" style="left:195px; top:10px; width:20px; height:20px; text-align:center; ">~</caption>
- </group>
- <line id="line1" class="line_1" style="x1:1px; y1:65px; x2:1195px; y2:65px; "/>
- <caption id="caption5" class="tit_2" style="left:5px; top:51px; width:144px; height:13px; vertical-align:middle; ">월별 환자현황 리스트</caption>
- <button id="button1" class="btn2_letter2" style="left:1150px; top:45px; width:42px; height:19px; ">
- <caption>출력</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- if(grd_patlist.rows > 0) {
- fPrint();
- }
- ]]>
- </script>
- </button>
- <datagrid id="grd_patlist" nodeset="/root/main/patinfo/patlist" caption="이름^주민등록번호^환자번호^수술일^나이^교환일^교환예정일^원인질환^기타^성별" colsep="^" colwidth="70, 100, 80, 90, 40, 90, 90, 100, 130, 40" explorerbar="sortshow" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" style="left:0px; top:70px; width:1195px; height:670px; ">
- <col ref="hngnm" style="text-align:center; "/>
- <col ref="rrgstno" type="output" format="999999-9999999" secretmark="*" secretstartposition="7" secretendposition="14" style="text-align:center; "/>
- <col ref="pid" style="text-align:center; "/>
- <col ref="opschedd" format="yyyy-mm-dd" style="text-align:center; "/>
- <col ref="age" style="text-align:center; "/>
- <col ref="exchdd" format="yyyy-mm-dd" style="text-align:center; "/>
- <col ref="scheexchdd" format="yyyy-mm-dd" style="text-align:center; "/>
- <col ref="cassickkind"/>
- <col ref="cassick"/>
- <col ref="sex" style="text-align:center; "/>
- <script type="javascript" ev:event="onaftersort">
- <![CDATA[
- grd_patlist.gridToInstance();
- ]]>
- </script>
- </datagrid>
- </group>
- </xhtml:body>
- </xhtml:html>
|