123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478 |
- <?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="">
- <main>
- <monthbloodlist>
- <monthbloodstats/>
- </monthbloodlist>
- <print>
- <monthbloodstats>
- </monthbloodstats>
- </print>
- <search>
- <fromdate/>
- <todate/>
- <datagubun>ALL</datagubun>
- <datagubun2>ALL</datagubun2>
- <datagubun3>ALL</datagubun3>
- </search>
- <printinfo>
- <fromdate/>
- <todate/>
- <ordtypenm/>
- </printinfo>
- </main>
- <send>
- <rcptflag/>
- <fromdate/>
- <todate/>
- <datagubun/>
- <datagubun2/>
- <datagubun3/>
- <erdata/>
- <dcgubun/>
- <monthbloodlist>
- <monthbloodstats/>
- </monthbloodlist>
- </send>
- <hidden>
- <session/>
- </hidden>
- </root>
- </instance>
- <submission id="TRPAS00151" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/monthbloodlist"/>
- <submission id="TRPAS00152" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/print"/>
- <submission id="TXPAS00151" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/monthbloodlist"/>
- <submission id="TRPAO00005" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/magm/magminfo" resultref="/root/magm/aprvinfo"/>
- <submission id="TRPAO00006" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/rcptuser/rcptuserinfosend" resultref="/root/rcptuser/rcptuserinfo"/>
- </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"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- model.setValue("/root/main/search/fromdate", getCurrentDate());
- model.setValue("/root/main/search/todate", getCurrentDate());
-
- model.setValue("/root/send/rcptflag", "rcptexecdd");
-
- grd_bldc.explorerbar = "sort";
- model.refresh();
- ]]>
- </script>
- <script type="javascript">
- <![CDATA[
- function fAllCheck_true() {
-
- for(var a=1; a< grd_bldc.rows-2; a++) {
- model.setValue("/root/main/monthbloodlist/monthbloodstats[" + a + "]/ckbox" , "true");
- }
- grd_bldc.refresh();
- }
-
- function fAllCheck_false() {
-
- for(var a=1; a< grd_bldc.rows-2; a++) {
- model.setValue("/root/main/monthbloodlist/monthbloodstats[" + a + "]/ckbox" , "false");
- }
- grd_bldc.refresh();
- }
-
- // 합계
- function fTotalSum() {
-
- grd_bldc.subtotalPosition = "below";
- grd_bldc.subtotal("clear", 0, 0);
- grd_bldc.subtotal("sum", -1, 8, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7BE6B7; color:#000000; font-weight:bold; " ,2, "합 계" ,false);
- grd_bldc.subtotal("sum", -1, 9, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7BE6B7; color:#000000; font-weight:bold; " ,2, "합 계" ,false);
- grd_bldc.subtotal("sum", -1, 10, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7BE6B7; color:#000000; font-weight:bold; " ,2, "합 계" ,false);
- grd_bldc.subtotal("sum", -1, 11, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7BE6B7; color:#000000; font-weight:bold; " ,2, "합 계" ,false);
- grd_bldc.subtotal("sum", -1, 12, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7BE6B7; color:#000000; font-weight:bold; " ,2, "합 계" ,false);
- grd_bldc.subtotal("sum", -1, 13, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7BE6B7; color:#000000; font-weight:bold; " ,2, "합 계" ,false);
- grd_bldc.subtotal("sum", -1, 14, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7BE6B7; color:#000000; font-weight:bold; " ,2, "합 계" ,false);
- grd_bldc.subtotal("sum", -1, 15, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7BE6B7; color:#000000; font-weight:bold; " ,2, "합 계" ,false);
- grd_bldc.subtotal("sum", -1, 16, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7BE6B7; color:#000000; font-weight:bold; " ,2, "합 계" ,false);
- grd_bldc.subtotal("sum", -1, 17, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7BE6B7; color:#000000; font-weight:bold; " ,2, "합 계" ,false);
- grd_bldc.subtotal("sum", -1, 18, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7BE6B7; color:#000000; font-weight:bold; " ,2, "합 계" ,false);
- grd_bldc.subtotal("sum", -1, 19, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7BE6B7; color:#000000; font-weight:bold; " ,2, "합 계" ,false);
- grd_bldc.subtotal("sum", -1, 20, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7BE6B7; color:#000000; font-weight:bold; " ,2, "합 계" ,false);
- grd_bldc.subtotal("sum", -1, 21, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7BE6B7; color:#000000; font-weight:bold; " ,2, "합 계" ,false);
- grd_bldc.subtotal("sum", -1, 22, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7BE6B7; color:#000000; font-weight:bold; " ,2, "합 계" ,false);
- grd_bldc.subtotal("sum", -1, 23, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7BE6B7; color:#000000; font-weight:bold; " ,2, "합 계" ,false);
- grd_bldc.subtotal("sum", -1, 25, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7BE6B7; color:#000000; font-weight:bold; " ,2, "합 계" ,false);
- grd_bldc.subtotal("sum", -1, 24, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7BE6B7; color:#000000; font-weight:bold; " ,2, "합 계" ,false);
- grd_bldc.subtotal("sum", -1, 26, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7BE6B7; color:#000000; font-weight:bold; " ,2, "합 계" ,false);
- grd_bldc.subtotal("sum", -1, 27, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7BE6B7; color:#000000; font-weight:bold; " ,2, "합 계" ,false);
- grd_bldc.subtotal("sum", -1, 28, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7BE6B7; color:#000000; font-weight:bold; " ,2, "합 계" ,false);
- grd_bldc.subtotal("sum", -1, 29, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7BE6B7; color:#000000; font-weight:bold; " ,2, "합 계" ,false);
- grd_bldc.subtotal("sum", -1, 30, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7BE6B7; color:#000000; font-weight:bold; " ,2, "합 계" ,false);
- grd_bldc.subtotal("sum", -1, 31, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7BE6B7; color:#000000; font-weight:bold; " ,2, "합 계" ,false);
- grd_bldc.subtotal("sum", -1, 34, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7BE6B7; color:#000000; font-weight:bold; " ,2, "합 계" ,false);
- datagrid2.subtotalPosition = "below";
- datagrid2.subtotal("clear", 0, 0);
- datagrid2.subtotal("sum", -1, 8, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7BE6B7; color:#000000; font-weight:bold; " ,2, "합 계" ,false);
- datagrid2.subtotal("sum", -1, 9, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7BE6B7; color:#000000; font-weight:bold; " ,2, "합 계" ,false);
- datagrid2.subtotal("sum", -1, 10, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7BE6B7; color:#000000; font-weight:bold; " ,2, "합 계" ,false);
- datagrid2.subtotal("sum", -1, 11, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7BE6B7; color:#000000; font-weight:bold; " ,2, "합 계" ,false);
- datagrid2.subtotal("sum", -1, 12, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7BE6B7; color:#000000; font-weight:bold; " ,2, "합 계" ,false);
- datagrid2.subtotal("sum", -1, 13, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7BE6B7; color:#000000; font-weight:bold; " ,2, "합 계" ,false);
- datagrid2.subtotal("sum", -1, 14, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7BE6B7; color:#000000; font-weight:bold; " ,2, "합 계" ,false);
- datagrid2.subtotal("sum", -1, 15, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7BE6B7; color:#000000; font-weight:bold; " ,2, "합 계" ,false);
- datagrid2.subtotal("sum", -1, 16, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7BE6B7; color:#000000; font-weight:bold; " ,2, "합 계" ,false);
- datagrid2.subtotal("sum", -1, 17, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7BE6B7; color:#000000; font-weight:bold; " ,2, "합 계" ,false);
- datagrid2.subtotal("sum", -1, 18, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7BE6B7; color:#000000; font-weight:bold; " ,2, "합 계" ,false);
- datagrid2.subtotal("sum", -1, 19, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7BE6B7; color:#000000; font-weight:bold; " ,2, "합 계" ,false);
- datagrid2.subtotal("sum", -1, 20, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7BE6B7; color:#000000; font-weight:bold; " ,2, "합 계" ,false);
- datagrid2.subtotal("sum", -1, 21, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7BE6B7; color:#000000; font-weight:bold; " ,2, "합 계" ,false);
- datagrid2.subtotal("sum", -1, 22, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7BE6B7; color:#000000; font-weight:bold; " ,2, "합 계" ,false);
- datagrid2.subtotal("sum", -1, 23, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7BE6B7; color:#000000; font-weight:bold; " ,2, "합 계" ,false);
- datagrid2.subtotal("sum", -1, 25, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7BE6B7; color:#000000; font-weight:bold; " ,2, "합 계" ,false);
- datagrid2.subtotal("sum", -1, 24, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7BE6B7; color:#000000; font-weight:bold; " ,2, "합 계" ,false);
- datagrid2.subtotal("sum", -1, 26, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7BE6B7; color:#000000; font-weight:bold; " ,2, "합 계" ,false);
- datagrid2.subtotal("sum", -1, 27, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7BE6B7; color:#000000; font-weight:bold; " ,2, "합 계" ,false);
- datagrid2.subtotal("sum", -1, 28, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7BE6B7; color:#000000; font-weight:bold; " ,2, "합 계" ,false);
- datagrid2.subtotal("sum", -1, 29, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7BE6B7; color:#000000; font-weight:bold; " ,2, "합 계" ,false);
- datagrid2.subtotal("sum", -1, 30, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7BE6B7; color:#000000; font-weight:bold; " ,2, "합 계" ,false);
- datagrid2.subtotal("sum", -1, 31, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7BE6B7; color:#000000; font-weight:bold; " ,2, "합 계" ,false);
- datagrid2.subtotal("sum", -1, 34, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7BE6B7; color:#000000; font-weight:bold; " ,2, "합 계" ,false);
- }
- ]]>
- </script>
- </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:23px; 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:135px; top:9px; width:90px; height:17px; ">조회기간 :</caption>
- <line id="line2" class="line_4" style="x1:1134px; y1:7px; x2:1134px; y2:29px; border-color:#ffe4bb; border-left-style:solid; "/>
- <button id="btn_search" class="btn1_letter2" navindex="6" style="left:1139px; top:7px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- model.removeNodeset("/root/main/monthbloodlist/monthbloodstats");
-
- var fromdate = model.getValue("/root/main/search/fromdate");
- var todate = model.getValue("/root/main/search/todate");
- if(fromdate==""||fromdate==null){
- messageBox("시작일을 입력","E007");
- model.setFocus("input7");
- return false;
- }
- if(todate==""|| todate==null){
- messageBox("끝일을 입력","E007");
- model.setFocus("input1");
- return false;
- }
- if(fromdate > todate){
- messageBox("시작일이 끝일자보다 클수 ", "C001")
- return false;
- }else{
- model.setValue("/root/send/fromdate", model.getValue("/root/main/search/fromdate"));
- model.setValue("/root/send/todate", model.getValue("/root/main/search/todate"));
- model.setValue("/root/send/datagubun", model.getValue("/root/main/search/datagubun"));
- model.setValue("/root/send/datagubun2", model.getValue("/root/main/search/datagubun2"));
- model.setValue("/root/send/datagubun3", model.getValue("/root/main/search/datagubun3"));
- model.removeNodeset("/root/main/frontamtlist");
-
- if(model.getValue("/root/main/search/datagubun") == "ALL")
- {
- //grd_bldc.colHidden(6) = false;
- submit("TRPAS00151");
- submit("TRPAS00152");
-
- } else {
- //grd_bldc.colHidden(6) = true;
- submit("TRPAS00151");
- submit("TRPAS00152");
- }
- fTotalSum();
-
- }
- model.refresh();
- ]]>
- </script>
- </button>
- <input id="input7" ref="/root/main/search/fromdate" class="input_default" navindex="1" inputtype="date" style="left:225px; top:8px; width:90; 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/todate" class="input_default" navindex="2" inputtype="date" style="left:335px; top:8px; 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>
- <select1 id="combo1" ref="/root/main/search/datagubun" navindex="3" appearance="minimal" style="left:555px; top:8px; width:60px; height:19px; ">
- <choices>
- <item>
- <label>전체</label>
- <value>ALL</value>
- </item>
- <item>
- <label>외래</label>
- <value>OUT</value>
- </item>
- <item>
- <label>입원</label>
- <value>IN</value>
- </item>
- </choices>
- </select1>
- <button id="button1" class="btn6_letter4" navindex="8" style="left:1050px; top:7px; width:80px; height:22px; ">
- <caption>액셀저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- //엑셀저장 여부(타이틀별)
- var fileName = window.fileDialog("save", "", false, "수혈대체현황" + getCurrentDate(), "xls", "Excel Files(*.xls)|*.xls|All Files (*.*)|*.*");
-
- if (fileName != "")
- {
- datagrid2.saveExcel(fileName, "수혈대체현황" + getCurrentDate(), true, true, "", "", true);
- }
- ]]>
- </script>
- </button>
- <button id="button2" class="btn6_letter2" navindex="7" visibility="visible" style="left:990px; top:7px; width:56px; height:22px; ">
- <caption>출력</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var sOrdtypeNm = "(전체)";
- var sDataGubun = model.getValue("/root/main/search/datagubun");
-
- model.setValue("/root/main/printinfo/fromdate", model.getValue("/root/main/search/fromdate"));
- model.setValue("/root/main/printinfo/todate", model.getValue("/root/main/search/todate"));
-
- if(sDataGubun == "IN") {
- sOrdtypeNm = "(입원)";
- } else if(sDataGubun == "OUT") {
- sOrdtypeNm = "(외래)";
- } else {
- sOrdtypeNm = "(전체)";
- }
-
- model.setValue("/root/main/printinfo/ordtypenm", sOrdtypeNm);
-
- // 수혈환자목록
- //exeReportPreview("RPPAS00151", "XMLSTR", "","", "true","","","","","false");
- exeReportPreview("RPPAS00151", "XMLSTR");
-
- // 수혈대체현황
- //exeReportPreview("RPPAS00150", "XMLSTR", "","", "true","","","","","false");
- exeReportPreview("RPPAS00153", "XMLSTR");
-
-
- model.resetInstanceNode("/root/main/printinfo");
- ]]>
- </script>
- </button>
- <select1 id="combo2" ref="/root/main/search/datagubun2" navindex="4" visibility="hidden" appearance="minimal" style="left:930px; top:8px; width:60px; height:19px; ">
- <choices>
- <item>
- <label>전체</label>
- <value>ALL</value>
- </item>
- <item>
- <label>급여</label>
- <value>pay</value>
- </item>
- <item>
- <label>비급여</label>
- <value>nopay</value>
- </item>
- </choices>
- </select1>
- <caption id="caption1" style="left:318px; top:12px; width:15px; height:17px; font-weight:bold; text-align:center; ">~</caption>
- <caption id="caption3" class="search_name" style="left:465px; top:9px; width:90px; height:17px; ">진료형태 :</caption>
- <caption id="caption4" class="search_name" visibility="hidden" style="left:840px; top:10px; width:90px; height:17px; ">급여구분 :</caption>
- <select1 id="combo3" ref="/root/main/search/datagubun3" navindex="5" appearance="minimal" style="left:725px; top:8px; width:80px; height:19px; ">
- <choices>
- <item>
- <label>전체</label>
- <value>ALL</value>
- </item>
- <item>
- <label>청구완료</label>
- <value>Y</value>
- </item>
- <item>
- <label>미청구</label>
- <value>N</value>
- </item>
- </choices>
- </select1>
- <caption id="caption5" class="search_name" style="left:635px; top:10px; width:90px; height:17px; ">청구구분 :</caption>
- <select1 id="rbo_rcpt" ref="/root/send/rcptflag" appearance="full" cols="2" overflow="visible" style="left:15px; top:10px; width:110px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>수납일</label>
- <value>rcptexecdd</value>
- </item>
- <item>
- <label>진료일</label>
- <value>orddd</value>
- </item>
- </choices>
- </select1>
- </group>
- <datagrid id="grd_bldc" nodeset="/root/main/monthbloodlist/monthbloodstats" visibility="visible" caption="√^등록번호^환자명^주민등록번호^보험유형^수혈대체일^진료
구분^RBC^RBC^F-RBC^F-RBC^WB^WB^FFP^FFP^PC^PC^WBC^WBC^CRYO^CRYO^WRC^WRC^LRSDP^PLT^PLT^F-PLT^F-PLT^총계^총수혈금액^청구액^외래/입원^입금일자^입금금액^혈액번호^주소^ck_org|√^등록번호^환자명^주민등록번호^보험유형^수혈대체일^진료
구분^320^400^320^400^320^400^320^400^320^400^320^400^320^400^320 ^400^320 ^320^400^320^400^총계^총수혈금액^청구액^일자^입금일자^입금금액^혈액번호^주소^ck_org" colsep="^" colwidth="22, 60, 53, 100, 30, 75, 34, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 50, 30, 30, 30, 30, 32, 78, 70, 75, 75, 70, 75, 400, 100" frozencols="2" mergecellsfixedcols="bycol" mergecellsfixedrows="byrowrec" rowheader="seq" rowsep="|" style="left:4px; top:80px; width:1203px; height:645px; ">
- <col ref="ckbox" type="checkbox"/>
- <col ref="pid" style="text-align:left; "/>
- <col ref="hngnm" style="text-align:left; "/>
- <col ref="rrgstno" style="text-align:center; "/>
- <col ref="insukind" style="text-align:center; "/>
- <col ref="orddd" format="yyyy/mm/dd" style="text-align:center; "/>
- <col ref="ordtype" style="text-align:center; "/>
- <col ref="rbc320" format="(-)#,###" style="left:580px; top:43px; width:150px; height:23px; text-align:right; "/>
- <col ref="rbc400" format="(-)#,###" style="text-align:right; "/>
- <col ref="frbc320" format="(-)#,###" style="text-align:right; "/>
- <col ref="frbc400" format="(-)#,###" style="text-align:right; "/>
- <col ref="wb320" format="(-)#,###" style="text-align:right; "/>
- <col ref="wb400" format="(-)#,###" style="text-align:right; "/>
- <col ref="ffp320" format="(-)#,###" style="text-align:right; "/>
- <col ref="ffp400" format="(-)#,###" style="text-align:right; "/>
- <col ref="pc320" visibility="hidden" format="(-)#,###" style="text-align:right; "/>
- <col ref="pc400" visibility="hidden" format="(-)#,###" style="text-align:right; "/>
- <col ref="wbc320" format="(-)#,###" style="text-align:right; "/>
- <col ref="wbc400" format="(-)#,###" style="text-align:right; "/>
- <col ref="cryo320" format="(-)#,###" style="text-align:right; "/>
- <col ref="cryo400" format="(-)#,###" style="text-align:right; "/>
- <col ref="wrc320" format="(-)#,###" style="text-align:right; "/>
- <col ref="wrc400" format="(-)#,###" style="text-align:right; "/>
- <col ref="lrsdp" visibility="hidden" format="(-)#,###" style="text-align:right; "/>
- <col ref="plt320" format="(-)#,###" style="text-align:right; "/>
- <col ref="plt400" format="(-)#,###" style="text-align:right; "/>
- <col ref="fplt320" format="(-)#,###" style="text-align:right; "/>
- <col ref="fplt400" format="(-)#,###" style="text-align:right; "/>
- <col ref="totalcnt" format="(-)#,###" style="text-align:right; "/>
- <col ref="totalamt" format="(-)#,###" style="text-align:right; "/>
- <col ref="discamt" format="(-)#,###" style="text-align:right; "/>
- <col ref="indd" format="yyyy/mm/dd" style="text-align:center; "/>
- <col ref="depodd" format="yyyy/mm/dd" style="text-align:center; "/>
- <col ref="depoamt" format="(-)#,###" style="text-align:right; "/>
- <col ref="blodno"/>
- <col ref="address"/>
- <col type="combo" visibility="hidden"/>
- </datagrid>
- <button id="btn_claimddsave" class="btn4_letter6" navindex="9" style="left:1103px; top:728px; width:104px; height:22px; ">
- <caption>입금여부저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
-
- // 수납자 마감여부 체크하여 처리
- if (isMagmAprv()) {
- return false; // 마감결제 완료되어있으므로 더이상 진행하지 않음
- }
-
- model.copyNode("/root/send/monthbloodlist","/root/main/monthbloodlist");
- submit("TXPAS00151");
- submit("TRPAS00152");
- fTotalSum();
- ]]>
- </script>
- </button>
- <caption id="caption7" style="left:5px; top:730px; width:622px; height:42px; color:#ff0000; vertical-align:middle; ">
- <![CDATA[참고사항 : 1. 혈액원 청구시 조회구분 '전체'로 조회 후 해당 내역만 출력해서 청구하십시오.
- 2. 혈액원에서 금액들어오면 해당환자를 체크후 '입금여부저장'을 하십시오.
- 3. 입금여부 취소는 통계문제로 인하여 입금여부 저장한 당일만 가능합니다.]]>
- </caption>
- <datagrid id="datagrid2" nodeset="/root/main/print/monthbloodstats" visibility="hidden" caption="등록번호^환자명^주민등록번호^보험유형^수혈대체일^진료
구분^RBC^RBC^F-RBC^F-RBC^WB^WB^FFP^FFP^PC^PC^WBC^WBC^CRYO^CRYO^WRC^WRC^LRSDP^PLT^PLT^F-PLT^F-PLT^총계^총수혈금액^청구액^입원일자^청구일자^수혈번호^주소|등록번호^환자명^주민등록번호^보험유형^수혈대체일^진료
구분^320^400^320^400^320^400^320^400^320^400^320^400^320^400^320 ^400^320 ^320^400^320^400^총계^총수혈금액^청구액^입원일자^청구일자^수혈번호^주소" colsep="^" colwidth="60, 53, 100, 30, 75, 34, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 50, 30, 30, 31, 32, 32, 78, 70, 75, 75, 75, 400" frozencols="2" mergecellsfixedcols="bycol" mergecellsfixedrows="byrowrec" rowheader="seq" rowsep="|" style="left:640px; top:730px; width:200px; height:45px; ">
- <col ref="pid" style="text-align:left; "/>
- <col ref="hngnm" style="text-align:left; "/>
- <col ref="rrgstno" style="text-align:center; "/>
- <col ref="insukind" style="text-align:center; "/>
- <col ref="orddd" format="yyyy/mm/dd" style="text-align:center; "/>
- <col ref="ordtype" style="text-align:center; "/>
- <col ref="rbc320" format="(-)#,###" style="left:580px; top:43px; width:150px; height:23px; text-align:right; "/>
- <col ref="rbc400" format="(-)#,###" style="text-align:right; "/>
- <col ref="frbc320" format="(-)#,###" style="text-align:right; "/>
- <col ref="frbc400" format="(-)#,###" style="text-align:right; "/>
- <col ref="wb320" format="(-)#,###" style="text-align:right; "/>
- <col ref="wb400" format="(-)#,###" style="text-align:right; "/>
- <col ref="ffp320" format="(-)#,###" style="text-align:right; "/>
- <col ref="ffp400" format="(-)#,###" style="text-align:right; "/>
- <col ref="pc320" visibility="hidden" format="(-)#,###" style="text-align:right; "/>
- <col ref="pc400" visibility="hidden" format="(-)#,###" style="text-align:right; "/>
- <col ref="wbc320" format="(-)#,###" style="text-align:right; "/>
- <col ref="wbc400" format="(-)#,###" style="text-align:right; "/>
- <col ref="cryo320" format="(-)#,###" style="text-align:right; "/>
- <col ref="cryo400" format="(-)#,###" style="text-align:right; "/>
- <col ref="wrc320" format="(-)#,###" style="text-align:right; "/>
- <col ref="wrc400" format="(-)#,###" style="text-align:right; "/>
- <col ref="lrsdp" format="(-)#,###" style="text-align:right; "/>
- <col ref="plt320" format="(-)#,###" style="text-align:right; "/>
- <col ref="plt400" format="(-)#,###" style="text-align:right; "/>
- <col ref="fplt320" format="(-)#,###" style="text-align:right; "/>
- <col ref="fplt400" format="(-)#,###" style="text-align:right; "/>
- <col ref="totalcnt" format="(-)#,###" style="text-align:right; "/>
- <col ref="totalamt" format="(-)#,###" style="text-align:right; "/>
- <col ref="discamt" format="(-)#,###" style="text-align:right; "/>
- <col ref="indd" format="yyyy/mm/dd" style="text-align:center; "/>
- <col ref="claimdd" format="yyyy/mm/dd" style="text-align:center; "/>
- <col ref="blodno"/>
- <col ref="address"/>
- </datagrid>
- <button id="button3" class="btn2_letter2" style="left:81px; top:60px; width:42px; height:19px; ">
- <caption>선택</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fAllCheck_true();
- ]]>
- </script>
- </button>
- <button id="button4" class="btn2_letter2" style="left:125px; top:60px; width:42px; height:19px; ">
- <caption>해제</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fAllCheck_false();
- ]]>
- </script>
- </button>
- <caption id="caption6" style="left:21px; top:60px; width:54px; height:20px; ">입금여부</caption>
- </xhtml:body>
- </xhtml:html>
|