123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <!--
- [개발이력]
- 2007.2007.06.15 / 최초작성 / 이종찬
- [개발사상]
- 본 업무 화면에서는 다양한 정보를 제공한다. 이를 구현하기 위해 그리드 행번호를 이용한 결과 매핑 방법을 시도 할 예정이다.
- 원리는 그리드의 행번호를 SQL 쿼리에 하드코딩하여 그리드에 매핑시 사용하는 것이다.
- [할 일]
- (-) 서버측 쿼리문에 조회 조건에 따른 동적 쿼리를 반영해야 함
- (-) 그리드콤보에 공통 코드 로드해야 함
- (-) 에러 메시지 정제해야 함
- (-) 금액에 콤마 표시해주야 함
- (-) 필수입력사항에 대한 예외처리 해 주어야 함
- (-) 컨트롤 배치 점검
- [테스트]
- 필수입력: 조회버는을 누르면 임의의 데이터가 조회됨
- 참고사항: 내원구분을 '전체'로 하지 않을 경우 청구서에 데이터가 존재하지 않는 문제 등으로 데이터가 한 건도 조회되지 않을 수 있음
- -->
- <?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>
- <termflag>clamym</termflag>
- <fromdd/>
- <todd/>
- <ioflag>A</ioflag>
- </send>
- <main>
- <list01>
- <gridclamdepospeclist>
- <clamym/>
- <uncoym/>
- <ioflag/>
- <clamflag/>
- <ordfildcd/>
- <acptno/>
- <acptdd/>
- <cpcd/>
- <assocd/>
- <clamcnt/>
- <clmcstotamt/>
- <clsecuinstbamt/>
- <clhandicaprfund/>
- <clsubtamt/>
- <judgdg/>
- <depodd/>
- <depoamt/>
- <depoflag/>
- <jrdecicnt/>
- <jrdeciamt/>
- <rtnscheamt/>
- <rtnamt/>
- <realcnt/>
- <realmcstotamt/>
- <realsecuinstbamt/>
- <realcutamt/>
- <realcutrate/>
- <lostamt/>
- <instreductamt/>
- <judgretecnt/>
- <judgretemcstotamt/>
- <judgreteamt/>
- <judgretedepocnt/>
- <judgretedepomcstotamt/>
- <judgretedepoclamamt/>
- <sendcnt/>
- <sendmcstotamt/>
- <sendamt/>
- <unclamcnt/>
- <unclmcstotamt/>
- <unclamamt/>
- <qualretecnt/>
- <qualretemcstotamt/>
- <qualreteclamamt/>
- <qualretedepocnt/>
- <qualretedepomcstotamt/>
- <qualretedepoamt/>
- <uncoamt/>
- <acptnohidn/>
- <ioflaghidn/>
- </gridclamdepospeclist>
- </list01>
- </main>
- <init/>
- <hidden/>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- //CommCode_Load();
-
- // 그리드 행을 모두 삭제한다.
- model.removeNodeset("/root/main/list01/gridclamdepospeclist");
- model.refresh();
- ]]>
- </script>
- <submission id="TRZBC00102" mediatype="application/x-www-form-urlencoded" method="post"/>
- <submission id="TRPIF40300" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/list01"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
- <script type="javascript">
- <![CDATA[
- // 소계
- function doSubTotalOnAcptno() {
- grd_clamdepospeclist.subtotalposition= "below";
- grd_clamdepospeclist.subtotal("sum",50,10,"format:#,###; roundmode:round; roundposition:0", "background-color:#ffff00; color:#ff0000; font-weight:bold; ", 3, "입원(외래)계", false);
- grd_clamdepospeclist.subtotal("sum",50,11,"format:#,###; roundmode:round; roundposition:0", "background-color:#ffff00; color:#ff0000; font-weight:bold; ", 3, "입원(외래)계", false);
- grd_clamdepospeclist.subtotal("sum",50,12,"format:#,###; roundmode:round; roundposition:0", "background-color:#ffff00; color:#ff0000; font-weight:bold; ", 3, "입원(외래)계", false);
- grd_clamdepospeclist.subtotal("sum",50,13,"format:#,###; roundmode:round; roundposition:0", "background-color:#ffff00; color:#ff0000; font-weight:bold; ", 3, "입원(외래)계", false);
- grd_clamdepospeclist.subtotal("sum",50,14,"format:#,###; roundmode:round; roundposition:0", "background-color:#ffff00; color:#ff0000; font-weight:bold; ", 3, "입원(외래)계", false);
- grd_clamdepospeclist.subtotal("sum",50,17,"format:#,###; roundmode:round; roundposition:0", "background-color:#ffff00; color:#ff0000; font-weight:bold; ", 3, "입원(외래)계", false);
- grd_clamdepospeclist.subtotal("sum",50,19,"format:#,###; roundmode:round; roundposition:0", "background-color:#ffff00; color:#ff0000; font-weight:bold; ", 3, "입원(외래)계", false);
- grd_clamdepospeclist.subtotal("sum",50,20,"format:#,###; roundmode:round; roundposition:0", "background-color:#ffff00; color:#ff0000; font-weight:bold; ", 3, "입원(외래)계", false);
- grd_clamdepospeclist.subtotal("sum",50,21,"format:#,###; roundmode:round; roundposition:0", "background-color:#ffff00; color:#ff0000; font-weight:bold; ", 3, "입원(외래)계", false);
- grd_clamdepospeclist.subtotal("sum",50,22,"format:#,###; roundmode:round; roundposition:0", "background-color:#ffff00; color:#ff0000; font-weight:bold; ", 3, "입원(외래)계", false);
- grd_clamdepospeclist.subtotal("sum",50,23,"format:#,###; roundmode:round; roundposition:0", "background-color:#ffff00; color:#ff0000; font-weight:bold; ", 3, "입원(외래)계", false);
- grd_clamdepospeclist.subtotal("sum",50,24,"format:#,###; roundmode:round; roundposition:0", "background-color:#ffff00; color:#ff0000; font-weight:bold; ", 3, "입원(외래)계", false);
- grd_clamdepospeclist.subtotal("sum",50,25,"format:#,###; roundmode:round; roundposition:0", "background-color:#ffff00; color:#ff0000; font-weight:bold; ", 3, "입원(외래)계", false);
- grd_clamdepospeclist.subtotal("sum",50,26,"format:#,###; roundmode:round; roundposition:0", "background-color:#ffff00; color:#ff0000; font-weight:bold; ", 3, "입원(외래)계", false);
- grd_clamdepospeclist.subtotal("sum",50,27,"format:#,###; roundmode:round; roundposition:0", "background-color:#ffff00; color:#ff0000; font-weight:bold; ", 3, "입원(외래)계", false);
- grd_clamdepospeclist.subtotal("sum",50,28,"format:#,###; roundmode:round; roundposition:0", "background-color:#ffff00; color:#ff0000; font-weight:bold; ", 3, "입원(외래)계", false);
- grd_clamdepospeclist.subtotal("sum",50,29,"format:#,###; roundmode:round; roundposition:0", "background-color:#ffff00; color:#ff0000; font-weight:bold; ", 3, "입원(외래)계", false);
- grd_clamdepospeclist.subtotal("sum",50,30,"format:#,###; roundmode:round; roundposition:0", "background-color:#ffff00; color:#ff0000; font-weight:bold; ", 3, "입원(외래)계", false);
- grd_clamdepospeclist.subtotal("sum",50,31,"format:#,###; roundmode:round; roundposition:0", "background-color:#ffff00; color:#ff0000; font-weight:bold; ", 3, "입원(외래)계", false);
- grd_clamdepospeclist.subtotal("sum",50,32,"format:#,###; roundmode:round; roundposition:0", "background-color:#ffff00; color:#ff0000; font-weight:bold; ", 3, "입원(외래)계", false);
- grd_clamdepospeclist.subtotal("sum",50,33,"format:#,###; roundmode:round; roundposition:0", "background-color:#ffff00; color:#ff0000; font-weight:bold; ", 3, "입원(외래)계", false);
- grd_clamdepospeclist.subtotal("sum",50,34,"format:#,###; roundmode:round; roundposition:0", "background-color:#ffff00; color:#ff0000; font-weight:bold; ", 3, "입원(외래)계", false);
- grd_clamdepospeclist.subtotal("sum",50,35,"format:#,###; roundmode:round; roundposition:0", "background-color:#ffff00; color:#ff0000; font-weight:bold; ", 3, "입원(외래)계", false);
- grd_clamdepospeclist.subtotal("sum",50,36,"format:#,###; roundmode:round; roundposition:0", "background-color:#ffff00; color:#ff0000; font-weight:bold; ", 3, "입원(외래)계", false);
- grd_clamdepospeclist.subtotal("sum",50,37,"format:#,###; roundmode:round; roundposition:0", "background-color:#ffff00; color:#ff0000; font-weight:bold; ", 3, "입원(외래)계", false);
- grd_clamdepospeclist.subtotal("sum",50,38,"format:#,###; roundmode:round; roundposition:0", "background-color:#ffff00; color:#ff0000; font-weight:bold; ", 3, "입원(외래)계", false);
- grd_clamdepospeclist.subtotal("sum",50,39,"format:#,###; roundmode:round; roundposition:0", "background-color:#ffff00; color:#ff0000; font-weight:bold; ", 3, "입원(외래)계", false);
- grd_clamdepospeclist.subtotal("sum",50,40,"format:#,###; roundmode:round; roundposition:0", "background-color:#ffff00; color:#ff0000; font-weight:bold; ", 3, "입원(외래)계", false);
- grd_clamdepospeclist.subtotal("sum",50,41,"format:#,###; roundmode:round; roundposition:0", "background-color:#ffff00; color:#ff0000; font-weight:bold; ", 3, "입원(외래)계", false);
- grd_clamdepospeclist.subtotal("sum",50,42,"format:#,###; roundmode:round; roundposition:0", "background-color:#ffff00; color:#ff0000; font-weight:bold; ", 3, "입원(외래)계", false);
- grd_clamdepospeclist.subtotal("sum",50,43,"format:#,###; roundmode:round; roundposition:0", "background-color:#ffff00; color:#ff0000; font-weight:bold; ", 3, "입원(외래)계", false);
- grd_clamdepospeclist.subtotal("sum",50,44,"format:#,###; roundmode:round; roundposition:0", "background-color:#ffff00; color:#ff0000; font-weight:bold; ", 3, "입원(외래)계", false);
- grd_clamdepospeclist.subtotal("sum",50,45,"format:#,###; roundmode:round; roundposition:0", "background-color:#ffff00; color:#ff0000; font-weight:bold; ", 3, "입원(외래)계", false);
- grd_clamdepospeclist.subtotal("sum",50,46,"format:#,###; roundmode:round; roundposition:0", "background-color:#ffff00; color:#ff0000; font-weight:bold; ", 3, "입원(외래)계", false);
- grd_clamdepospeclist.subtotal("sum",50,47,"format:#,###; roundmode:round; roundposition:0", "background-color:#ffff00; color:#ff0000; font-weight:bold; ", 3, "입원(외래)계", false);
- grd_clamdepospeclist.subtotal("sum",50,48,"format:#,###; roundmode:round; roundposition:0", "background-color:#ffff00; color:#ff0000; font-weight:bold; ", 3, "입원(외래)계", false);
-
- grd_clamdepospeclist.subtotal("sum",49,10,"format:#,###; roundmode:round; roundposition:0", "background-color:#aaffff; color:#0000ff; font-weight:bold; ", 6, "접수번호계", false);
- grd_clamdepospeclist.subtotal("sum",49,11,"format:#,###; roundmode:round; roundposition:0", "background-color:#aaffff; color:#0000ff; font-weight:bold; ", 6, "접수번호계", false);
- grd_clamdepospeclist.subtotal("sum",49,12,"format:#,###; roundmode:round; roundposition:0", "background-color:#aaffff; color:#0000ff; font-weight:bold; ", 6, "접수번호계", false);
- grd_clamdepospeclist.subtotal("sum",49,13,"format:#,###; roundmode:round; roundposition:0", "background-color:#aaffff; color:#0000ff; font-weight:bold; ", 6, "접수번호계", false);
- grd_clamdepospeclist.subtotal("sum",49,14,"format:#,###; roundmode:round; roundposition:0", "background-color:#aaffff; color:#0000ff; font-weight:bold; ", 6, "접수번호계", false);
- grd_clamdepospeclist.subtotal("sum",49,17,"format:#,###; roundmode:round; roundposition:0", "background-color:#aaffff; color:#0000ff; font-weight:bold; ", 6, "접수번호계", false);
- grd_clamdepospeclist.subtotal("sum",49,19,"format:#,###; roundmode:round; roundposition:0", "background-color:#aaffff; color:#0000ff; font-weight:bold; ", 6, "접수번호계", false);
- grd_clamdepospeclist.subtotal("sum",49,20,"format:#,###; roundmode:round; roundposition:0", "background-color:#aaffff; color:#0000ff; font-weight:bold; ", 6, "접수번호계", false);
- grd_clamdepospeclist.subtotal("sum",49,21,"format:#,###; roundmode:round; roundposition:0", "background-color:#aaffff; color:#0000ff; font-weight:bold; ", 6, "접수번호계", false);
- grd_clamdepospeclist.subtotal("sum",49,22,"format:#,###; roundmode:round; roundposition:0", "background-color:#aaffff; color:#0000ff; font-weight:bold; ", 6, "접수번호계", false);
- grd_clamdepospeclist.subtotal("sum",49,23,"format:#,###; roundmode:round; roundposition:0", "background-color:#aaffff; color:#0000ff; font-weight:bold; ", 6, "접수번호계", false);
- grd_clamdepospeclist.subtotal("sum",49,24,"format:#,###; roundmode:round; roundposition:0", "background-color:#aaffff; color:#0000ff; font-weight:bold; ", 6, "접수번호계", false);
- grd_clamdepospeclist.subtotal("sum",49,25,"format:#,###; roundmode:round; roundposition:0", "background-color:#aaffff; color:#0000ff; font-weight:bold; ", 6, "접수번호계", false);
- grd_clamdepospeclist.subtotal("sum",49,26,"format:#,###; roundmode:round; roundposition:0", "background-color:#aaffff; color:#0000ff; font-weight:bold; ", 6, "접수번호계", false);
- grd_clamdepospeclist.subtotal("sum",49,27,"format:#,###; roundmode:round; roundposition:0", "background-color:#aaffff; color:#0000ff; font-weight:bold; ", 6, "접수번호계", false);
- grd_clamdepospeclist.subtotal("sum",49,28,"format:#,###; roundmode:round; roundposition:0", "background-color:#aaffff; color:#0000ff; font-weight:bold; ", 6, "접수번호계", false);
- grd_clamdepospeclist.subtotal("sum",49,29,"format:#,###; roundmode:round; roundposition:0", "background-color:#aaffff; color:#0000ff; font-weight:bold; ", 6, "접수번호계", false);
- grd_clamdepospeclist.subtotal("sum",49,30,"format:#,###; roundmode:round; roundposition:0", "background-color:#aaffff; color:#0000ff; font-weight:bold; ", 6, "접수번호계", false);
- grd_clamdepospeclist.subtotal("sum",49,31,"format:#,###; roundmode:round; roundposition:0", "background-color:#aaffff; color:#0000ff; font-weight:bold; ", 6, "접수번호계", false);
- grd_clamdepospeclist.subtotal("sum",49,32,"format:#,###; roundmode:round; roundposition:0", "background-color:#aaffff; color:#0000ff; font-weight:bold; ", 6, "접수번호계", false);
- grd_clamdepospeclist.subtotal("sum",49,33,"format:#,###; roundmode:round; roundposition:0", "background-color:#aaffff; color:#0000ff; font-weight:bold; ", 6, "접수번호계", false);
- grd_clamdepospeclist.subtotal("sum",49,34,"format:#,###; roundmode:round; roundposition:0", "background-color:#aaffff; color:#0000ff; font-weight:bold; ", 6, "접수번호계", false);
- grd_clamdepospeclist.subtotal("sum",49,35,"format:#,###; roundmode:round; roundposition:0", "background-color:#aaffff; color:#0000ff; font-weight:bold; ", 6, "접수번호계", false);
- grd_clamdepospeclist.subtotal("sum",49,36,"format:#,###; roundmode:round; roundposition:0", "background-color:#aaffff; color:#0000ff; font-weight:bold; ", 6, "접수번호계", false);
- grd_clamdepospeclist.subtotal("sum",49,37,"format:#,###; roundmode:round; roundposition:0", "background-color:#aaffff; color:#0000ff; font-weight:bold; ", 6, "접수번호계", false);
- grd_clamdepospeclist.subtotal("sum",49,38,"format:#,###; roundmode:round; roundposition:0", "background-color:#aaffff; color:#0000ff; font-weight:bold; ", 6, "접수번호계", false);
- grd_clamdepospeclist.subtotal("sum",49,39,"format:#,###; roundmode:round; roundposition:0", "background-color:#aaffff; color:#0000ff; font-weight:bold; ", 6, "접수번호계", false);
- grd_clamdepospeclist.subtotal("sum",49,40,"format:#,###; roundmode:round; roundposition:0", "background-color:#aaffff; color:#0000ff; font-weight:bold; ", 6, "접수번호계", false);
- grd_clamdepospeclist.subtotal("sum",49,41,"format:#,###; roundmode:round; roundposition:0", "background-color:#aaffff; color:#0000ff; font-weight:bold; ", 6, "접수번호계", false);
- grd_clamdepospeclist.subtotal("sum",49,42,"format:#,###; roundmode:round; roundposition:0", "background-color:#aaffff; color:#0000ff; font-weight:bold; ", 6, "접수번호계", false);
- grd_clamdepospeclist.subtotal("sum",49,43,"format:#,###; roundmode:round; roundposition:0", "background-color:#aaffff; color:#0000ff; font-weight:bold; ", 6, "접수번호계", false);
- grd_clamdepospeclist.subtotal("sum",49,44,"format:#,###; roundmode:round; roundposition:0", "background-color:#aaffff; color:#0000ff; font-weight:bold; ", 6, "접수번호계", false);
- grd_clamdepospeclist.subtotal("sum",49,45,"format:#,###; roundmode:round; roundposition:0", "background-color:#aaffff; color:#0000ff; font-weight:bold; ", 6, "접수번호계", false);
- grd_clamdepospeclist.subtotal("sum",49,46,"format:#,###; roundmode:round; roundposition:0", "background-color:#aaffff; color:#0000ff; font-weight:bold; ", 6, "접수번호계", false);
- grd_clamdepospeclist.subtotal("sum",49,47,"format:#,###; roundmode:round; roundposition:0", "background-color:#aaffff; color:#0000ff; font-weight:bold; ", 6, "접수번호계", false);
- grd_clamdepospeclist.subtotal("sum",49,48,"format:#,###; roundmode:round; roundposition:0", "background-color:#aaffff; color:#0000ff; font-weight:bold; ", 6, "접수번호계", false);
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body class="datagrid2" guideline="1,1195;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="grp_tle" style="left:0px; top:0px; width:1195px; height:13px; ">
- <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:311px; height:14px; ">청구및입금내역조회(보호장부)</caption>
- </group>
- <group id="grp_biz" scroll="auto" style="left:0px; top:13px; width:1195px; height:744px; ">
- <group id="grp_sea" style="left:0px; top:10px; width:1194px; height:35px; vertical-align:top; ">
- <shape id="roundrect1" class="roundrect_search" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:1194px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
- <button id="button1" class="btn1_letter2" navindex="3" style="left:1123px; top:7px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- model.removeNodeset("/root/main/list01");
- submit("TRPIF40300");
-
- // 부분합 구하기
- doSubTotalOnAcptno();
- ]]>
- </script>
- </button>
- <line id="line13" class="line_4" style="x1:1108px; y1:7px; x2:1108px; y2:29px; "/>
- <caption id="caption4" class="search_name" style="left:440px; top:9px; width:93px; height:17px; ">내원유형 :</caption>
- <caption id="caption11" class="search_name" style="left:15px; top:9px; width:60px; height:17px; ">구분 :</caption>
- <input id="ipt_fromdd" ref="/root/send/fromdd" class="input_search" navindex="1" inputtype="date" maxlength="6" format="yyyy-mm" style="left:203px; top:8px; width:92px; height:19px; ">
- <script type="javascript" ev:event="DOMFocusOut">
- <![CDATA[
- ipt_todd.value = ipt_fromdd.value;
- ]]>
- </script>
- </input>
- <select1 id="rdo_ioflag" ref="/root/send/ioflag" class="radio_search" appearance="full" cellspacing="10" cols="3" overflow="visible" style="left:531px; top:10px; width:149px; height:15px; border-style:none; ">
- <choices>
- <item>
- <label>전체</label>
- <value>A</value>
- </item>
- <item>
- <label>입원</label>
- <value>I</value>
- </item>
- <item>
- <label>외래</label>
- <value>O</value>
- </item>
- </choices>
- </select1>
- <select1 id="rdo_termflag" ref="/root/send/termflag" class="radio_search" appearance="full" cellspacing="5" cols="2" overflow="visible" style="left:78px; top:10px; width:115px; height:15px; border-style:none; ">
- <choices>
- <item>
- <label>청구월</label>
- <value>clamym</value>
- </item>
- <item>
- <label>미수월</label>
- <value>uncoym</value>
- </item>
- </choices>
- <script type="javascript" ev:event="xforms-select">
- <![CDATA[
- model.setFocus("ipt_fromdd");
- ]]>
- </script>
- </select1>
- <caption id="caption2" style="left:298px; top:11px; width:15px; height:15px; ">~</caption>
- <input id="ipt_todd" ref="/root/send/todd" class="input_search" navindex="2" inputtype="date" maxlength="6" format="yyyy-mm" style="left:312px; top:8px; width:90px; height:19px; "/>
- </group>
- <caption id="caption1" class="tit_2" style="left:5px; top:55px; width:154px; height:14px; ">청구및입금내역 목록</caption>
- <line id="line1" class="line_1" style="x1:0px; y1:70px; x2:1194px; y2:70px; "/>
- <datagrid id="grd_clamdepospeclist" nodeset="/root/main/list01/gridclamdepospeclist" class="datagrid2" caption="청구월^미수월^내원유형^청구형태^차수^분야^접수번호^접수일자^시도별^시군별^청구
건수^총진료비^청구액^장애인^대불금^심사차수^통장
입금일자^통장입금액^명칭구분^비고^심결
건수^심사결정액^심결장애인^환수예정액^환수금^기관삭감액^실삭감액^삭감율^결손액^심사보류
건수^심사보류
총진료비^심사보류액^심사보류장애인^반송
건수^반송
총진료비^반송액^반송장애인^자격보류
건수^자격보류
총진료비^자격보류액^자격보류장애인^미수금^접수번호^내원유형" colsep="^" colwidth="61, 60, 90, 60, 60, 45, 80, 70, 50, 110, 45, 80, 80, 80, 80, 70, 70, 80, 80, 100, 45, 80, 100, 80, 80, 100, 80, 50, 80, 60, 80, 80, 100, 45, 80, 80, 100, 55, 80, 80, 100, 80, 53, 95" dataheight="23" explorerbar="sortshowmove" focuscolor="#b9e5fb" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="23" rowsep="|" style="left:0px; top:75px; width:1194px; height:669px; ">
- <col ref="clamym" format="yyyy-mm" style="left:20px; top:32px; width:70px; height:23px; text-align:center; "/>
- <col ref="uncoym" format="yyyy-mm" style="text-align:center; "/>
- <col ref="ioflag" style="text-align:center; "/>
- <col ref="clamflag" style="text-align:center; "/>
- <col ref="clamdg" style="text-align:center; "/>
- <col ref="ordfildcd" style="text-align:center; "/>
- <col ref="acptno" style="left:335px; top:32px; width:80px; height:23px; text-align:center; "/>
- <col ref="acptdd" format="yyyy-mm-dd" style="text-align:center; "/>
- <col ref="cpcd" style="text-align:center; "/>
- <col ref="assocd"/>
- <col ref="clamcnt" format="#,###" style="text-align:right; "/>
- <col ref="clmcstotamt" format="#,###" style="text-align:right; "/>
- <col ref="clsecuinstbamt" format="#,###" style="text-align:right; "/>
- <col ref="clhandicaprfund" format="#,###" style="text-align:right; "/>
- <col ref="clsubtamt" format="#,###" style="text-align:right; "/>
- <col ref="judgdg" 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="depoflag" style="text-align:center; "/>
- <col ref="rem"/>
- <col ref="jrdecicnt" format="#,###" style="text-align:right; "/>
- <col ref="jrdeciamt" format="#,###" style="text-align:right; "/>
- <col ref="jrhandicaprfundsum" format="#,###" style="text-align:right; "/>
- <col ref="rtnscheamt" format="#,###" style="text-align:right; "/>
- <col ref="rtnamt" format="#,###" style="text-align:right; "/>
- <col ref="instreductamt" format="#,###" style="text-align:right; "/>
- <col ref="realcutamt" format="#,###" style="text-align:right; "/>
- <col ref="realcutrate" style="text-align:center; "/>
- <col ref="lostamt" format="#,###" style="text-align:right; "/>
- <col ref="judgretecnt" format="#,###" style="text-align:right; "/>
- <col ref="judgretemcstotamt" format="#,###" style="text-align:right; "/>
- <col ref="judgreteamt" format="#,###" style="text-align:right; "/>
- <col ref="judgretehandicapamt" format="#,###" style="text-align:right; "/>
- <col ref="sendcnt" format="#,###" style="text-align:right; "/>
- <col ref="sendmcstotamt" format="#,###" style="text-align:right; "/>
- <col ref="sendamt" format="#,###" style="text-align:right; "/>
- <col ref="sendhandicapamt" format="#,###" style="text-align:right; "/>
- <col ref="qualretecnt" format="#,###" style="text-align:right; "/>
- <col ref="qualretemcstotamt" format="#,###" style="text-align:right; "/>
- <col ref="qualreteclamamt" format="#,###" style="text-align:right; "/>
- <col ref="qualreteclhandicapamt" format="#,###" style="text-align:right; "/>
- <col ref="uncoamt" format="(-)#,###" style="text-align:right; "/>
- <col ref="acptnohidn" visibility="hidden"/>
- <col ref="ioflaghidn" visibility="hidden"/>
- <script type="javascript" ev:event="oncopy">
- <![CDATA[
- grid_oncopy();
- ]]>
- </script>
- <script type="javascript" ev:event="onaftersort">
- <![CDATA[
- grd_clamdepospeclist.gridToInstance(); // Sort 된 Grid 상의 Data 순서와 Instance Node 상의 Data 순서를 동일하게 맞춰준다.
- ]]>
- </script>
- </datagrid>
- <button id="button7" class="btn2_letter6" style="left:1043px; top:49px; width:86px; height:19px; ">
- <caption>Open Excel</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- try {
- window.exec("excel");
- } catch(e) {
- alert(e);
- }
- ]]>
- </script>
- </button>
- <button id="button10" class="btn2_letter3" style="left:935px; top:49px; width:53px; height:19px; ">
- <caption>열카피</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- grd_clamdepospeclist.attribute("selectionmode") = "bycol";
- ]]>
- </script>
- </button>
- <button id="button11" class="btn2_letter3" style="left:989px; top:49px; width:53px; height:19px; ">
- <caption>행카피</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- grd_clamdepospeclist.attribute("selectionmode") = "byrow";
- ]]>
- </script>
- </button>
- <button id="button12" class="btn2_letter4" style="left:1130px; top:49px; width:64px; height:19px; ">
- <caption>액셀저장</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- var today = new Date();
-
- var yy = today.getYear()+"";
- var mm = today.getMonth()+1;
- var dd = today.getDate();
-
- if(mm < 10) { mm = "0"+mm; } else { mm = mm+""; }
- if(dd < 10) { dd = "0" + dd; } else { dd = dd + ""; }
-
- var tmp = yy+mm+dd;
- var titlename = "";
- titlename = "청구및입금내역조회(보호장부)_"+tmp;
- var fileName = window.fileDialog("save", ",", false, titlename, "xls", "Excel Files(*.xls)|*.xls|All Files (*.*)|*.*");
- if (fileName != "") {
- grd_clamdepospeclist.saveExcel(fileName, "SheetName", true, true, "", "", "");
- }
- ]]>
- </script>
- </button>
- <button id="button13" class="btn2_letter3" style="left:881px; top:49px; width:53px; height:19px; ">
- <caption>셀카피</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- grd_clamdepospeclist.attribute("selectionmode") = "free";
- ]]>
- </script>
- </button>
- </group>
- <group id="grp_btn" style="left:0px; top:757px; width:1195px; height:27px; "/>
- </xhtml:body>
- </xhtml:html>
|