123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187 |
- <?xml version="1.0" encoding="UTF-16"?>
- <?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="">
- <search>1</search>
- <send>
- <data1>
- <ABC>창구수납</ABC>
- <pid>원/사본</pid>
- <hngnm>1234</hngnm>
- <rrgstno1>7501031345600</rrgstno1>
- <rrgstno2/>
- <autoflag/>
- </data1>
- <data1>
- <ABC>무인수납</ABC>
- <pid>원/사본</pid>
- <hngnm/>
- <rrgstno1/>
- <rrgstno2/>
- <autoflag/>
- </data1>
- <data1>
- <ABC>무인수납사용율</ABC>
- <pid>원/사본</pid>
- <hngnm/>
- <rrgstno1/>
- <rrgstno2/>
- <autoflag/>
- </data1>
- </send>
- <badd/>
- <send2>
- <data1>
- <ABC>접수+수납건수</ABC>
- <pid>원/사본</pid>
- <hngnm>1234</hngnm>
- <rrgstno1>7501031345600</rrgstno1>
- <rrgstno2/>
- <autoflag/>
- </data1>
- <data1>
- <ABC>기기점유율</ABC>
- <pid>원/사본</pid>
- <hngnm/>
- <rrgstno1/>
- <rrgstno2/>
- <autoflag/>
- </data1>
- </send2>
- </root>
- </instance>
- <submission id="TRZBC00101" mediatype="application/x-www-form-urlencoded" method="post"/>
- <submission id="TRZBP00102" mediatype="application/x-www-form-urlencoded" method="post"/>
- <submission id="TRPMI00106" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/data2" resultref="/root/hidden/init"/>
- <submission id="TRPMC00101" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/data1" resultref="/root/main/capmlist"/>
- <submission id="TRPMC00102" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/data3" resultref="/root/hidden/rcv"/>
- <submission id="TRPMC00103" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/data3" resultref="/root/hidden/rcvflag"/>
- <submission id="TXPMC00101" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send"/>
- <submission id="TRPMC00104" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/data6"/>
- </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">
- <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>
- <group id="group2" style="left:4px; top:22px; width:1203px; height:35px; ">
- <shape id="roundrect1" class="roundrect_search" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:1202px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
- <caption id="caption2" class="search_name" style="left:15px; top:9px; width:198px; height:17px; ">기간 ~</caption>
- <line id="line2" class="line_4" style="x1:1132px; y1:7px; x2:1132px; y2:29px; border-color:#ffe4bb; border-left-style:solid; "/>
- <button id="btn_search" class="btn1_letter2" style="left:1139px; top:7px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- submit("TRPMC00101");
- ]]>
- </script>
- <toggle case="case1" ev:event="onclick"/>
- </button>
- <input id="input7" ref="/root/main/capm/capm_civilgenrdd" class="input_default" navindex="7" inputtype="date" style="left:70px; top:8px; width:120px; 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="input1" ref="/root/main/capm/capm_civilgenrdd" class="input_default" navindex="7" inputtype="date" style="left:215px; top:8px; width:120px; 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>
- <select1 id="combo1" ref="/root/search" appearance="minimal" style="left:450px; top:8px; width:120px; height:19px; ">
- <choices>
- <item>
- <label>전체</label>
- <value>1</value>
- </item>
- <item>
- <label>입원</label>
- <value>2</value>
- </item>
- <item>
- <label>외래</label>
- <value>3</value>
- </item>
- </choices>
- </select1>
- <caption id="caption5" class="search_name" style="left:375px; top:8px; width:65px; height:17px; font-weight:bold; ">진료과</caption>
- <select id="checkbox1" ref="/root/badd" overflow="visible" appearance="full" vcellspacing="0" style="left:645px; top:2px; width:114px; height:32px; border-style:none; ">
- <choices>
- <item>
- <label>응급센터제외</label>
- <value>1</value>
- </item>
- <item>
- <label>접수제외</label>
- <value>2</value>
- </item>
- </choices>
- </select>
- </group>
- <datagrid id="datagrid4" nodeset="/root/send/data1" caption="구분^접수^접수^예약^예약^전체^전체|구분^건수^금액^예약건수^금액^전체금액^금액" colsep="^" colwidth="211, 165, 165, 165, 165, 165, 165" fixedcols="1" mergecellsfixedcols="bycol" mergecellsfixedrows="byrowrec" rowsep="|" style="left:3px; top:99px; width:1203px; height:117px; font-weight:bold; ">
- <col ref="ABC" style="text-align:center; "/>
- <col ref="pid" format="(-)#,###" style="text-align:right; "/>
- <col ref="hngnm" format="(-)#,###"/>
- <col ref="rrgstno1" format="(-)#,###" style="text-align:right; "/>
- <col ref="rrgstno2" format="(-)#,###" style="text-align:right; "/>
- <col ref="autoflag" format="(-)#,###" style="text-align:right; "/>
- <col format="(-)#,###"/>
- </datagrid>
- <caption id="caption6" style="left:5px; top:75px; width:100px; height:20px; font-weight:bold; ">* 수납현장</caption>
- <datagrid id="datagrid1" nodeset="/root/send2/data1" caption="구분^EX50^EX51^EX52^EX53^EX54^EX55^EX56^EX57^EX58^전체" colsep="^" colwidth="201, 100, 100, 100, 100, 100, 100" fixedcols="1" mergecellsfixedcols="bycol" mergecellsfixedrows="byrowrec" rowsep="|" style="left:3px; top:259px; width:1203px; height:71px; font-weight:bold; ">
- <col ref="ABC" style="text-align:center; "/>
- <col ref="pid" format="(-)#,###" style="text-align:right; "/>
- <col ref="hngnm" format="(-)#,###"/>
- <col ref="rrgstno1" format="(-)#,###" style="text-align:right; "/>
- <col ref="rrgstno2" format="(-)#,###" style="text-align:right; "/>
- <col ref="autoflag" format="(-)#,###" style="text-align:right; "/>
- <col format="(-)#,###"/>
- <col/>
- <col/>
- <col/>
- <col/>
- </datagrid>
- <caption id="caption7" style="left:5px; top:235px; width:141px; height:20px; font-weight:bold; ">* 무인수납 사용율 현황</caption>
- </xhtml:body>
- </xhtml:html>
|