123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164 |
- <?xml version="1.0" encoding="utf-8"?>
- <FDL version="1.5">
- <TypeDefinition url="..\..\..\default_typedef.xml"/>
- <Form id="SPPIJ03204" position="absolute 0 0 1072 665" titletext="DRG 전액본인 및 비급여 처방 내역" oninit="SPPIJ03204_oninit" onload="SPPIJ03204_onload">
- <Layouts>
- <Layout>
- <Button position="absolute 1009 639 1065 661" id="btn_cancel" class="btn4" text="종료" onclick="btn_cancel_onclick"/>
- <Static id="cap_title" text="DRG 전액본인 및 비급여 처방 내역" class="tit_1" position="absolute 1 1 265 24"/>
- <Button id="btn_excelsave" taborder="1" text="엑셀저장" class="btn7" position="absolute 986 5 1066 24" onclick="btn_excelsave_onclick"/>
- <Grid id="grd_drgnopylist" class="datagrid3" taborder="2" binddataset="ds_grd_drgnopylist" useinputpanel="false" position="absolute 1 29 1066 637" autofittype="col" cellsizingtype="col">
- <Formats>
- <Format id="default">
- <Columns>
- <Column size="21"/>
- <Column size="35"/>
- <Column size="35"/>
- <Column size="40"/>
- <Column size="80"/>
- <Column size="175"/>
- <Column size="60"/>
- <Column size="50"/>
- <Column size="30"/>
- <Column size="30"/>
- <Column size="65"/>
- <Column size="60"/>
- <Column size="65"/>
- <Column size="65"/>
- <Column size="65"/>
- <Column size="65"/>
- <Column size="100"/>
- </Columns>
- <Rows>
- <Row size="45" band="head"/>
- <Row size="24"/>
- </Rows>
- <Band id="head">
- <Cell/>
- <Cell col="1" text="급비"/>
- <Cell col="2" text="재료 행위"/>
- <Cell col="3" text="DRG 인정"/>
- <Cell col="4" text="수가코드"/>
- <Cell col="5" text="수가명"/>
- <Cell col="6" text="단가"/>
- <Cell col="7" text="1회량"/>
- <Cell col="8" text="횟수"/>
- <Cell col="9" text="날수"/>
- <Cell col="10" text="금액"/>
- <Cell col="11" text="병원가산"/>
- <Cell col="12" text="행위별 금액"/>
- <Cell col="13" text="DRG 인정금액"/>
- <Cell col="14" text="실구입 단가"/>
- <Cell col="15" text="실구입가"/>
- <Cell col="16" text="차액 (행위별-실구입)"/>
- </Band>
- <Band id="body">
- <Cell celltype="head" text="expr:currow + 1"/>
- <Cell col="1" displaytype="normal" edittype="none" text="bind:calcpayflag"/>
- <Cell col="2" displaytype="normal" edittype="none" text="bind:matractflag"/>
- <Cell col="3" displaytype="normal" edittype="none" text="bind:judgflag"/>
- <Cell col="4" displaytype="normal" edittype="none" text="bind:snglcalcscorcd"/>
- <Cell col="5" displaytype="normal" edittype="none" text="bind:hngnm"/>
- <Cell col="6" displaytype="number" edittype="none" text="bind:appunitcost"/>
- <Cell col="7" displaytype="number" text="bind:calcqty"/>
- <Cell col="8" displaytype="number" text="bind:calctims"/>
- <Cell col="9" displaytype="number" edittype="none" text="bind:days"/>
- <Cell col="10" displaytype="number" edittype="none" text="bind:calcamt"/>
- <Cell col="11" displaytype="number" edittype="none" text="bind:hosamt"/>
- <Cell col="12" displaytype="number" edittype="none" text="bind:amt"/>
- <Cell col="13" displaytype="number" text="bind:drgamt"/>
- <Cell col="14" displaytype="number" text="bind:autmbrbpnt"/>
- <Cell col="15" displaytype="number" text="bind:autmamt"/>
- <Cell col="16" displaytype="number" text="bind:autmamt_cha"/>
- </Band>
- </Format>
- </Formats>
- </Grid>
- <Shape id="line1" class="line_1" position="absolute 1 24 1066 30" style="strokepen:3 solid #33bbbbff;"/>
- </Layout>
- </Layouts>
- <Objects>
- <Dataset id="ds_grd_drgnopylist" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" reversesubsum="false">
- <ColumnInfo>
- <Column id="calcpayflag" type="STRING"/>
- <Column id="matractflag" type="STRING"/>
- <Column id="judgflag" type="STRING"/>
- <Column id="snglcalcscorcd" type="STRING"/>
- <Column id="hngnm" type="STRING"/>
- <Column id="appunitcost" type="STRING"/>
- <Column id="calcqty" type="STRING"/>
- <Column id="calctims" type="STRING"/>
- <Column id="days" type="STRING"/>
- <Column id="calcamt" type="STRING"/>
- <Column id="hosamt" type="STRING"/>
- <Column id="amt" type="STRING"/>
- <Column id="drgamt" type="STRING"/>
- <Column id="autmbrbpnt" type="STRING"/>
- <Column id="autmamt" type="STRING"/>
- <Column id="autmamt_cha" type="STRING"/>
- </ColumnInfo>
- </Dataset>
- <Dataset id="ds_send" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
- </Objects>
- <Script type="xscript4.0"><![CDATA[/***************************************************************************************
- * System Name :
- * Job Name :
- * Creator :
- * Make Date : 2016-05-24
- * Description :
- *---------------------------------------------------------------------------------------
- * Modify Date Modifier Modify Description
- *---------------------------------------------------------------------------------------
- * 2016-05-24 Live Converter TF->XP
- *
- *---------------------------------------------------------------------------------------
- ****************************************************************************************/
- include "com_commonxp::comm_main.xjs";
- include "pam_pamcomnxp::PAM001.xjs";
- function SPPIJ03204_oninit(obj:Form, e:InitEventInfo)
- {
- frmf_initForm(obj);
- }
- function SPPIJ03204_onload(obj:Form, e:LoadEventInfo)
- {
- ds_send.copyData(args_ds_send);
- fInitialize();
- }
- function fInitialize(){
- fGetNopyList();
- }
- function fGetNopyList() {
- var oParam = {};
- oParam.id = "TRPIJ03204";
- oParam.service = "bfjudgapp.DRGJudgList";
- oParam.method = "reqGetDrgNopyInfo";
- oParam.inds = "req=ds_send";
- oParam.outds = "ds_grd_drgnopylist=drgnopy";
- oParam.async = false;
- //oParam.callback = "cf_TRPIJ03204";
- tranf_submit(oParam);
-
- ds_grd_drgnopylist.keystring= "G:calcpayflag";
- }
- function btn_excelsave_onclick(obj:Button, e:ClickEventInfo)
- {
- if (ds_grd_drgnopylist.rowcount > 0) {
- grdf_exportExcel(grd_drgnopylist, "exportExcel", "see");
- } else {
- sysf_messageBox("엑셀저장할 내역이", "I004"); ///엑셀저장할 내역이 없습니다.
- }
- }
- function btn_cancel_onclick(obj:Button, e:ClickEventInfo)
- {
- this.close();
- }
- ]]></Script>
- </Form>
- </FDL>
|