123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208 |
- <?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="">
- <send>
- <fromdd/>
- <todd/>
- <flag/>
- </send>
- <main>
- <reqpat>
- <reqpatlist/>
- </reqpat>
- <chnghosppat>
- <chnghosppatlist/>
- </chnghosppat>
- <chospat>
- <chospatlist/>
- </chospat>
- </main>
- <hidden>
- <tmp/>
- </hidden>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- var cur_Date = getCurrentDate();
- model.setValue("/root/send/fromdd",cur_Date);
- model.setValue("/root/send/todd",cur_Date);
- btn_reqpat.dispatch("onclick");
- model.refresh();
- ]]>
- </script>
- <submission id="TRPMS03200" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/reqpat"/>
- <submission id="TRPMS03201" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/chnghosppat"/>
- <submission id="TRPMS03202" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/chospat"/>
- </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"/>
- <script type="javascript" src="../../../pam/pamcomnweb/js/PAM.js"/>
- </xhtml:head>
- <xhtml:body pagewidth="1211" pageheight="784" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="group3" style="left:0px; top:0px; width:1185px; height:13px; ">
- <caption id="caption60" class="tit_1" style="left:0px; top:0px; width:183px; height:14px; font-family:돋움; vertical-align:middle; ">응급환자현황</caption>
- </group>
- <group id="group5" style="left:0px; top:25px; width:1195px; height:37px; ">
- <shape id="roundrect4" class="roundrect_search" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:1195px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
- <caption id="caption10" class="search_name" style="left:15px; top:9px; width:100px; height:17px; ">조회기간 :</caption>
- <button id="button5" class="btn1_letter2" style="left:1118px; top:7px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- if( model.getValue("/root/send/flag") == "reqpat"){
- submit("TRPMS03200");
- }else if( model.getValue("/root/send/flag") == "chnghosppat" ){
- submit("TRPMS03201");
- }else if( model.getValue("/root/send/flag") =="chospat" ) {
- submit("TRPMS03202");
- }
- ]]>
- </script>
- </button>
- <input id="input6" ref="/root/send/fromdd" class="input_default" navindex="7" inputtype="date" style="left:106px; top:8px; width:90px; height:19px; ">
- <script type="javascript" ev:event="onkeydown">
- <![CDATA[
- if( event.keyCode == 13 ) {
-
- var pCurTargetObj = event.ptarget.parent;
-
- if( pCurTargetObj.elementName == "xforms:select1" || pCurTargetObj.elementName == "xforms:select") {
- event.keyCode = 9;
- pCurTargetObj.dispatch("onkeydown");
- }
- else {
-
- event.keyCode = 9;
- }
- }
- event.stopPropagation();
- ]]>
- </script>
- </input>
- <input id="input8" ref="/root/send/todd" class="input_default" navindex="7" inputtype="date" style="left:218px; top:8px; width:90px; height:19px; ">
- <script type="javascript" ev:event="onkeydown">
- <![CDATA[
- if( event.keyCode == 13 ) {
-
- var pCurTargetObj = event.ptarget.parent;
-
- if( pCurTargetObj.elementName == "xforms:select1" || pCurTargetObj.elementName == "xforms:select") {
- event.keyCode = 9;
- pCurTargetObj.dispatch("onkeydown");
- }
- else {
-
- event.keyCode = 9;
- }
- }
- event.stopPropagation();
- ]]>
- </script>
- </input>
- <button id="btn_print" class="btn6_letter2" style="left:1054px; top:7px; width:56px; height:22px; ">
- <caption>출력</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- if(btn_reqpat.selected==true){
- exeReportPreview("RPPMS11001", "XMLSTR", "","", "false","","","","","false");
- }else if(btn_chnghosppat.selected==true){
- exeReportPreview("RPPMS11002", "XMLSTR", "","", "false","","","","","false");
- }else if(btn_chospat.selected==true){
- exeReportPreview("RPPMS11003", "XMLSTR", "","", "false","","","","","false");
- }
- ]]>
- </script>
- </button>
- <caption id="caption11" style="left:202px; top:9px; width:15px; height:20px; ">~</caption>
- </group>
- <switch id="switch1" style="left:0px; top:91px; width:1195px; height:687px; ">
- <case id="case1">
- <line id="line8" class="line_1" style="x1:5px; y1:5px; x2:1188px; y2:5px; "/>
- <datagrid id="datagrid3" nodeset="/root/main/reqpat/reqpatlist" caption="내원일자^입원시간^입원일자^입실시간^등록번호^환자명^성별^나이^진료과^의사명^진단명^의뢰병원|내원일자^입원시간^입원일자^입실시간^등록번호^환자명^성별^나이^진료과^의사명^진단명^의뢰병원" colsep="^" colwidth="90, 60, 90, 60, 90, 80, 45, 45, 110, 80, 250, 100" dataheight="25" defaultrows="2" extendlastcol="false" mergecellsfixedrows="bycolrec" rowheight="25" rowsep="|" style="left:5px; top:10px; width:1183px; height:670px; ">
- <col ref="indd"/>
- <col ref="intm"/>
- <col ref="careinrmdd"/>
- <col ref="careinrmtm"/>
- <col ref="pid"/>
- <col ref="pnm"/>
- <col ref="sex"/>
- <col ref="age"/>
- <col ref="orddeptcd"/>
- <col ref="orddrid"/>
- <col ref="diagnm"/>
- <col ref="rqsthospcd"/>
- </datagrid>
- </case>
- <case id="case2" selected="true">
- <line id="line1" class="line_1" style="x1:5px; y1:5px; x2:1188px; y2:5px; "/>
- <datagrid id="datagrid1" nodeset="/root/main/chnghosppat/chnghosppatlist" caption="내원일자^입원시간^퇴원시간^등록번호^환자명^성별^나이^진료과^진단명^전원^전원^비고|내원일자^입원시간^퇴원시간^등록번호^환자명^성별^나이^진료과^진단명^체류시간^전원병원^비고" colsep="^" colwidth="100, 100, 100, 100, 100, 45, 45, 150, 100, 100, 100, 126" dataheight="25" defaultrows="2" extendlastcol="false" mergecellsfixedrows="bycolrec" rowheight="25" rowsep="|" style="left:5px; top:10px; width:1183px; height:670px; ">
- <col ref="indd"/>
- <col ref="intm"/>
- <col ref="dschtm"/>
- <col ref="pid"/>
- <col ref="pnm"/>
- <col ref="sex"/>
- <col ref="age"/>
- <col ref="orddeptcd"/>
- <col ref="diagnm"/>
- <col ref="caretm"/>
- <col ref="chnghospnm"/>
- <col ref="memo"/>
- </datagrid>
- </case>
- <case id="case3">
- <datagrid id="datagrid2" nodeset="/root/main/chospat/chospatlist" caption="진료과^외래^외래^외래^외래^외래^입원|진료과^귀가^전원^사망^미상^기타^입원" colsep="^" colwidth="150, 100, 100, 100, 100, 100, 100" dataheight="25" defaultrows="2" extendlastcol="false" mergecellsfixedrows="bycolrec" rowheight="25" rowsep="|" style="left:5px; top:10px; width:1183px; height:670px; ">
- <col ref="orddeptcd"/>
- <col ref="er_1cnt"/>
- <col ref="er_3cnt"/>
- <col ref="er_6cnt" style="text-align:right; "/>
- <col ref="er_9cnt"/>
- <col ref="er_8cnt"/>
- <col ref="er_2cnt"/>
- </datagrid>
- <line id="line2" class="line_1" style="x1:5px; y1:5px; x2:1188px; y2:5px; "/>
- </case>
- </switch>
- <button id="btn_chnghosppat" class="btn_sw" group="tab" selected="true" style="left:91px; top:70px; width:90px; height:22px; ">
- <caption>전원현황</caption>
- <toggle case="case2" ev:event="xforms-activate"/>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- model.setValue("/root/send/flag","chnghosppat");
-
- ]]>
- </script>
- </button>
- <button id="btn_chospat" class="btn_sw" group="tab" selected="true" style="left:182px; top:70px; width:90px; height:22px; ">
- <caption>내원현황</caption>
- <toggle case="case3" ev:event="xforms-activate"/>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- model.setValue("/root/send/flag","chospat");
-
- ]]>
- </script>
- </button>
- <button id="btn_reqpat" class="btn_sw" group="tab" selected="true" style="left:0px; top:70px; width:90px; height:22px; ">
- <caption>의뢰현황</caption>
- <toggle case="case1" ev:event="xforms-activate"/>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- model.setValue("/root/send/flag","reqpat");
- ]]>
- </script>
- </button>
- </xhtml:body>
- </xhtml:html>
|