123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167 |
- <?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="">
- <main>
- <depteanrlist>
- <depthngnm/>
- <ingnrlearnamt/>
- <ininsuearnamt/>
- <inprocearnamt/>
- <ininduearnamt/>
- <indutyearnamt/>
- <inautoearnamt/>
- <inetcearnamt/>
- <outsumearnamt/>
- <outgnrlearnamt/>
- <outinsuearnamt/>
- <outinduearnamt/>
- <outprocearnamt/>
- <outautoearnamt/>
- <outetcearnamt/>
- <outsumearnamt/>
- </depteanrlist>
- </main>
- <send>
- <fromdd/>
- <todd/>
- </send>
- <hospital>강남성모병원</hospital>
- </root>
- </instance>
- <submission id="TRPAS01621" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main"/>
- </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:196px; 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:1130px; y1:7px; x2:1130px; 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/send/fromdd" class="input_default" navindex="7" inputtype="date" style="left:70px; top:9px; 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/send/todd" class="input_default" navindex="7" inputtype="date" style="left:215px; top:9px; 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" appearance="minimal" style="left:427px; top:9px; width:100px; height:19px; ">
- <choices>
- <item>
- <label>에누리차감전</label>
- <value>1</value>
- </item>
- <item>
- <label>에누리차감후</label>
- <value>2</value>
- </item>
- </choices>
- </select1>
- <caption id="caption7" style="left:370px; top:9px; width:54px; height:19px; font-weight:bold; ">검색구분</caption>
- <button id="button95" class="btn6_letter4" visibility="visible" style="left:977px; top:7px; width:80px; height:22px; ">
- <caption>액셀저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var vToday = new Date();
- var tmpYear = vToday.getYear();
- var tmpMonth = vToday.getMonth()+1;
- var tmpDate = vToday.getDate();
-
- //엑셀저장 여부(타이트별)
- var fileName = window.fileDialog("save", ",", false, "미수금(환자)명세서"+tmpYear+tmpMonth+tmpDate, "xls", "Excel Files(*.xls)|*.xls|All Files (*.*)|*.*");
-
- if (fileName != "")
- {
- datagrid1.saveExcel(fileName, "미수금(환자)명세서"+tmpYear+tmpMonth+tmpDate, true, true, "", "", true);
- }
- ]]>
- </script>
- </button>
- <button id="btn_print" class="btn6_letter2" style="left:1069px; top:7px; width:56px; height:22px; ">
- <caption>출력</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- exeReportPreview("RPPAS00139", "XMLSTR", "","", "false","","","","","false");
- ]]>
- </script>
- </button>
- </group>
- <datagrid id="datagrid4" nodeset="/root/main" caption="진료과목^입원/진료과별 행위별 진료실적 및 수입명세^입원/진료과별 행위별 진료실적 및 수입명세^입원/진료과별 행위별 진료실적 및 수입명세^입원/진료과별 행위별 진료실적 및 수입명세^입원/진료과별 행위별 진료실적 및 수입명세^입원/진료과별 행위별 진료실적 및 수입명세^입원/진료과별 행위별 진료실적 및 수입명세^입원/진료과별 행위별 진료실적 및 수입명세^외래/진료과별 행위별 진료실적 및 수입명세^외래/진료과별 행위별 진료실적 및 수입명세^외래/진료과별 행위별 진료실적 및 수입명세^외래/진료과별 행위별 진료실적 및 수입명세^외래/진료과별 행위별 진료실적 및 수입명세^외래/진료과별 행위별 진료실적 및 수입명세^외래/진료과별 행위별 진료실적 및 수입명세^^^^^^^^^^^^^^^^^^^^|진료과목^일반^건강보험^의료급여^산재^공상^자보^기타^계^일반^건강보험^산재/공상^의료급여^자보^외국인/임상^계^^^^^^^^^^^^^^^^^^^^" colsep="^" colwidth="120, 80, 80, 80, 80, 80, 80, 100, 80, 80, 80, 80, 80, 80, 100, 80" mergecellsfixedcols="bycolrec" mergecellsfixedrows="byrowrec" rowsep="|" style="left:5px; top:90px; width:1200px; height:662px; font-weight:bold; ">
- <col ref="depthngnm" style="text-align:center; "/>
- <col ref="ingnrlearnamt" format="(-)#,###" style="text-align:center; "/>
- <col ref="ininsuearnamt" style="text-align:center; "/>
- <col ref="inprocearnamt" format="(-)#,###" style="text-align:center; "/>
- <col ref="ininduearnamt" format="(-)#,###" style="text-align:center; "/>
- <col ref="indutyearnamt" format="(-)#,###" style="text-align:right; "/>
- <col ref="inautoearnamt"/>
- <col ref="inetcearnamt"/>
- <col ref="outsumearnamt"/>
- <col ref="outgnrlearnamt"/>
- <col ref="outinsuearnamt"/>
- <col ref="outinduearnamt"/>
- <col ref="outprocearnamt"/>
- <col ref="outautoearnamt"/>
- <col ref="outetcearnamt"/>
- <col ref="outsumearnamt"/>
- </datagrid>
- <caption id="caption6" style="left:7px; top:70px; width:83px; height:20px; font-weight:bold; ">가톨릭대학교</caption>
- <output id="output1" ref="/root/hospital" style="left:100px; top:70px; width:100px; height:19px; "/>
- <caption id="caption5" style="left:1135px; top:70px; width:67px; height:20px; font-weight:bold; ">(단위 :원)</caption>
- </xhtml:body>
- </xhtml:html>
|