123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341 |
- <?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="">
- <send>
- <fromdd/>
- <todd/>
- <insukind/>
- <flag/>
- <diagfromcd/>
- <diagfromnm/>
- <diagkind>1</diagkind>
- </send>
- <main>
- <diagamt>
- <diagamtlist/>
- </diagamt>
- <diagmaxamt>
- <diagmaxamtlist/>
- </diagmaxamt>
- </main>
- <savemaindetl>
- <srchflag/>
- <spclcd/>
- <seq/>
- <seqdetl/>
- <flagcd>1</flagcd>
- <diagfromcd/>
- <diagtocd/>
- <eidfromcd/>
- <editocd/>
- <diagfromnm/>
- <diagtonm/>
- <eidfromnm/>
- <editonm/>
- </savemaindetl>
- <hidden>
- <tmp/>
- <sppiz00400>
- <cond>
- <basedd/>
- <diagcd/>
- <diagnm/>
- <selectedrdodiagkind/>
- <flag/>
- </cond>
- <rslt>
- <diagcd/>
- <diaghngnm/>
- <diagengnm/>
- <termcd/>
- </rslt>
- </sppiz00400>
- </hidden>
- <init>
- <!--20090828 zzui 하드코딩된것들 공통코드로 정리-->
- <!-- 보험유형 -->
- <P0008list>
- <P0008>
- <cdnm>전체</cdnm>
- <cdid/>
- </P0008>
- </P0008list>
- </init>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- zbcfGetCodeList(new Array("P0008"), new Array("/root/init/P0008list"));
- var cur_Date = getCurrentDate();
- model.setValue("/root/send/fromdd",cur_Date);
- model.setValue("/root/send/todd",cur_Date);
- btn_diagamt.dispatch("onclick");
- model.refresh();
- ]]>
- </script>
- <submission id="TRZBC00101" mediatype="application/x-www-form-urlencoded" method="post" replace="instance"/>
- <submission id="TRPMS03511" 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"/>
- <script type="javascript" src="../../../pam/pamcomnweb/js/PAM.js"/>
- <submission id="TRZBC00101" mediatype="application/x-www-form-urlencoded" method="post" replace="instance"/>
- </xhtml:head>
- <xhtml:body pagewidth="1211" pageheight="784" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="group6" style="left:0px; top:25px; width:1195px; height:37px; ">
- <shape id="roundrect1" 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="caption3" class="search_name" style="left:10px; top:9px; width:100px; height:17px; ">집계일자 :</caption>
- <button id="button1" class="btn1_letter2" style="left:1118px; top:7px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- model.setValue("/root/send/diagfromcd", model.getValue("/root/savemaindetl/diagfromcd")) ;
- model.setValue("/root/send/diagfromnm", model.getValue("/root/savemaindetl/diagfromnm"));
- submit("TRPMS03511");
- ]]>
- </script>
- </button>
- <input id="input1" ref="/root/send/fromdd" class="input_default" navindex="7" inputtype="date" style="left:105px; top:10px; 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="input2" ref="/root/send/todd" class="input_default" navindex="7" inputtype="date" style="left:220px; top:10px; 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="button2" class="btn6_letter2" style="left:1054px; top:7px; width:56px; height:22px; ">
- <caption>출력</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- exeReportPreview("RPPMS14017", "XMLSTR", "","", "false","","","","","false");
- ]]>
- </script>
- </button>
- <caption id="caption4" style="left:200px; top:10px; width:20px; height:20px; ">~</caption>
- </group>
- <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:524px; 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[
- model.setValue("/root/send/diagfromcd", model.getValue("/root/savemaindetl/diagfromcd")) ;
- model.setValue("/root/send/diagfromnm", model.getValue("/root/savemaindetl/diagfromnm"));
- submit("TRPMS03511");
- ]]>
- </script>
- </button>
- <input id="input6" ref="/root/send/fromdd" class="input_default" navindex="7" inputtype="date" style="left:615px; top:9px; 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:727px; top:9px; 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[
- exeReportPreview("RPPMS14016", "XMLSTR", "","", "false","","","","","false");
- ]]>
- </script>
- </button>
- <caption id="caption11" style="left:711px; top:9px; width:15px; height:20px; ">~</caption>
- <caption id="caption1" class="search_name" style="left:10px; top:10px; width:100px; height:17px; ">상병코드 :</caption>
- <input id="ipt_diagcdfrom" ref="/root/savemaindetl/diagfromcd" class="input_essential" disabled="false" navindex="8" imemode="disabled" maxlength="16" _chartype="upper" style="left:100px; top:9px; width:100px; height:19px; ">
- <script type="javascript" ev:event="onkeypress">
- <![CDATA[
- if (event.keyCode==13) {
- inputEnterKey("btn_diagcdfrom", "DOMFocusIn");
- // 1. 시작상병 엔터
- model.makeValue("/root/send/data/srch",model.getValue("/root/savemaindetl/diagfromcd"));
- model.makeValue("/root/send/data/diagkind",model.getValue("/root/savemaindetl/flagcd"));
- submit("TRPIB00803");
- var hngnm = model.getValue("/root/hidden/listrsltnm/rsltnm/hngnm");
- // 상병코드로 상병명 조회가 된 경우
- if(hngnm != ""){
- model.setValue("/root/savemaindetl/diagfromnm", hngnm);
- }
- model.refresh();
- }
- ]]>
- </script>
- </input>
- <input id="opt_diagnmfrom" ref="/root/savemaindetl/diagfromnm" class="input_search" appearance="output" style="left:224px; top:9px; width:163px; height:19px; "/>
- <button id="btn_diagcdfrom" class="icon_search" navindex="9" style="left:204px; top:10px; width:16px; height:16px; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var diagkind = model.getValue("/root/send/diagkind");
-
- model.setvalue("/root/hidden/sppiz00400/rslt/diagcd", "");
- model.setvalue("/root/hidden/sppiz00400/rslt/diaghngnm", "");
-
- model.setValue("/root/hidden/sppiz00400/cond/basedd", getCurrentDate());
- model.setValue("/root/hidden/sppiz00400/cond/diagcd", model.getValue("/root/savemaindetl/diagfromcd"));
- model.setValue("/root/hidden/sppiz00400/cond/selectedrdodiagkind", diagkind);
- model.setValue("/root/hidden/sppiz00400/cond/flag", "P");
-
- modal("../../../pam/insucomweb/xrw/SPPIZ00400", "", "200", "200" ,"SPPIZ00400", "/root/hidden/sppiz00400/cond", "/root/init", "", "");
-
- if (diagkind == "1") {
- model.setvalue("/root/savemaindetl/diagfromcd", model.getvalue("/root/hidden/sppiz00400/rslt/diagcd"));
- model.setvalue("/root/savemaindetl/diagfromnm", model.getvalue("/root/hidden/sppiz00400/rslt/diaghngnm"));
- } else {
- model.setvalue("/root/savemaindetl/diagfromcd", model.getvalue("/root/hidden/sppiz00400/rslt/termcd"));
- model.setvalue("/root/savemaindetl/diagfromnm", model.getvalue("/root/hidden/sppiz00400/rslt/termcd"));
- }
-
- model.refresh();
- ]]>
- </script>
- </button>
- <caption id="caption2" class="search_name" style="left:847px; top:10px; width:100px; height:17px; ">환자유형 :</caption>
- <select1 id="cmb_srchinsukind" ref="/root/send/insukind" appearance="minimal" style="left:936px; top:9px; width:106px; height:19px; ">
- <choices>
- <itemset nodeset="/root/init/P0008list/P0008">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </select1>
- <select1 id="rdo_diagkind" ref="/root/send/diagkind" overflow="visible" appearance="full" cellspacing="5" cols="2" style="left:395px; top:10px; width:100px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>ICD10</label>
- <value>1</value>
- </item>
- <item>
- <label>확장</label>
- <value>2</value>
- </item>
- </choices>
- </select1>
- </group>
- <switch id="switch1" style="left:0px; top:91px; width:1195px; height:654px; ">
- <case id="case1" selected="true">
- <line id="line8" class="line_1" style="x1:5px; y1:5px; x2:1187px; y2:5px; "/>
- <datagrid id="datagrid3" nodeset="/root/main/diagamt/diagamtlist" caption="상병코드^상병명^ICD10^등록번호^성명^일수^유형^총금액^본인금액^특진금액^병실차액" colsep="^" colwidth="100, 270, 90, 90, 80, 50, 100, 90, 90, 90, 90" dataheight="25" defaultrows="2" extendlastcol="false" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="25" rowsep="|" style="left:5px; top:10px; width:1182px; height:635px; ">
- <col ref="diagcd" style="text-align:center; "/>
- <col ref="diaghngnm" style="text-align:left; "/>
- <col ref="icd10cd" style="text-align:center; "/>
- <col ref="pid" style="text-align:center; "/>
- <col ref="pnm" style="text-align:center; "/>
- <col ref="inday" style="text-align:center; "/>
- <col ref="insukind" style="text-align:center; "/>
- <col ref="totamt" format="#,###" style="text-align:right; "/>
- <col ref="ownbamt" format="#,###" style="text-align:right; "/>
- <col ref="specamt" format="#,###" style="text-align:right; "/>
- <col ref="roomamt" format="#,###" style="text-align:right; "/>
- </datagrid>
- </case>
- <case id="case2">
- <line id="line1" class="line_1" style="x1:5px; y1:5px; x2:1187px; y2:5px; "/>
- <datagrid id="datagrid1" nodeset="/root/main/diagmaxamt/diagmaxamtlist" caption="상병코드^ICD10^상병명^본인부담 총액" colsep="^" colwidth="120, 100, 290, 120" dataheight="25" defaultrows="2" extendlastcol="false" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="25" rowsep="|" style="left:5px; top:10px; width:1182px; height:635px; ">
- <col ref="diagcd" style="text-align:center; "/>
- <col ref="icd10cd" style="text-align:center; "/>
- <col ref="diaghngnm"/>
- <col ref="totamt" format="#,###" style="text-align:right; "/>
- </datagrid>
- </case>
- </switch>
- <button id="btn_diagamtmax" class="btn_sw" group="tab" selected="true" style="left:121px; top:70px; width:120px; height:22px; ">
- <caption>최고진료비(집계)</caption>
- <toggle case="case2" ev:event="xforms-activate"/>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- group6.visible = true;
- group5.visible = false;
- model.setValue("/root/send/flag","diagmaxamt");
- ]]>
- </script>
- </button>
- <button id="btn_diagamt" class="btn_sw" group="tab" selected="true" style="left:0px; top:70px; width:120px; height:22px; ">
- <caption>상병별진료비조회</caption>
- <toggle case="case1" ev:event="xforms-activate"/>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- group5.visible = true;
- group6.visible = false;
- model.setValue("/root/send/flag","diagamt");
- ]]>
- </script>
- </button>
- </xhtml:body>
- </xhtml:html>
|