123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156 |
- <?xml version="1.0" encoding="utf-8"?>
- <FDL version="1.5">
- <TypeDefinition url="..\..\..\default_typedef.xml"/>
- <Form id="SPANC00300" position="absolute 0 0 498 264" titletext="INS기준표" onload="SPANC00300_onload">
- <Layouts>
- <Layout>
- <Static id="caption1" text="INS기준표" class="tit_2" position="absolute 0 0 95 16"/>
- <Shape id="line1" class="line_10" position="absolute 0 17 498 23"/>
- <Grid id="grd_data" taborder="1" binddataset="ds_grd_data" useinputpanel="false" position="absolute 0 22 498 240" autofittype="col">
- <Formats>
- <Format id="default">
- <Columns>
- <Column size="90"/>
- <Column size="136"/>
- <Column size="136"/>
- <Column size="118"/>
- </Columns>
- <Rows>
- <Row size="24" band="head"/>
- <Row size="24"/>
- </Rows>
- <Band id="head">
- <Cell text="INS"/>
- <Cell col="1" text="Alb(g/dl)"/>
- <Cell col="2" text="TRF(mg/dl)"/>
- <Cell col="3" text="TLC(cells/mm3)"/>
- </Band>
- <Band id="body">
- <Cell celltype="head" text="bind:cddiv"/>
- <Cell col="1" text="bind:alb"/>
- <Cell col="2" text="bind:trf"/>
- <Cell col="3" text="bind:tlc"/>
- </Band>
- </Format>
- </Formats>
- </Grid>
- <Button id="btn_close" taborder="2" text="닫기" class="btn4" position="absolute 442 242 498 264" onclick="btn_close_onclick"/>
- </Layout>
- </Layouts>
- <Objects>
- <Dataset id="ds_grd_data" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" reversesubsum="false">
- <ColumnInfo>
- <Column id="cddiv" type="STRING" size="256"/>
- <Column id="alb" type="STRING" size="256"/>
- <Column id="trf" type="STRING" size="256"/>
- <Column id="tlc" type="STRING" size="256"/>
- </ColumnInfo>
- <Rows>
- <Row>
- <Col id="cddiv">1</Col>
- <Col id="alb">≥3.5</Col>
- <Col id="trf">≥200</Col>
- <Col id="tlc">≥1,500</Col>
- </Row>
- <Row>
- <Col id="cddiv">2</Col>
- <Col id="alb">≥3.5</Col>
- <Col id="trf">≥200</Col>
- <Col id="tlc"><1,500</Col>
- </Row>
- <Row>
- <Col id="cddiv">2</Col>
- <Col id="alb">≥3.5</Col>
- <Col id="trf"><200</Col>
- <Col id="tlc">≥1,500</Col>
- </Row>
- <Row>
- <Col id="cddiv">3</Col>
- <Col id="alb">≥3.5</Col>
- <Col id="trf"><200</Col>
- <Col id="tlc"><1,500</Col>
- </Row>
- <Row>
- <Col id="cddiv">3</Col>
- <Col id="alb"><3.5</Col>
- <Col id="trf">≥200</Col>
- <Col id="tlc">≥1,500</Col>
- </Row>
- <Row>
- <Col id="cddiv">4</Col>
- <Col id="alb"><3.5</Col>
- <Col id="trf"><200</Col>
- <Col id="tlc">≥1,500</Col>
- </Row>
- <Row>
- <Col id="cddiv">4</Col>
- <Col id="alb"><3.5</Col>
- <Col id="trf">≥200</Col>
- <Col id="tlc"><1,500</Col>
- </Row>
- <Row>
- <Col id="cddiv">5</Col>
- <Col id="alb"><3.5</Col>
- <Col id="trf"><200</Col>
- <Col id="tlc"><1,500</Col>
- </Row>
- </Rows>
- </Dataset>
- </Objects>
- <Script type="xscript4.0"><![CDATA[/***************************************************************************************
- * System Name :
- * Job Name :
- * Creator :
- * Make Date : 2015-11-13
- * Description :
- *---------------------------------------------------------------------------------------
- * Modify Date Modifier Modify Description
- *---------------------------------------------------------------------------------------
- * 2015-11-13 Live Converter TF->XP
- *
- *---------------------------------------------------------------------------------------
- ****************************************************************************************/
- //=======================================================================================
- // Lib Include
- //---------------------------------------------------------------------------------------
- include 'com_commonxp::comm_main.xjs';
- var arErrorCode = new HashArray();
- //=======================================================================================
- // Local methods
- //---------------------------------------------------------------------------------------
- /****************************************************************************************
- * Argument :
- * Description :
- ****************************************************************************************/
- //=======================================================================================
- // callback
- //---------------------------------------------------------------------------------------
- function callback(sSvcId, nErrorCode, sErrorMsg){
- arErrorCode.push(sSvcId, nErrorCode);
- }
- //=======================================================================================
- // Events
- //---------------------------------------------------------------------------------------
- /****************************************************************************************
- * Argument :
- * Description : onload
- ****************************************************************************************/
- function SPANC00300_onload(obj:Form, e:LoadEventInfo){
- // 폼 초기화
- frmf_initForm(obj);
- }
- /****************************************************************************************
- * Argument :
- * Description : 닫기 버튼 클릭
- ****************************************************************************************/
- function btn_close_onclick(obj:Button, e:ClickEventInfo){
- this.close();
- }
- ]]></Script>
- </Form>
- </FDL>
|