퇴원환자현황
1 1 D 총계 총계 총계 총계
</documenttitle> </root> </instance> <script type="javascript" ev:event="xforms-model-construct-done"> <![CDATA[ // submit("TRPAS00001"); var vToday = new Date(); var tmpYear = vToday.getYear(); var tmpMonth = vToday.getMonth()+1; var tmpDate = vToday.getDate(); if (tmpMonth < 10) { tmpMonth = "0"+tmpMonth; } if (tmpDate < 10) { tmpDate = "0"+tmpDate; } model.setValue("/root/main/search/fromdata", tmpYear+""+tmpMonth+""+tmpDate); model.setValue("/root/main/search/todata", tmpYear+""+tmpMonth+""+tmpDate); //Rexport에 출력날자를 보여주기위한 데이터 저장 model.makeNode("/root/main/tmp/print/date"); model.copyNode("/root/main/tmp/print/date", "/root/main/search/fromdata"); model.setValue("/root/main/tmp/print/date", model.getValue("/root/main/search/fromdata")); input7.refresh(); input1.refresh(); datagrid1.explorerbar = "sort"; ]]> </script> <bind id="bind1" ref="/root/main/leavpatilist/leavpatistats" calculate="now() + ."/> <bind id="bind2" ref="/root/main/leavsumlist/leavsumstats/allamt" calculate="sum(/root/main/leavpatilist/leavpatistats/allamt);"/> <bind id="bind3" ref="/root/main/leavsumlist/leavsumstats/ownbamt" calculate="sum(/root/main/leavpatilist/leavpatistats/ownbamt);"/> <bind id="bind4" ref="/root/main/leavsumlist/leavsumstats/insubamt" calculate="sum(/root/main/leavpatilist/leavpatistats/insubamt);"/> <bind id="bind5" ref="/root/main/leavsumlist/leavsumstats/ordsunsuamt" calculate="sum(/root/main/leavpatilist/leavpatistats/ordsunsuamt);"/> <bind id="bind6" ref="/root/main/leavsumlist/leavsumstats/ordoutsunsu" calculate="sum(/root/main/leavpatilist/leavpatistats/ordoutsunsu);"/> <bind id="bind7" ref="/root/main/leavsumlist/leavsumstats/outuncoamt" calculate="sum(/root/main/leavpatilist/leavpatistats/outuncoamt);"/> <bind id="bind8" ref="/root/main/leavsumlist/leavsumstats/inuncoalt" calculate="sum(/root/main/leavpatilist/leavpatistats/inuncoalt);"/> <bind id="bind9" ref="/root/main/leavsumlist/leavsumstats/insunsualt" calculate="sum(/root/main/leavpatilist/leavpatistats/insunsualt);"/> <bind id="bind10" ref="/root/main/leavsumlist/leavsumstats/uncoenuri" calculate="sum(/root/main/leavpatilist/leavpatistats/uncoenuri);"/> <bind id="bind11" ref="/root/main/leavsumlist/leavsumstats/restamt" calculate="sum(/root/main/leavpatilist/leavpatistats/restamt);"/> <bind id="bind12" ref="/root/main/leavsumlist/leavsumstats/jasunamt" calculate="sum(/root/main/leavpatilist/leavpatistats/jasunamt);"/> <bind id="bind13" ref="/root/main/leavsumlist/leavsumstats/uncoredu" calculate="sum(/root/main/leavpatilist/leavpatistats/uncoredu);"/> <bind id="bind14" ref="/root/main/leavsumlist/leavsumstats/uncoblod" calculate="sum(/root/main/leavpatilist/leavpatistats/uncoblod);"/> <bind id="bind15" ref="/root/main/leavsumlist/leavsumstats/uncocard" calculate="sum(/root/main/leavpatilist/leavpatistats/uncocard);"/> <submission id="TRPAS01401" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/data1"/> <submission id="TRPAS00001" mediatype="application/x-www-form-urlencoded" method="post" replace="instance" resultref="/root/main/userinfo/info/user"/> </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: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[ var fromdata = model.getValue("/root/main/search/fromdata"); var todata = model.getValue("/root/main/search/todata"); if(fromdata==""||fromdata==null){ messageBox("시작일을 입력","E007"); model.setFocus("input7"); return false; } if(todata==""|| todata==null){ messageBox("끝일을 입력","E007"); model.setFocus("input1"); return false; } if(fromdata > todata){ messageBox("시작일이 끝일자보다 클수 ", "C001") return false; }else{ model.setValue("/root/send/fromdata",model.getValue("/root/main/search/fromdata")); model.setValue("/root/send/todata",model.getValue("/root/main/search/todata")); model.setValue("/root/send/datagubun",model.getValue("/root/main/search/datagubun")); model.removeNodeset("/root/main/leavpatilist"); submit("TRPAS01401"); //로드값이 있을때 엑셀저장여부 버튼 생성여부 var nodelist = bind1.nodeset; if(nodelist.length>0){ line1.visible =true; button95.visible = true; }else{ line1.visible =false; button95.visible = false; } copyNodesetType("/root/main/leavpatilist/leavpatistats","/root/main/leavsumlist/leavsumstats","after"); datagrid1.rebuild(); var sumtotal = instance1.selectNodes("/root/main/leavpatilist/leavpatistats").length + datagrid1.fixedRows - 1; if(sumtotal ==""||sumtotal==null || sumtotal=="1"){ }else{ datagrid1.mergeByFree(sumtotal,1,sumtotal,4); } } ]]> </script> </button> <input id="input7" ref="/root/main/search/fromdata" 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/search/todata" 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> <button id="button95" class="btn6_letter4" visibility="hidden" style="left:971px; 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(); // model.setValue("/root/documenttitle/title",document.title); // model.refresh(); // var subjectTitle = model.getValue("/root/documenttitle/title"); //엑셀저장 여부(타이틀별) 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> <line id="line1" class="line_4" visibility="hidden" style="x1:1058px; y1:7px; x2:1058px; y2:29px; border-color:#ffe4bb; border-left-style:solid; "/> </group> <datagrid id="datagrid1" nodeset="/root/main/leavpatilist/leavpatistats" caption="진료과^유형^등록번호^환자명^시행처리(당일까지의 재원미수)^시행처리(당일까지의 재원미수)^시행처리(당일까지의 재원미수)^입원선수금^보관퇴원^의료미수입금^미수발생(대체)^처방선수금(대체)^매출에누리^절사차액^자선진료비^매출할인^혈액미수금^카드미수금|진료과^유형^등록번호^환자명^총진료비^본인부담금^기관청구액^입원선수금^보관퇴원^의료미수입금^미수발생(대체)^처방선수금(대체)^매출에누리^절사차액^자선진료비^매출할인^혈액미수금^카드미수금" colsep="^" colwidth="144, 38, 80, 90, 110, 100, 100, 100, 100, 100, 118, 100, 100, 100, 100, 100, 100, 100" mergecellsfixedcols="bycol" mergecellsfixedrows="byrowrec" rowheader="seq" rowsep="|" style="left:5px; top:65px; width:1198px; height:691px; "> <col ref="depthngnm" style="text-align:left; "/> <col ref="insukind" style="text-align:center; "/> <col ref="pid" style="text-align:center; "/> <col ref="hangnm" style="text-align:left; "/> <col ref="allamt" format="(-)#,###" style="text-align:right; "/> <col ref="ownbamt" format="(-)#,###" style="text-align:right; "/> <col ref="insubamt" format="(-)#,###" style="text-align:right; "/> <col ref="ordsunsuamt" format="(-)#,###" style="text-align:right; "/> <col ref="ordoutsunsu" format="(-)#,###" style="text-align:right; "/> <col ref="outuncoamt" format="(-)#,###" style="text-align:right; "/> <col ref="inuncoalt" format="(-)#,###" style="text-align:right; "/> <col ref="insunsualt" format="(-)#,###" style="text-align:right; "/> <col ref="uncoenuri" format="(-)#,###" style="text-align:right; "/> <col ref="restamt" format="(-)#,###" style="text-align:right; "/> <col ref="jasunamt" format="(-)#,###" style="text-align:right; "/> <col ref="uncoredu" format="(-)#,###" style="text-align:right; "/> <col ref="uncoblod" format="(-)#,###" style="text-align:right; "/> <col ref="uncocard" format="(-)#,###" style="text-align:right; "/> </datagrid> <button id="btn_print" class="btn6_letter2" style="left:1070px; top:29px; width:56px; height:22px; "> <caption>출력</caption> <script type="javascript" ev:event="DOMActivate"> <![CDATA[ exeReportPreview("RPPAS01401", "XMLSTR", "","", "false","","","","","false"); ]]> </script> </button> </xhtml:body> </xhtml:html>