123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179 |
- <?xml version="1.0" encoding="utf-8" standalone="no"?>
- <FDL version="1.5">
- <TypeDefinition url="..\..\..\default_typedef.xml"/>
- <Form id="SPPIE00110" position="absolute 0 0 342 421" titletext="수신비고팝업보기" onload="SPPIE00110_onload">
- <Layouts>
- <Layout>
- <Static id="cap_title" text="신청번호조회팝업" class="tit_1" position="absolute 0 0 133 26"/>
- <Shape id="line1" class="line_10" position="absolute 0 46 340 49" anchor="left top right"/>
- <Static id="caption2" text="신청번호조회결과" class="tit_2" position="absolute 0 29 156 45"/>
- <Grid id="grd_appnodetl" class="datagrid1" taborder="1" binddataset="ds_main_list01_gridappnodetl" useinputpanel="false" oncellclick="group3_grd_appnodetl_oncellclick" position="absolute 0 49 340 395" anchor="all">
- <Formats>
- <Format id="default">
- <Columns>
- <Column size="100"/>
- <Column size="100"/>
- <Column size="102"/>
- </Columns>
- <Rows>
- <Row size="25" band="head"/>
- <Row size="25"/>
- </Rows>
- <Band id="head">
- <Cell text="신청번호"/>
- <Cell col="1" text="신청일자"/>
- <Cell col="2" text="신고건수"/>
- <Cell col="3"/>
- <Cell col="4" text="생성"/>
- <Cell col="5" text="등록번호"/>
- <Cell col="6" text="청구일자"/>
- <Cell col="7" text="입원일자"/>
- <Cell col="8" text="적용일자"/>
- <Cell col="9" text="환자유형"/>
- <Cell col="10" text="조합기호"/>
- <Cell col="11" text="장애수첩"/>
- <Cell col="12" text="접수번호"/>
- <Cell col="13" text="심사차수"/>
- <Cell col="14" text="일련번호"/>
- <Cell col="15" text="처리구분"/>
- <Cell col="16" text="총진료비(청구)"/>
- <Cell col="17" text="본인부담(청구)"/>
- <Cell col="18" text="청구금액"/>
- <Cell col="19" text="비고"/>
- <Cell col="20" text="생성여부"/>
- </Band>
- <Band id="body">
- <Cell text="bind:appno"/>
- <Cell col="1" displaytype="date" text="bind:appdd"/>
- <Cell col="2" displaytype="number" text="bind:purcrepttotcnt"/>
- </Band>
- </Format>
- </Formats>
- </Grid>
- <Button id="button1" taborder="2" text="닫기" onclick="grp_btn_button1_onclick" class="btn4" position="absolute 284 397 340 419" anchor="right bottom"/>
- </Layout>
- </Layouts>
- <Objects>
- <Dataset id="ds_send" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="keep">
- <ColumnInfo>
- <Column id="fromdd" type="STRING" size="256"/>
- <Column id="todd" type="STRING" size="256"/>
- </ColumnInfo>
- <Rows>
- <Row>
- <Col id="fromdd"/>
- <Col id="todd"/>
- </Row>
- </Rows>
- </Dataset>
- <Dataset id="ds_main_list01_gridappnodetl" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="keep">
- <ColumnInfo>
- <Column id="appno" type="STRING" size="256"/>
- <Column id="appdd" type="STRING" size="256"/>
- <Column id="purcrepttotcnt" type="STRING" size="256"/>
- </ColumnInfo>
- <Rows>
- <Row>
- <Col id="appno"/>
- <Col id="appdd"/>
- <Col id="purcrepttotcnt"/>
- </Row>
- </Rows>
- </Dataset>
- <Dataset id="ds_main" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="keep">
- <ColumnInfo/>
- </Dataset>
- <Dataset id="ds_hidden" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="keep">
- <ColumnInfo>
- <Column id="hidden" type="STRING" size="256"/>
- </ColumnInfo>
- </Dataset>
- <Dataset id="ds_main_list01" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="keep">
- <ColumnInfo/>
- </Dataset>
- <Dataset id="ds_init" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="keep">
- <ColumnInfo>
- <Column id="init" type="STRING" size="256"/>
- </ColumnInfo>
- <Rows>
- <Row>
- <Col id="init"/>
- </Row>
- </Rows>
- </Dataset>
- </Objects>
- <Bind/>
- <Script type="xscript4.0"><![CDATA[/***************************************************************************************
- * System Name :
- * Job Name :
- * Creator :
- * Make Date : 2017-06-19
- * Description :
- *---------------------------------------------------------------------------------------
- * Modify Date Modifier Modify Description
- *---------------------------------------------------------------------------------------
- * 2017-06-19 Live Converter TF->XP
- *
- *---------------------------------------------------------------------------------------
- ****************************************************************************************/
- include "com_commonxp::comm_main.xjs";
- function SPPIE00110_onload(obj:Form, e:LoadEventInfo) {
- frmf_initForm(obj);
- //grdf_initGrid(grd_XXX);
- //grdf_setGridSort(grd_XXX);
- //grdf_setRowTypeIcon(grd_XXX, 0_컬럼위치값);
- CommCode_Load();
- }
- // 공통코드 Load작업
- function CommCode_Load() {
- try{
- ds_send.copyData(arg_ds_temp);
- } catch(err){
- }
-
- var oParam = {};
- oParam.id = "TRPIE00110";
- oParam.service = "edimngtapp.EdiMngt";
- oParam.method = "reqGetAppnoList";
- oParam.inds = "req=ds_send";
- oParam.outds = "ds_main_list01_gridappnodetl=gridappnodetl";
- oParam.async = false;
- //oParam.callback = "cf_TRPIE00110";
- tranf_submit(oParam);
- }
- function group3_grd_appnodetl_oncellclick(obj:Grid, e:GridClickEventInfo) {
- var row = grd_appnodetl.row;
- if(row <= 0) {
- return true;
- } else {
- var appno = ds_main_list01_gridappnodetl.getColumn(ds_main_list01_gridappnodetl.rowposition, "appno");
- opener.ds_send.setColumn(0,"appno1", appno.substr(0,8));
- opener.ds_send.setColumn(0,"appno2", appno.substr(8,4));
- opener.ds_init_U0001list_U0001.clearData();
- opener.ds_init_U0001list_U0001.addRow();
- opener.ds_init_U0001list_U0001.setColumn(0,"cdid",appno.substr(8,4));
- this.close();
- }
- }
- function grp_btn_button1_onclick(obj:Button, e:ClickEventInfo) {
- // 윈도우 닫기
- this.close();
- }
- ]]></Script>
- </Form>
- </FDL>
|