123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157 |
- <?xml version="1.0" encoding="utf-8"?>
- <FDL version="1.5">
- <TypeDefinition url="..\..\..\default_typedef.xml"/>
- <Form id="SMMMI00950" position="absolute 0 0 500 700" titletext="중환자실 당직삭제사유" oninit="SMMMI00950_oninit" onload="SMMMI00950_onload">
- <Layouts>
- <Layout>
- <Static id="cpt_worktitle" text="중환자실 당직검증" class="tit_2" position="absolute 0 5 323 21" anchor="left top"/>
- <Shape id="line3" class="line_10" position="absolute 0 18 500 30" anchor="left top right"/>
- <Button id="btn_close" taborder="3" text="닫기" class="btn4" position="absolute 444 678 500 700" onclick="btn_close_onclick"/>
- <Grid id="Grid00" taborder="4" useinputpanel="false" position="absolute 0 26 500 677" autofittype="col" binddataset="ds_result">
- <Formats>
- <Format id="default">
- <Columns>
- <Column size="50"/>
- <Column size="50"/>
- <Column size="80"/>
- <Column size="50"/>
- <Column size="50"/>
- <Column size="50"/>
- <Column size="169"/>
- </Columns>
- <Rows>
- <Row size="24" band="head"/>
- <Row size="24"/>
- </Rows>
- <Band id="head">
- <Cell text="일자"/>
- <Cell col="1" text="DUTY"/>
- <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:workdd" suppress="1"/>
- <Cell col="1" text="bind:dutynm" suppress="2"/>
- <Cell col="2" text="bind:deptnm" suppress="3"/>
- <Cell col="3" text="bind:userid" suppress="4"/>
- <Cell col="4" text="bind:usernm" suppress="5"/>
- <Cell col="5" displaytype="combo" style="align:center;" text="bind:workallhalf" combodataset="ds_workallhalf" combocodecol="code" combodatacol="data"/>
- <Cell col="6" text="bind:reason"/>
- </Band>
- </Format>
- </Formats>
- </Grid>
- </Layout>
- </Layouts>
- <Objects>
- <Dataset id="ds_result" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
- <ColumnInfo>
- <Column id="workdd" type="STRING" size="256" sumtext="당직일"/>
- <Column id="dutynm" type="STRING" size="256" sumtext="duty정보"/>
- <Column id="deptcd" type="STRING" size="256" sumtext="소속진료과ID"/>
- <Column id="deptnm" type="STRING" size="256" sumtext="소속진료과"/>
- <Column id="userid" type="STRING" size="256" sumtext="사용자ID"/>
- <Column id="usernm" type="STRING" size="256" sumtext="사용자명"/>
- <Column id="workallhalf" type="STRING" size="256" sumtext="중환자실근무타입(A:전일 H:반일 R:대체)"/>
- <Column id="reason" type="STRING" size="256" sumtext="삭제 사유"/>
- </ColumnInfo>
- <Rows>
- <Row/>
- </Rows>
- </Dataset>
- <Dataset id="ds_cond" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
- <ColumnInfo>
- <Column id="flag" type="STRING" size="256"/>
- <Column id="superyn" type="STRING" size="256"/>
- <Column id="authyn" type="STRING" size="256"/>
- <Column id="basedd" type="STRING" size="256"/>
- <Column id="authdeptcd" type="STRING" size="256"/>
- <Column id="workcd" type="STRING" size="256"/>
- <Column id="worktype" type="STRING" size="256"/>
- <Column id="orddeptcd" type="STRING" size="256"/>
- <Column id="orddeptnm" type="STRING" size="256"/>
- <Column id="appuseryn" type="STRING" size="256"/>
- <Column id="comuseryn" type="STRING" size="256"/>
- <Column id="comuserid" type="STRING" size="256"/>
- <Column id="comusernm" type="STRING" size="256"/>
- </ColumnInfo>
- <Rows>
- <Row/>
- </Rows>
- </Dataset>
- <Dataset id="ds_workallhalf" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
- <ColumnInfo>
- <Column id="data" type="STRING" size="256"/>
- <Column id="code" type="STRING" size="256"/>
- </ColumnInfo>
- <Rows>
- <Row>
- <Col id="data">전일</Col>
- <Col id="code">A</Col>
- </Row>
- <Row>
- <Col id="data">반일</Col>
- <Col id="code">H</Col>
- </Row>
- <Row>
- <Col id="data">대체</Col>
- <Col id="code">R</Col>
- </Row>
- <Row>
- <Col id="code">-</Col>
- <Col id="data">전공의</Col>
- </Row>
- </Rows>
- </Dataset>
- </Objects>
- <Bind>
- <BindItem id="item2" compid="group3.group4.cmb_orddeptcd" propid="value" datasetid="ds_cond" columnid="orddeptcd"/>
- <BindItem id="item3" compid="group3.group1.cpt_worktitle" propid="text" datasetid="ds_main_titleinfo" columnid="worktitle"/>
- <BindItem id="item10" compid="group3.group4.ipt_srchdd" propid="value" datasetid="ds_cond" columnid="srchdd"/>
- <BindItem id="item1" compid="SMMMI00950" propid="text" datasetid="ds_cond" columnid="srchdd"/>
- </Bind>
- <Script type="xscript4.0"><![CDATA[//=======================================================================================
- // Lib Include
- //---------------------------------------------------------------------------------------
- include "com_commonxp::comm_main.xjs";
- function SMMMI00950_oninit(obj:Form, e:InitEventInfo)
- {
- frmf_initForm(obj); //폼 초기화
- }
- function SMMMI00950_onload(obj:Form, e:LoadEventInfo)
- {
- try{
- ds_cond.copyData(arg_ds_cond);
- }
- catch(err){
- if( ds_cond.rowcount == 0 )
- ds_cond.addRow();
- }
- fSearch();
- }
- function btn_close_onclick(obj:Button, e:ClickEventInfo)
- {
- this.close();
- }
- function fSearch(){
- var oParam = {};
- oParam.id = "TRMMI00951";
- oParam.service = "prcpinfoapp.PrcpInfoEtcMngt";
- oParam.method = "reqGetICUExclusiveChargeDoctorDeleteReason";
- oParam.inds = "req=ds_cond";
- oParam.outds = "ds_result=result";
- oParam.async = false;
- tranf_submit(oParam);
- }
- ]]></Script>
- </Form>
- </FDL>
|