123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220 |
- <?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>자료조회</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <nopysumdata>
- <depthngnm/>
- <snglcalcscorcd/>
- <calchngnm/>
- <hunitcost/>
- <totqty/>
- <totamt/>
- <year/>
- <orddeptcd/>
- <ioflag/>
- <brateflag/>
- <snglcalcscorcd/>
- </nopysumdata>
- </main>
- <send>
- <reqdata>
- <orddeptcd/>
- <ioflag/>
- <year/>
- <brateflag/>
- <snglcalcscorcd/>
- </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="TRPAO05004" 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/year", "-");
- model.makeValue("/root/send/reqdata/orddeptcd", "-");
- model.makeValue("/root/send/reqdata/ioflag", "-");
- model.makeValue("/root/send/reqdata/brateflag", "-");
-
- 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("TRPAO05004")){
- model.refresh();
- }
- ]]>
- </script>
- </button>
- <caption id="caption1" class="search_name" style="left:401px; top:8px; width:86px; height:17px; ">진료과 :</caption>
- <select1 id="cmb_orddeptcd" ref="/root/send/reqdata/orddeptcd" appearance="minimal" style="left:480px; top:10px; width:135px; 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:626px; top:8px; width:86px; height:17px; ">수진구분:</caption>
- <select1 id="combo3" ref="/root/send/reqdata/ioflag" appearance="minimal" style="left:715px; top:10px; width:100px; height:19px; text-align:center; vertical-align:middle; ">
- <choices>
- <item>
- <label>전체</label>
- <value>-</value>
- </item>
- <item>
- <label>외래</label>
- <value>O</value>
- </item>
- <item>
- <label>입원</label>
- <value>I</value>
- </item>
- </choices>
- </select1>
- <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_nopysum.saveExcel(fileName, "sheet1");
- ]]>
- </script>
- </button>
- <select1 id="ipt_year" ref="/root/send/reqdata/year" appearance="minimal" style="left:105px; top:10px; width:75px; height:19px; ">
- <choices>
- <item>
- <label>전체</label>
- <value>-</value>
- </item>
- <item>
- <label>2013년</label>
- <value>2013</value>
- </item>
- <item>
- <label>2014년</label>
- <value>2014</value>
- </item>
- <item>
- <label>2015년</label>
- <value>2015</value>
- </item>
- <item>
- <label>2016년</label>
- <value>2016</value>
- </item>
- </choices>
- </select1>
- <caption id="caption3" class="search_name" style="left:826px; top:8px; width:119px; height:17px; ">입퇴/외퇴 구분:</caption>
- <select1 id="combo1" ref="/root/send/reqdata/brateflag" appearance="minimal" style="left:945px; top:10px; width:100px; height:19px; text-align:center; vertical-align:middle; ">
- <choices>
- <item>
- <label>전체</label>
- <value>-</value>
- </item>
- <item>
- <label>외퇴</label>
- <value>O</value>
- </item>
- <item>
- <label>입퇴</label>
- <value>I</value>
- </item>
- </choices>
- </select1>
- <caption id="caption5" class="search_name" style="left:186px; top:8px; width:86px; height:17px; ">수가코드 :</caption>
- <input id="ipt_snglcalcscorcd" ref="/root/send/reqdata/snglcalcscorcd" style="left:275px; top:10px; width:120px; height:19px; "/>
- </group>
- <line id="line1" class="line_1" style="x1:0px; y1:65px; x2:1195px; y2:65px; "/>
- <datagrid id="grd_nopysum" nodeset="/root/main/nopysumdata" autoresize="true" caption="연도^진료과^수진형태^입외퇴구분^수가코드^수가명^단가^처방건수^금액^orddeptcd^snglcalcscorcd" colsep="^" colwidth="63, 150, 78, 79, 109, 290, 150, 150, 150, 100, 100" explorerbar="sort" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" style="left:0px; top:60px; width:1195px; height:710px; ">
- <col ref="year" style="text-align:center; "/>
- <col ref="depthngnm" style="text-align:left; "/>
- <col disabled="true" ref="ioflag" type="combo">
- <choices>
- <item>
- <label>외래</label>
- <value>O</value>
- </item>
- <item>
- <label>입원</label>
- <value>I</value>
- </item>
- </choices>
- </col>
- <col disabled="true" ref="brateflag" type="combo">
- <choices>
- <item>
- <label>외퇴</label>
- <value>O</value>
- </item>
- <item>
- <label>입퇴</label>
- <value>I</value>
- </item>
- </choices>
- </col>
- <col ref="snglcalcscorcd" style="text-align:left; "/>
- <col ref="calchngnm" style="text-align:left; "/>
- <col ref="hunitcost" format="#,###" style="text-align:right; "/>
- <col ref="totqty" style="text-align:right; "/>
- <col ref="totamt" format="#,###" style="text-align:right; "/>
- <col ref="orddeptcd" visibility="hidden"/>
- <col ref="snglcalcscorcd" visibility="hidden"/>
- <script type="javascript" ev:event="ondblclick">
- <![CDATA[
- var row = grd_nopysum.row;
-
- if(row>=grd_nopysum.fixedRows){
- setParameter("year", grd_nopysum.valueMatrix(row, grd_nopysum.colRef("year")));
- setParameter("orddeptcd", grd_nopysum.valueMatrix(row, grd_nopysum.colRef("orddeptcd")));
- setParameter("ioflag", grd_nopysum.valueMatrix(row, grd_nopysum.colRef("ioflag")));
- setParameter("brateflag", grd_nopysum.valueMatrix(row, grd_nopysum.colRef("brateflag")));
- setParameter("snglcalcscorcd", grd_nopysum.valueMatrix(row, grd_nopysum.colRef("snglcalcscorcd")));
- modal("SMPMO00995");
- }
- ]]>
- </script>
- <script type="javascript" ev:event="onaftersort">
- <![CDATA[
- grd_nopysum.gridToInstance();
- ]]>
- </script>
- </datagrid>
- </xhtml:body>
- </xhtml:html>
|