123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101 |
- <?xml version="1.0" encoding="utf-8"?>
- <FDL version="1.5">
- <TypeDefinition url="..\..\..\default_typedef.xml"/>
- <Form id="SPMMO33410" inheritanceid="" position="absolute 0 0 720 483" titletext="On Call 수당 지급기준변경" class="frm_POP" oninit="SPMMO33410_oninit">
- <Layouts>
- <Layout>
- <Static text="On-Call 수당 지급기준 변경내용 알림" position="absolute 16 8 466 23" id="caption6" class="sta_POP_title"/>
- <Static id="Static00" text="1. 적용일자 : 2015. 09. 01부터 2. 지급시간 : 평 일 18:30 ~ 익일 07:30 주말 및 공휴일 08:30 ~ 익일 08:30 3. 전산입력시 ① 인정사항" position="absolute 9 56 712 138" onclick="Static00_onclick" style="font:arial,10,bold;"/>
- <Static id="Static01" text=" ② 불인정사항 - On-call 전산 입력시 작업내용 란에 진단명만 기재한 경우 - 타 당직수당와 중복일 경우 on-call 수당 제외 (권역심뇌혈관센터, 권역외상센터 등) 4. 수당 지급 구분 ① 병동/응급실 투석, 간단한 처치(이물질 및 부목 제거), 경과관찰, 계획수립 회진(on-call에 의한 응급회진으로 경과기록지에 회진내용, 회진의 서명) ② 수술, 내시경, 시술 4시간이하 / 4시간이상 / 10시간이상(주말 및 공휴일만 적용) ③ 신장내과 정규투석은 on-call 전산입력 제외 (문의사항: 진료행정과 5016~8) 5. 기 타 ① 응급 on-call 당직일때 학회 / 출장 / 연가 등시에는 응급 on-call 당직 변경하여 진료행정과 제출 ② on-call 발생시 즉시 전산 입력 ※ 기타 문의사항 : 진료행정과 (5016~8)" position="absolute 9 247 708 468" style="font:arial,10,bold;" onclick="Static01_onclick"/>
- <Grid id="Grid00" taborder="1" useinputpanel="false" position="absolute 23 145 704 249" binddataset="Dataset00" autofittype="both">
- <Formats>
- <Format id="default">
- <Columns>
- <Column size="105"/>
- <Column size="105"/>
- <Column size="40"/>
- <Column size="200"/>
- <Column size="225"/>
- </Columns>
- <Rows>
- <Row size="24" band="head"/>
- <Row size="45"/>
- <Row size="25"/>
- </Rows>
- <Band id="head">
- <Cell style="font:돋움,10,bold;" text="시작시간"/>
- <Cell col="1" style="font:돋움,10,bold;" text="종료시간"/>
- <Cell col="2" style="font:돋움,10,bold;" text="상태"/>
- <Cell col="3" style="font:돋움,10,bold;" text="신청내용"/>
- <Cell col="4" style="font:돋움,10,bold;" text="작업내용"/>
- </Band>
- <Band id="body">
- <Cell style="font:돋움,9,bold;" text="bind:Column0"/>
- <Cell col="1" style="font:돋움,9,bold;" text="bind:Column1"/>
- <Cell col="2" style="font:돋움,9,bold;" text="bind:Column2"/>
- <Cell col="3" style="font:돋움,9,bold;" text="bind:Column3"/>
- <Cell col="4" displaytype="normal" style="align:center;font:돋움,9,bold;" text="bind:Column4" autosizerow="default" autosizecol="default"/>
- <Cell row="1" colspan="5" style="font:돋움,9,bold;" text="bind:Column5" taborder="undefined"/>
- </Band>
- </Format>
- </Formats>
- </Grid>
- <Button id="Button00" taborder="2" onclick="Button00_onclick" class="btn_POP_cls" position="absolute 692 12 706 25"/>
- </Layout>
- </Layouts>
- <Objects>
- <Dataset id="Dataset00" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
- <ColumnInfo>
- <Column id="Column0" type="STRING" size="256"/>
- <Column id="Column1" type="STRING" size="256"/>
- <Column id="Column2" type="STRING" size="256"/>
- <Column id="Column3" type="STRING" size="256"/>
- <Column id="Column4" type="STRING" size="256"/>
- <Column id="Column5" type="STRING" size="256"/>
- </ColumnInfo>
- <Rows>
- <Row>
- <Col id="Column0">정확한 시간기재</Col>
- <Col id="Column1">정확한 시간기재</Col>
- <Col id="Column2">완료</Col>
- <Col id="Column3">환자의 위급한 상황으로 on-call</Col>
- <Col id="Column4">수술/시술/검사 등 정확한 내용기재
- (약자 기재 금지)</Col>
- <Col id="Column5">수술기록지, 마취기록지, 처치기록지, 경과기록지 등에 반드시 on-call 의사가 의무기록에 서명</Col>
- </Row>
- </Rows>
- </Dataset>
- </Objects>
- <Script type="xscript4.0"><![CDATA[/***************************************************************************************
- * System Name :
- * Job Name :
- * Creator :
- * Make Date : 2015-08-31
- * Description :
- *---------------------------------------------------------------------------------------
- * Modify Date Modifier Modify Description
- *---------------------------------------------------------------------------------------
- * 2015-08-31 엄영만 TF->XP
- *
- *---------------------------------------------------------------------------------------
- ****************************************************************************************/
- //=======================================================================================
- // Lib Include
- //---------------------------------------------------------------------------------------
- include "com_commonxp::comm_main.xjs"
- function SPMMO33410_oninit(obj:Form, e:InitEventInfo)
- {
- frmf_initForm(obj); // 폼 초기화
- }
- function Button00_onclick(obj:Button, e:ClickEventInfo)
- {
- this.close();
- }
- ]]></Script>
- </Form>
- </FDL>
|