123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109 |
- <?xml version="1.0" encoding="utf-8"?>
- <FDL version="1.5">
- <TypeDefinition url="..\..\..\default_typedef.xml"/>
- <Form id="SMPMO03000" position="absolute 0 0 1256 805" titletext="일반유형예약환자조회">
- <Layouts>
- <Layout>
- <Div position="absolute 0 0 1195 13" id="group1">
- <Layouts>
- <Layout>
- <Static text="일반유형 예약환자 조회" position="absolute 0 0 189 14" id="caption6" class="tit_1"/>
- </Layout>
- </Layouts>
- </Div>
- <Div position="absolute 0 13 1195 757" id="group3" scrollbars="autoboth">
- <Layouts>
- <Layout>
- <Div position="absolute 0 10 1194 45" align="align:center top;" id="group2">
- <Layouts>
- <Layout>
- <Shape position="absolute 0 0 845 35" id="roundrect1" class="roundrect_search" type="roundrectangle"/>
- <Static text="진료일자 :" position="absolute 16 8 102 25" id="caption2" class="search_name"/>
- <Button position="absolute 778 7 834 29" id="button1" class="btn1" text="조회"/>
- <Shape position="absolute 765 7 771 29" linetype="vertical" id="line13" class="line_4"/>
- <Calendar position="absolute 108 7 208 26" id="ipt_crtdate"/>
- <Button position="absolute 704 7 760 29" id="button2" class="btn6" text="출력"/>
- </Layout>
- </Layouts>
- </Div>
- <Static text="일반유형 예약환자 조회" position="absolute 5 55 162 69" id="caption20" class="tit_2"/>
- <Shape position="absolute 0 67 844 73" linetype="vertical" id="line8" class="line_1"/>
- <Grid position="absolute 0 75 845 740" id="grd_patinfo" binddataset="ds_grd_patinfo">
- <Formats>
- <Format id="default">
- <Columns>
- <Column size="120"/>
- <Column size="120"/>
- <Column size="120"/>
- <Column size="120"/>
- <Column size="120"/>
- <Column size="120"/>
- <Column size="125"/>
- </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="진료의사"/>
- <Cell col="5" text="예약구분"/>
- <Cell col="6" text="진찰료수납"/>
- </Band>
- <Band id="body">
- <Cell text="bind:orddd" mask="yyyy-mm-dd"/>
- <Cell col="1" text="bind:pid"/>
- <Cell col="2" text="bind:hngnm"/>
- <Cell col="3" text="bind:orddeptnm"/>
- <Cell col="4" text="bind:orddrid"/>
- <Cell col="5" text="bind:rsrvflag"/>
- <Cell col="6" text="bind:histstat"/>
- </Band>
- </Format>
- </Formats>
- </Grid>
- </Layout>
- </Layouts>
- </Div>
- <Div position="absolute 0 757 1195 784" id="group4" scrollbars="autoboth">
- <Layouts>
- <Layout>
- <Button position="absolute 777 5 845 27" id="button10" class="btn4" text="초기화"/>
- <Shape position="absolute 0 0 844 6" linetype="vertical" id="line88" class="line_6"/>
- </Layout>
- </Layouts>
- </Div>
- </Layout>
- </Layouts>
- <Objects>
- <Dataset id="ds_grd_patinfo" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" reversesubsum="false">
- <ColumnInfo>
- <Column id="orddd" type="STRING"/>
- <Column id="pid" type="STRING"/>
- <Column id="hngnm" type="STRING"/>
- <Column id="orddeptnm" type="STRING"/>
- <Column id="orddrid" type="STRING"/>
- <Column id="rsrvflag" type="STRING"/>
- <Column id="histstat" type="STRING"/>
- </ColumnInfo>
- </Dataset>
- </Objects>
- <Script type="xscript4.0"><![CDATA[/***************************************************************************************
- * System Name :
- * Job Name :
- * Creator :
- * Make Date : 2015-03-16
- * Description :
- *---------------------------------------------------------------------------------------
- * Modify Date Modifier Modify Description
- *---------------------------------------------------------------------------------------
- * 2015-03-16 Live Converter TF->XP
- *
- *---------------------------------------------------------------------------------------
- ****************************************************************************************/
- ]]></Script>
- </Form>
- </FDL>
|