123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109 |
- <?xml version="1.0" encoding="utf-8"?>
- <FDL version="1.4">
- <TypeDefinition url="..\..\..\default_typedef.xml" />
- <Form id="SPAER00202" position="absolute 0 0 800 530" titletext="다중검사현황">
- <Layouts>
- <Layout>
- <Shape position="absolute 7 0 785 40" id="roundrect5" type="roundrectangle" />
- <Button position="absolute 663 10 719 32" id="btn_sea" class="btn1" text="조회" />
- <Grid position="absolute 6 50 785 505" id="grd_pidlist" binddataset="ds_grd_pidlist">
- <Formats>
- <Format id="default">
- <Columns>
- <Column size="70" />
- <Column size="59" />
- <Column size="36" />
- <Column size="33" />
- <Column size="56" />
- <Column size="72" />
- <Column size="74" />
- <Column size="74" />
- <Column size="55" />
- <Column size="195" />
- <Column size="100" />
- <Column size="100" />
- <Column size="100" />
- <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="S/A" />
- <Cell col="3" text="구분" />
- <Cell col="4" text="병실" />
- <Cell col="5" text="예약일시" />
- <Cell col="6" text="1차검사실" />
- <Cell col="7" text="2차검사실" />
- <Cell col="8" text="예약자" />
- <Cell col="9" text="처방명" />
- <Cell col="10" text="처방과" />
- <Cell col="11" text="처방의" />
- <Cell col="12" text="처방코드" />
- <Cell col="13" text="처방일시" />
- </Band>
- <Band id="body">
- <Cell text="bind:pid" />
- <Cell col="1" text="bind:patnm" />
- <Cell col="2" text="bind:sna" />
- <Cell col="3" text="bind:prcpgenrflag" />
- <Cell col="4" text="bind:roomcd" />
- <Cell col="5" text="bind:rsrvdt" mask="yyyy-mm-dd hh:nn:ss" />
- <Cell col="6" text="bind:excuroomnm2" />
- <Cell col="7" text="bind:excuroomnm" />
- <Cell col="8" text="bind:usernm" />
- <Cell col="9" text="bind:prcpnm" />
- <Cell col="10" text="bind:depthngnm" />
- <Cell col="11" text="bind:usernm2" />
- <Cell col="12" text="bind:prcpcd" />
- <Cell col="13" text="bind:prcpdt" mask="yyyy-mm-dd hh:nn:ss" />
- </Band>
- </Format>
- </Formats>
- </Grid>
- <Shape position="absolute 6 42 788 48" linetype="vertical" id="line1" class="line_1" />
- <Static text="예약일자" position="absolute 12 11 92 28" id="caption3" class="search_name" />
- <Button position="absolute 720 10 776 32" id="button1" class="btn1" text="닫기" />
- <Calendar position="absolute 95 10 184 29" id="ipt_date1" class="input_default" />
- <Calendar position="absolute 200 10 290 29" id="ipt_date2" class="input_default" />
- </Layout>
- </Layouts>
- <Objects>
- <Dataset id="ds_grd_pidlist" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" reversesubsum="false">
- <ColumnInfo>
- <Column id="pid" type="STRING" />
- <Column id="patnm" type="STRING" />
- <Column id="sna" type="STRING" />
- <Column id="prcpgenrflag" type="STRING" />
- <Column id="roomcd" type="STRING" />
- <Column id="rsrvdt" type="STRING" />
- <Column id="excuroomnm2" type="STRING" />
- <Column id="excuroomnm" type="STRING" />
- <Column id="usernm" type="STRING" />
- <Column id="prcpnm" type="STRING" />
- <Column id="depthngnm" type="STRING" />
- <Column id="usernm2" type="STRING" />
- <Column id="prcpcd" type="STRING" />
- <Column id="prcpdt" type="STRING" />
- </ColumnInfo>
- </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
- *
- *---------------------------------------------------------------------------------------
- ****************************************************************************************/
- ]]></Script>
- </Form>
- </FDL>
|