1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889 |
- <?xml version="1.0" encoding="utf-8"?>
- <FDL version="1.4">
- <TypeDefinition url="..\..\..\default_typedef.xml"/>
- <Form id="SPMMO15900" position="absolute 0 0 910 400" titletext="자동전환된 복용방법 List" oninit="SPMMO15900_oninit" onload="SPMMO15900_onload">
- <Layouts>
- <Layout>
- <Shape position="absolute 7 1 895 7" linetype="vertical" id="line7" class="line_1"/>
- <Grid position="absolute 0 0 910 375" id="grd_mthd" binddataset="ds_migdrugmthdlist" autofittype="col" anchor="all">
- <Formats>
- <Format id="default">
- <Columns>
- <Column size="80"/>
- <Column size="251"/>
- <Column size="329"/>
- <Column size="80"/>
- <Column size="170"/>
- </Columns>
- <Rows>
- <Row size="24" band="head"/>
- <Row size="24"/>
- </Rows>
- <Band id="head">
- <Cell text="처방코드"/>
- <Cell col="1" text="처방명"/>
- <Cell col="2" text="구용법"/>
- <Cell col="3" text="전환용법코드"/>
- <Cell col="4" text="전환용법약어명"/>
- </Band>
- <Band id="body">
- <Cell style="color:EXPR(fPrcpColor(migdrugmthdspccdnm));color2:EXPR(fPrcpColor(migdrugmthdspccdnm));" text="bind:prcpcd"/>
- <Cell col="1" style="color:EXPR(fPrcpColor(migdrugmthdspccdnm));color2:EXPR(fPrcpColor(migdrugmthdspccdnm));" text="bind:prcpnm"/>
- <Cell col="2" style="color:EXPR(fPrcpColor(migdrugmthdspccdnm));color2:EXPR(fPrcpColor(migdrugmthdspccdnm));" text="bind:migdrugmthdspccdnm"/>
- <Cell col="3" style="color:EXPR(fPrcpColor(migdrugmthdspccdnm));color2:EXPR(fPrcpColor(migdrugmthdspccdnm));" text="bind:drugmthdspccd"/>
- <Cell col="4" style="color:EXPR(fPrcpColor(migdrugmthdspccdnm));color2:EXPR(fPrcpColor(migdrugmthdspccdnm));" text="bind:drugmthdspccdnm"/>
- </Band>
- </Format>
- </Formats>
- </Grid>
- <Button position="absolute 858 380 910 400" id="button2" class="btn3" text="닫기" onclick="button2_onclick" anchor="right bottom"/>
- </Layout>
- </Layouts>
- <Objects>
- <Dataset id="ds_migdrugmthdlist" 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="migdrugmthdspccdnm" type="STRING"/>
- <Column id="drugmthdspccd" type="STRING"/>
- <Column id="drugmthdspccdnm" type="STRING"/>
- </ColumnInfo>
- </Dataset>
- </Objects>
- <Script type="xscript4.0"><![CDATA[/***************************************************************************************
- * System Name :
- * Job Name :
- * Creator :
- * Make Date : 2014-12-10
- * Description :
- *---------------------------------------------------------------------------------------
- * Modify Date Modifier Modify Description
- *---------------------------------------------------------------------------------------
- * 2014-12-10 Live Converter TF->XP
- *
- *---------------------------------------------------------------------------------------
- ****************************************************************************************/
- function SPMMO15900_oninit(obj:Form, e:InitEventInfo)
- {
-
- }
- function SPMMO15900_onload(obj:Form, e:LoadEventInfo)
- {
- try {
- ds_migdrugmthdlist.copyData(arg_ds_send_migdrugmthdlist);
- } catch(e) {
- }
- }
- function button2_onclick(obj:Button, e:ClickEventInfo)
- {
- close();
- }
- function fPrcpColor(migdrugmthdspccdnm) {
- return (!utlf_isNull(migdrugmthdspccdnm) && migdrugmthdspccdnm.substring(0, 1) == "[") ? "ff0000ff" : "default";
- }]]></Script>
- </Form>
- </FDL>
|