123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103 |
- <?xml version="1.0" encoding="utf-8"?>
- <FDL version="1.5">
- <TypeDefinition url="..\..\..\default_typedef.xml"/>
- <Form id="SPPIJ02100" position="absolute 0 0 781 205" titletext="중증처방메세지" oninit="model1_oninit" scrollbars="none" onload="SPPIJ02100_onload">
- <Layouts>
- <Layout>
- <Static id="caption27" position="absolute 14 177 471 197" style="align:left middle;" anchor="default" positiontype="position" text="중중처방이 존재합니다. 상병을 확인하여 주세요." class="hand"/>
- <Grid id="datagrid2" taborder="2" useinputpanel="false" position="absolute 0 29 775 174" style="align:center middle;" autofittype="col" anchor="left top right" binddataset="ds_grid_datagrid2" positiontype="position" cellsizingtype="col">
- <Formats>
- <Format id="default">
- <Columns>
- <Column size="126"/>
- <Column size="364"/>
- <Column size="72"/>
- <Column size="101"/>
- <Column size="72"/>
- </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="EDI코드"/>
- <Cell col="4" text="특정코드"/>
- </Band>
- <Band id="body">
- <Cell text="bind:snglcalcscorcd"/>
- <Cell col="1" text="bind:hngnm"/>
- <Cell col="2" text="bind:execdd" mask="@@@@-@@-@@"/>
- <Cell col="3" text="bind:edicd"/>
- <Cell col="4" text="bind:spclcd"/>
- </Band>
- </Format>
- </Formats>
- </Grid>
- <Static id="Static01" position="absolute -8 177 12 197" class="hand"/>
- <Static id="caption00" text="중증처방조회" class="tit_1" position="absolute 0 0 177 26"/>
- <Button id="Button00" taborder="3" text="닫기" class="btn4" position="absolute 719 175 775 197" onclick="Button00_onclick"/>
- </Layout>
- </Layouts>
- <Objects>
- <Dataset id="ds_grid_datagrid2" firefirstcount="0" firenextcount="0" useclientlayout="true" updatecontrol="true" enableevent="true" loadkeymode="keep" reversesubsum="false">
- <ColumnInfo>
- <Column id="snglcalcscorcd" type="STRING"/>
- <Column id="hngnm" type="STRING"/>
- <Column id="execdd" type="STRING"/>
- <Column id="edicd" type="STRING"/>
- <Column id="spclcd" type="STRING"/>
- </ColumnInfo>
- </Dataset>
- <Dataset id="DS_grid" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
- <ColumnInfo>
- <Column id="ioflag"/>
- <Column id="pid"/>
- <Column id="patnm"/>
- <Column id="diagnm"/>
- <Column id="orddd"/>
- <Column id="calcscorcd"/>
- <Column id="calcscornm"/>
- <Column id="orddeptcd"/>
- <Column id="orddrid"/>
- <Column id="payflag"/>
- <Column id="cnt"/>
- <Column id="dayno"/>
- <Column id="amt"/>
- </ColumnInfo>
- </Dataset>
- </Objects>
- <Script type="xscript4.0"><![CDATA[/***************************************************************************************
- * System Name :
- * Job Name :
- * Creator :
- * Make Date : 2015-05-01
- * Description :
- *---------------------------------------------------------------------------------------
- * Modify Date Modifier Modify Description
- *---------------------------------------------------------------------------------------
- * 2015-05-01 Live Converter TF->XP
- *
- *---------------------------------------------------------------------------------------
- ****************************************************************************************/
- include "com_commonxp::comm_main.xjs";
- function SPPIJ02100_onload(obj:Form, e:LoadEventInfo)
- {
- frmf_initForm(obj);
-
- if( frmf_checkOpener() ) {
- ds_grid_datagrid2.copyData(objDs); //메인화면으로부터 데이터셋 받아옴
- }
- }
- function Button00_onclick(obj:Button, e:ClickEventInfo)
- {
- this.close();
- }
- ]]></Script>
- </Form>
- </FDL>
|