123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247 |
- <?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>EMC Daily census</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <cond>
- <fromdate/>
- <todate/>
- <srcflag/>
- <chngdateyn/>
- </cond>
- <erdailycensuslist>
- <ercensuspatcnt>
- <title/>
- <chospat/>
- <outinpat/>
- <keeppat/>
- </ercensuspatcnt>
- </erdailycensuslist>
- <erdayiycesussection>
- <ercensusinsucnt>
- <insukind1/>
- <insukind2/>
- <insukind3/>
- <insukind4/>
- <insukind5/>
- <insukind6/>
- <insukind7/>
- <insukind8/>
- <insukind9/>
- </ercensusinsucnt>
- <ercensuspatlinfo>
- <crpoptp/>
- <pid/>
- <patnm/>
- <intype/>
- <sex/>
- <age/>
- <chosddtm/>
- <outrmddtm/>
- <pos/>
- <smntdesc/>
- <skilfact/>
- <deptuser/>
- <chostimetype/>
- <memo/>
- </ercensuspatlinfo>
- <ercensusdeptcnt>
- <listflag/>
- <deptmd/>
- <deptnu/>
- <deptnp/>
- <deptgs/>
- <deptos/>
- <deptns/>
- <deptcs/>
- <deptps/>
- <deptobgy/>
- <deptpd/>
- <deptey/>
- <deptet/>
- <deptdr/>
- <deptyr/>
- <deptdt/>
- <deptetc/>
- <depted/>
- <deptrm/>
- <smrtotal/>
- </ercensusdeptcnt>
- </erdayiycesussection>
- </main>
- <send/>
- <hidden/>
- </root>
- </instance>
- <submission id="TRMNE01301" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/erdailycensuslist"/>
- <submission id="TRMNE01302" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/erdayiycesussection"/>
- <submission id="TRMNW00001" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/code/codelist"/>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../emr/ercareweb/js/SMMNE01300.js"/>
- <script type="javascript" src="../../../emr/carecomweb/js/CareCom.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- fInit();
- ]]>
- </script>
- </model>
- </xhtml:head>
- <xhtml:body guideline="1,1195;1,4;1,1194;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="group3" scroll="auto" style="left:0px; top:13px; width:1194px; height:769px; text-align:center; ">
- <group id="grp_sea" style="left:0px; top:10px; 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:86px; height:17px; background-image:../../../com/commonweb/images/search_bullet1.gif; ">조회일자 :</caption>
- <button id="btn_search" class="btn1_letter2" style="left:925px; top:7px; width:56px; height:22px; background-image:../../../com/commonweb/images/btn1_letter2.gif; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- fSearch();
- ]]>
- </script>
- </button>
- <line id="line13" class="line_4" style="x1:915px; y1:6px; x2:915px; y2:28px; "/>
- <input id="int_searchdd" ref="/root/main/cond/fromdate" class="input_search" inputtype="date" style="left:108px; top:7px; width:100px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- var getDate = getDateAddc(int_searchdd.value, 1);
- model.setValue("/root/main/cond/todate",getDate);
- model.setValue("/root/main/cond/chngdateyn","Y");
- fSearch();
- ]]>
- </script>
- </input>
- <select1 id="cmb_srcflag" ref="/root/main/cond/srcflag" class="combo_search" appearance="minimal" style="left:211px; top:8px; width:50px; height:19px; ">
- <choices>
- <item>
- <label>D</label>
- <value>D</value>
- </item>
- <item>
- <label>E</label>
- <value>E</value>
- </item>
- <item>
- <label>N</label>
- <value>N</value>
- </item>
- </choices>
- <script type="javascript" ev:event="xforms-select">
- <![CDATA[
- fSearch();
- ]]>
- </script>
- </select1>
- <button id="btn_print" class="btn1_letter2" style="left:1053px; top:7px; width:56px; height:22px; background-image:../../../com/commonweb/images/btn1_letter2.gif; ">
- <caption>출력</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- model.copyNode( "/root/send", "/root/main");
- exeReportPreview("RPMNE01300","XMLSTR","");
- ]]>
- </script>
- </button>
- <button id="btn_refresh" class="btn1_letter3" style="left:983px; top:7px; width:68px; height:22px; background-image:../../../com/commonweb/images/btn1_letter3.gif; ">
- <caption>초기화</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- fInit();
- ]]>
- </script>
- </button>
- <button id="btn_memo" class="btn4_letter3" visibility="hidden" style="left:840px; top:7px; width:68px; height:22px; background-image:../../../com/commonweb/images/btn1_letter2.gif; ">
- <caption>Memo</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- fSearchPatMemo();
- ]]>
- </script>
- </button>
- <button id="btn_excelprint" class="btn1_letter2" style="left:1115px; top:7px; width:56px; height:22px; background-image:../../../com/commonweb/images/btn1_letter2.gif; ">
- <caption>엑셀</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- fSaveExcel();
- ]]>
- </script>
- </button>
- </group>
- <line id="line1" class="line_1" style="x1:687px; y1:71px; x2:1140px; y2:71px; "/>
- <datagrid id="grd_ercensusinsucnt" nodeset="/root/main/erdayiycesussection/ercensusinsucnt" caption="건강보험^의료급여1^의료급여2^자보^산재^공상^일반^외국인^임상시험" colsep="^" colwidth="70, 70, 70, 70, 70,70,70,70,70" dataheight="68" mergecellsfixedrows="bycolrec" rowheight="33" rowsep="|" fixed.background-image="../../../com/commonweb/images/grid_bg.gif" style="left:0px; top:76px; width:632px; height:48px; ">
- <col ref="insukind1"/>
- <col ref="insukind2"/>
- <col ref="insukind3"/>
- <col ref="insukind4"/>
- <col ref="insukind5"/>
- <col ref="insukind6"/>
- <col ref="insukind7"/>
- <col ref="insukind8"/>
- <col ref="insukind9"/>
- </datagrid>
- <datagrid id="grd_ercensuspatcnt" nodeset="/root/main/erdailycensuslist/ercensuspatcnt" caption="^내원환자^퇴실환자^Keep^입원환자^입원대기" colsep="^" colwidth="70, 70, 70, 70, 85, 85" dataheight="23" fixedcols="1" rowheight="33" rowsep="|" fixed.background-image="../../../com/commonweb/images/grid_bg.gif" style="left:687px; top:76px; width:453px; height:94px; ">
- <col ref="title"/>
- <col ref="chospat"/>
- <col ref="outinpat"/>
- <col ref="keeppat"/>
- <col ref="inpat"/>
- <col ref="indelypat"/>
- </datagrid>
- <datagrid id="grd_dept" nodeset="/root/main/erdayiycesussection/ercensusdeptcnt" caption="^내과^신경과^정신과^외과^정형외과^신경외과^흉부외과^성형외과^산부인과^소아과^안과^이비인후^피부과^비뇨기과^치과^기타^응급과^재활의학^계" colsep="^" colwidth="70, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 58, 78" dataheight="33" fixedcols="1" rowheight="33" rowsep="|" fixed.background-image="../../../com/commonweb/images/grid_bg.gif" style="left:0px; top:200px; width:1194px; height:71px; ">
- <col ref="listflag"/>
- <col ref="deptmd"/>
- <col ref="deptnu"/>
- <col ref="deptnp"/>
- <col ref="deptgs"/>
- <col ref="deptos"/>
- <col ref="deptns"/>
- <col ref="deptcs"/>
- <col ref="deptps"/>
- <col ref="deptobgy"/>
- <col ref="deptpd"/>
- <col ref="deptey"/>
- <col ref="deptet"/>
- <col ref="deptdr"/>
- <col ref="deptyr"/>
- <col ref="deptdt"/>
- <col ref="deptetc"/>
- <col ref="depted"/>
- <col ref="deptrm"/>
- <col ref="smrtotal" style="left:1114px; top:23px; width:63px; height:23px; "/>
- </datagrid>
- <line id="line3" class="line_1" style="x1:0px; y1:295px; x2:1194px; y2:295px; "/>
- <datagrid id="grd_patlist" nodeset="/root/main/erdayiycesussection/ercensuspatlinfo" class="datagrid2" autoresize="true" caption="^등록번호^성명^입원장
구분^성별^나이^내원일시^퇴실일시^Pos^주증상^Remark^Dept Dr.^내원시간구분^MEMO" colsep="^" colwidth="53, 70, 65, 69, 40, 40, 105, 105, 55, 275, 202, 96, 0, 100" explorerbar="sort" extendlastcol="scroll" rowsep="|" fixed.background-image="../../../com/commonweb/images/grid_bg.gif" style="left:0px; top:300px; width:1194px; height:445px; ">
- <col ref="crpoptp"/>
- <col ref="pid"/>
- <col ref="patnm" style="text-align:center; "/>
- <col ref="intype" style="text-align:left; "/>
- <col ref="sex" style="text-align:center; "/>
- <col ref="age" style="text-align:center; "/>
- <col ref="chosddtm" format="yyyy-mm-dd hh:nn" style="text-align:center; "/>
- <col ref="outrmddtm" format="yyyy-mm-dd hh:nn" style="text-align:center; "/>
- <col ref="pos"/>
- <col ref="smntdesc" style="text-align:left; "/>
- <col ref="skilfact" style="text-align:left; "/>
- <col ref="deptuser" style="text-align:center; "/>
- <col ref="chostimetype" visibility="hidden"/>
- <col ref="memo" visibility="hidden" style="text-align:left; "/>
- <script type="javascript" ev:event="onaftersort">
- <![CDATA[
- grd_patlist.gridToInstance();
- ]]>
- </script>
- </datagrid>
- <line id="line4" class="line_1" style="x1:0px; y1:71px; x2:632px; y2:71px; "/>
- <caption id="caption1" class="tit_2" style="left:5px; top:56px; width:70px; height:13px; vertical-align:middle; background-image:../../../com/commonweb/images/tit_bullet2.gif; ">보험구분</caption>
- <caption id="caption3" class="tit_2" style="left:692px; top:56px; width:65px; height:13px; vertical-align:middle; background-image:../../../com/commonweb/images/tit_bullet2.gif; ">환자수</caption>
- <caption id="caption4" class="tit_2" style="left:5px; top:180px; width:82px; height:13px; vertical-align:middle; background-image:../../../com/commonweb/images/tit_bullet2.gif; ">진료과구분</caption>
- <line id="line2" class="line_1" style="x1:0px; y1:195px; x2:1194px; y2:195px; "/>
- <caption id="caption5" class="tit_2" style="left:5px; top:280px; width:70px; height:13px; vertical-align:middle; background-image:../../../com/commonweb/images/tit_bullet2.gif; ">환자정보</caption>
- <caption id="caption7" style="left:1165px; top:747px; width:29px; height:20px; text-align:right; ">[표]</caption>
- </group>
- <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:800px; height:14px; background-image:../../../com/commonweb/images/tit_bullet1.gif; ">EMC Daily census</caption>
- </xhtml:body>
- </xhtml:html>
|