123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149 |
- <?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>
- <masterdata>
- <depthngnm/>
- <minus_payamt/>
- <org_payamt/>
- <org_payinsubamt/>
- <org_payownbamt/>
- <org_allownbamt/>
- <org_nopyamt/>
- <org_specamt/>
- <org_discamt/>
- <org_uncoamt/>
- <payamt/>
- <payinsubamt/>
- <payownbamt/>
- <allownbamt/>
- <nopyamt/>
- <specamt/>
- <discamt/>
- <uncoamt/>
- </masterdata>
- </main>
- <send>
- <reqdata>
- <orddeptcd/>
- <ordtype/>
- <fromdd/>
- <todd/>
- </reqdata>
- </send>
- <init/>
- <init_pam>
- <init/>
- </init_pam>
- </root>
- </instance>
- <submission id="TRZBC00101" mediatype="application/x-www-form-urlencoded" method="post" replace="instance"/>
- <submission id="TRPAMCOM01" mediatype="application/x-www-form-urlencoded" method="post" replace="instance" resultref="/root/init_pam/init"/>
- <submission id="TRPAO05002" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata" replace="instance" resultref="/root/main"/>
- </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/utilHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
- <script type="javascript" src="../../../pam/pamcomnweb/js/PAM.js"/>
- <script type="javascript" src="../../../emr/prcpmngtweb/js/MMO001.js"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- submit("TRPAMCOM01");
-
- //addComboInstance("/root/init_pam/init/orddeptcd" , "cd^nm", "-^전체", "");
- addComboItem("cmb_orddeptcd","전체", "-", "above");
-
- model.makeValue("/root/send/reqdata/fromdd", getCurrentDate());
- model.makeValue("/root/send/reqdata/todd", getCurrentDate());
-
- model.makeValue("/root/send/reqdata/orddeptcd", "-");
- model.makeValue("/root/send/reqdata/ordtype", "O");
-
- model.refresh();
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body guideline="1,1195;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="group1" style="left:0px; top:0px; width:1195px; height:13px; ">
- <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:189px; height:15px; ">자료조회</caption>
- <caption id="caption4" class="patient_text_black" style="left:922px; top:0px; width:272px; "/>
- </group>
- <group id="group5" style="left:0px; top:15px; width:1195px; height:45px; vertical-align:top; ">
- <shape id="roundrect1" class="roundrect_search" appearance="roundrect" style="left:0px; top:0px; width:1194px; height:45px; "/>
- <line id="line13" class="line_4" style="x1:1056px; y1:7px; x2:1056px; y2:40px; border-color:#ffe4bb; border-left-style:solid; "/>
- <caption id="caption21" class="search_name" style="left:16px; top:8px; width:86px; height:17px; ">조회일자 :</caption>
- <button id="btn_search" class="btn2_letter2" style="left:1062px; top:13px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- if(submit("TRPAO05002")){
- model.refresh();
- }
- ]]>
- </script>
- </button>
- <caption id="caption1" class="search_name" style="left:331px; top:8px; width:86px; height:17px; ">진료과 :</caption>
- <select1 id="cmb_orddeptcd" ref="/root/send/reqdata/orddeptcd" appearance="minimal" style="left:405px; top:10px; width:170px; height:19px; text-align:center; vertical-align:middle; ">
- <choices>
- <itemset nodeset="/root/init_pam/init/orddeptcd">
- <label ref="nm"/>
- <value ref="cd"/>
- </itemset>
- </choices>
- </select1>
- <caption id="caption2" class="search_name" style="left:586px; top:8px; width:86px; height:17px; ">수진구분:</caption>
- <select1 id="combo3" ref="/root/send/reqdata/ordtype" appearance="minimal" style="left:670px; top:10px; width:100px; height:19px; text-align:center; vertical-align:middle; ">
- <choices>
- <item>
- <label>외래</label>
- <value>O</value>
- </item>
- <item>
- <label>입원</label>
- <value>I</value>
- </item>
- </choices>
- </select1>
- <caption id="caption3" style="left:205px; top:10px; width:15px; height:20px; ">~</caption>
- <input id="ipt_fromdd" ref="/root/send/reqdata/fromdd" class="input_s_essential" inputtype="date" style="left:100px; top:10px; width:92px; height:19px; "/>
- <input id="ipt_todd" ref="/root/send/reqdata/todd" class="input_s_essential" inputtype="date" style="left:225px; top:10px; width:92px; height:19px; "/>
- <button id="button1" class="btn2_letter4" style="left:1111px; top:13px; width:64px; height:19px; ">
- <caption>엑셀저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var fileName = window.fileDialog("save", ",", false, "과별합계", "xls", "Excel Files(*.xls)|*.xls|All Files (*.*)|*.*");
- grd_deptsum.saveExcel(fileName, "sheet1");
- ]]>
- </script>
- </button>
- </group>
- <line id="line1" class="line_1" style="x1:0px; y1:65px; x2:1195px; y2:65px; "/>
- <datagrid id="grd_deptsum" nodeset="/root/main/masterdata" autoresize="true" caption="진료과^총급여액(원금액-변경금액)^총급여액(원금액)^공단부담금(원금액)^본인부담금(원금액)^비보험액(원금액)^비급여액(원금액)^선택진료비(원금액)^감면액(원금액)^미수액(원금액)^총급여액(변경금액)^공단부담금(변경금액)^본인부담금(변경금액)^비보험액(변경금액)^비급여액(변경금액)^선택진료비(변경금액)^감면액(변경금액)^미수액(변경금액)" colsep="^" colwidth="150, 161, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150, 150" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" style="left:0px; top:60px; width:1195px; height:710px; ">
- <col ref="depthngnm" style="text-align:left; "/>
- <col ref="minus_payamt" format="#,###" style="text-align:right; "/>
- <col ref="org_payamt" format="#,###" style="text-align:right; "/>
- <col ref="org_payinsubamt" format="#,###" style="text-align:right; "/>
- <col ref="org_payownbamt" format="#,###" style="text-align:right; "/>
- <col ref="org_allownbamt" format="#,###" style="text-align:right; "/>
- <col ref="org_nopyamt" format="#,###" style="text-align:right; "/>
- <col ref="org_specamt" format="#,###" style="text-align:right; "/>
- <col ref="org_discamt" format="#,###" style="text-align:right; "/>
- <col ref="org_uncoamt" format="#,###" style="text-align:right; "/>
- <col ref="payamt" format="#,###" style="text-align:right; "/>
- <col ref="payinsubamt" format="#,###" style="text-align:right; "/>
- <col ref="payownbamt" format="#,###" style="text-align:right; "/>
- <col ref="allownbamt" format="#,###" style="text-align:right; "/>
- <col ref="nopyamt" format="#,###" style="text-align:right; "/>
- <col ref="specamt" format="#,###" style="text-align:right; "/>
- <col ref="discamt" format="#,###" style="text-align:right; "/>
- <col ref="uncoamt" format="#,###" style="text-align:right; "/>
- </datagrid>
- </xhtml:body>
- </xhtml:html>
|