123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- <?xml version="1.0" encoding="utf-8"?>
- <FDL version="1.5">
- <TypeDefinition url="..\..\..\default_typedef.xml"/>
- <Form id="SPPIZ01801" position="absolute 0 0 526 350" titletext="수혈 상세정보조회" oninit="SPPIZ01801_oninit" onload="SPPIZ01801_onload">
- <Layouts>
- <Layout>
- <Grid position="absolute 11 26 516 341" id="grd_detail" binddataset="ds_grd_detail" autofittype="col" cellsizingtype="col">
- <Formats>
- <Format id="default">
- <Columns>
- <Column size="24"/>
- <Column size="70"/>
- <Column size="200"/>
- <Column size="80"/>
- <Column size="150"/>
- </Columns>
- <Rows>
- <Row size="24" band="head"/>
- <Row size="24"/>
- </Rows>
- <Band id="head">
- <Cell/>
- <Cell col="1" text="처방코드"/>
- <Cell col="2" text="처방명칭"/>
- <Cell col="3" text="혈액번호"/>
- <Cell col="4" text="폐기사유"/>
- </Band>
- <Band id="body">
- <Cell celltype="head" text="expr:currow + 1"/>
- <Cell col="1" text="bind:prcpcd"/>
- <Cell col="2" style="align:left middle;" text="bind:prcpnm"/>
- <Cell col="3" text="bind:blodno"/>
- <Cell col="4" text="bind:resn"/>
- </Band>
- </Format>
- </Formats>
- </Grid>
- <Static text="수혈 상세정보조회" position="absolute 15 5 218 27" id="caption57" class="tit_2"/>
- <Shape position="absolute 11 21 516 27" linetype="horizontal" id="line18" class="line_1" style="strokepen:3 solid #33bbbbff;"/>
- </Layout>
- </Layouts>
- <Objects>
- <Dataset id="ds_grd_detail" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" reversesubsum="false">
- <ColumnInfo>
- <Column id="prcpcd" type="STRING"/>
- <Column id="prcpnm" type="STRING"/>
- <Column id="blodno" type="STRING"/>
- <Column id="resn" type="STRING"/>
- </ColumnInfo>
- </Dataset>
- </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 SPPIZ01801_oninit(obj:Form, e:InitEventInfo)
- {
- frmf_initForm(obj);
- }
- function SPPIZ01801_onload(obj:Form, e:LoadEventInfo)
- {
- ds_grd_detail.copyData(arg_ds_temp);
- }
- ]]></Script>
- </Form>
- </FDL>
|