123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149 |
- <?xml version="1.0" encoding="utf-8"?>
- <FDL version="1.5">
- <TypeDefinition url="..\..\..\default_typedef.xml"/>
- <Form id="SPPMB02100" position="absolute 0 0 954 399" titletext="의사휴진이력관리" oninit="SPPMB02100_oninit" onload="SPPMB02100_onload">
- <Layouts>
- <Layout>
- <Div position="absolute 0 370 950 397" id="group2" scrollbars="autoboth">
- <Layouts>
- <Layout>
- <Shape position="absolute 0 0 780 6" linetype="vertical" id="line32" class="line_6"/>
- </Layout>
- </Layouts>
- </Div>
- <Button position="absolute 894 373 950 395" id="btn_confirm" class="btn4" taborder="7" text="닫기" onclick="btn_confirm_onclick"/>
- <Static id="caption6" text="휴진 변경 이력 조회" class="tit_1" position="absolute 0 0 208 23"/>
- <Shape id="line3" class="line_1" position="absolute 0 42 950 48" style="strokepen:3 solid #33bbbbff;"/>
- <Grid id="grd_holische" class="datagrid2" taborder="8" binddataset="ds_main_drholiordschehistlist" useinputpanel="false" autofittype="col" position="absolute 0 47 950 372">
- <Formats>
- <Format id="default">
- <Columns>
- <Column size="24"/>
- <Column size="75"/>
- <Column size="90"/>
- <Column size="80"/>
- <Column size="90"/>
- <Column size="152"/>
- <Column size="90"/>
- <Column size="140"/>
- <Column size="85"/>
- <Column size="125"/>
- </Columns>
- <Rows>
- <Row size="24" band="head"/>
- <Row size="24"/>
- </Rows>
- <Band id="head">
- <Cell/>
- <Cell col="1" text="진행상태"/>
- <Cell col="2" text="진료과"/>
- <Cell col="3" text="진료의사"/>
- <Cell col="4" text="휴진사유"/>
- <Cell col="5" text="휴진일자"/>
- <Cell col="6" text="신청일"/>
- <Cell col="7" text="비고"/>
- <Cell col="8" text="최종수정자"/>
- <Cell col="9" text="수정일시"/>
- </Band>
- <Band id="body">
- <Cell celltype="head" expr="expr:currow+1"/>
- <Cell col="1" text="bind:prcsstat"/>
- <Cell col="2" text="bind:orddeptnm"/>
- <Cell col="3" text="bind:orddrnm"/>
- <Cell col="4" text="bind:ordendresn"/>
- <Cell col="5" text="bind:fromtodd"/>
- <Cell col="6" displaytype="date" text="bind:drappdd" mask="yyyy-MM-dd"/>
- <Cell col="7" text="bind:remfact"/>
- <Cell col="8" text="bind:lastupdtrid"/>
- <Cell col="9" displaytype="date" text="bind:lastupdtdt" mask="yyyy-MM-dd hh:mm:ss"/>
- </Band>
- </Format>
- </Formats>
- </Grid>
- <Static id="caption4" text="휴진 변경 이력리스트" class="tit_2" position="absolute 0 26 214 47"/>
- </Layout>
- </Layouts>
- <Objects>
- <Dataset id="ds_main_drholiordschehistlist" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" reversesubsum="false">
- <ColumnInfo>
- <Column id="prcsstat" type="STRING" size="256" sumtext="진행상황"/>
- <Column id="orddrnm" type="STRING" size="256" sumtext="진료의사"/>
- <Column id="orddeptnm" type="STRING" size="256" sumtext="진료과"/>
- <Column id="holiflag" type="STRING" size="256" sumtext="휴진구분"/>
- <Column id="ordendresn" type="STRING" size="256" sumtext="휴진사유"/>
- <Column id="fromtodd" type="STRING" size="256" sumtext="휴진기간"/>
- <Column id="drappdd" type="STRING" size="256" sumtext="의사신청일"/>
- <Column id="remfact" type="STRING" size="256" sumtext="등록자"/>
- <Column id="lastupdtrid" type="STRING" size="256" sumtext="최종등로자ID"/>
- <Column id="lastupdtdt" type="STRING" size="256" sumtext="최종수정일자"/>
- </ColumnInfo>
- </Dataset>
- <Dataset id="ds_hidden_source" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
- <ColumnInfo>
- <Column id="orddeptcd" type="STRING" size="256"/>
- <Column id="orddrid" type="STRING" size="256"/>
- <Column id="drappdd" type="STRING" size="256"/>
- <Column id="seqno" type="STRING" size="256"/>
- </ColumnInfo>
- <Rows>
- <Row/>
- </Rows>
- </Dataset>
- </Objects>
- <Script type="xscript4.0"><![CDATA[/***************************************************************************************
- * System Name :
- * Job Name :
- * Creator :
- * Make Date : 2016-05-24
- * Description :
- *---------------------------------------------------------------------------------------
- * Modify Date Modifier Modify Description
- *---------------------------------------------------------------------------------------
- * 2016-05-24 Live Converter TF->XP
- *
- *---------------------------------------------------------------------------------------
- ****************************************************************************************/
- include "com_commonxp::comm_main.xjs";
- include "pam_pamcomnxp::PAM.xjs";
- function SPPMB02100_oninit(obj:Form, e:InitEventInfo)
- {
- frmf_initForm(obj);
- }
- function SPPMB02100_onload(obj:Form, e:LoadEventInfo)
- {
- fInitialize();
- }
- function btn_confirm_onclick(obj:Button, e:ClickEventInfo)
- {
- this.close();
- }
- function fInitialize()
- {
- ds_hidden_source.copyData(arg_ds_hidden_source);
-
- var orddeptcd = ds_hidden_source.getColumn(0, "orddeptcd");
- var orddrid = ds_hidden_source.getColumn(0, "orddrid");
- var drappdd = ds_hidden_source.getColumn(0, "drappdd");
- var seqno = ds_hidden_source.getColumn(0, "seqno");
- dsf_createDsRow("ds_send", [{col:"orddeptcd", type:"STRING", size:256, val: orddeptcd}
- , {col:"orddrid", type:"STRING", size:256, val: orddrid}
- , {col:"drappdd", type:"STRING", size:256, val: drappdd}
- , {col:"seqno", type:"STRING", size:256, val: seqno}]);
-
- var oParam = {};
- oParam.id = "TRPMB02105";
- oParam.service = "pambaseinfomngtapp.OrdSche";
- oParam.method = "reqGetDrHoliScheHistory";
- oParam.inds = "req=ds_send";
- oParam.outds = "ds_main_drholiordschehistlist=drholiordschehistlist";
- oParam.async = false;
- //oParam.callback = "cf_TRPMB02105";
- tranf_submit(oParam);
- }]]></Script>
- </Form>
- </FDL>
|