123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185 |
- <?xml version="1.0" encoding="utf-8"?>
- <FDL version="1.5">
- <TypeDefinition url="..\..\..\default_typedef.xml"/>
- <Form id="SPMNW04701" position="absolute 0 0 520 350" titletext="피부욕창관찰기록Undermining기준자료" oninit="SPMNW04701_oninit" onload="SPMNW04701_onload" onbeforeclose="SPMNW04701_onbeforeclose" scrollbars="none">
- <Layouts>
- <Layout>
- <Div position="absolute 0 0 521 350" id="group1" scrollbars="none">
- <Layouts>
- <Layout>
- <Static text="피부욕창 관찰기록 Undermining 기준자료" position="absolute 0 0 290 25" id="caption6" class="tit_1" anchor="default"/>
- <Grid position="absolute 0 33 520 350" id="grd_userlist" binddataset="ds_main_detlgrup_getVO" cellsizingtype="col" scrollbars="autoboth" anchor="default" cellclickbound="cell">
- <Formats>
- <Format id="default">
- <Columns>
- <Column size="47"/>
- <Column size="161"/>
- <Column size="312"/>
- <Column size="0"/>
- <Column size="0"/>
- </Columns>
- <Rows>
- <Row size="24" band="head"/>
- <Row size="24"/>
- </Rows>
- <Band id="head">
- <Cell text="선택"/>
- <Cell col="1" text="방향(시)"/>
- <Cell col="2" text="깊이(cm)"/>
- <Cell col="3" text="그룹코드"/>
- <Cell col="4" text="코드"/>
- </Band>
- <Band id="body">
- <Cell displaytype="checkbox" edittype="checkbox" text="bind:sel"/>
- <Cell col="1" style="align:left middle;" text="bind:cdnm"/>
- <Cell col="2" displaytype="text" edittype="text" text="bind:underdepth"/>
- <Cell col="3" text="bind:grupcd"/>
- <Cell col="4" text="bind:cd"/>
- </Band>
- </Format>
- </Formats>
- </Grid>
- <Button position="absolute 478 14 520 32" id="button1" class="btn2" text="확인" onclick="group1_button1_onclick" anchor="default"/>
- </Layout>
- </Layouts>
- </Div>
- </Layout>
- </Layouts>
- <Objects>
- <Dataset id="ds_send" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
- <ColumnInfo>
- <Column id="type" type="STRING" size="256" sumtext="팝업타입"/>
- <Column id="pid" type="STRING" size="256" sumtext="등록번호"/>
- <Column id="grupcd" type="STRING" size="256" sumtext="그룹코드(욕창마스터)"/>
- <Column id="obsrecseq" type="STRING" size="256" sumtext="욕창기록순번"/>
- </ColumnInfo>
- <Rows>
- <Row/>
- </Rows>
- </Dataset>
- <Dataset id="ds_main_detlgrup_getVO" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
- <Dataset id="ds_param" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
- <ColumnInfo>
- <Column id="pid" type="STRING" size="256"/>
- <Column id="grupcd" type="STRING" size="256"/>
- <Column id="obsrecseq" type="STRING" size="256"/>
- </ColumnInfo>
- <Rows>
- <Row/>
- </Rows>
- </Dataset>
- <Dataset id="ds_send_savedata_paramdata" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
- <ColumnInfo>
- <Column id="pid" type="STRING" size="256" sumtext="등록번호"/>
- <Column id="grupcd" type="STRING" size="256" sumtext="그룹코드"/>
- <Column id="obsrecseq" type="INT" size="256" sumtext="욕창기록순번"/>
- </ColumnInfo>
- </Dataset>
- <Dataset id="ds_send_savedata_griddata" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
- <ColumnInfo>
- <Column id="sel" type="STRING" size="256" sumtext="선택여부"/>
- <Column id="cd" type="STRING" size="256" sumtext="under코드"/>
- <Column id="underdepth" type="STRING" size="256" sumtext="under depth"/>
- </ColumnInfo>
- </Dataset>
- </Objects>
- <Script type="xscript4.0"><![CDATA[/***************************************************************************************
- * System Name : 경대 의료정보시스템
- * Job Name : emr_wardcarexp -> SPMNW04701
- * Creator : yjh
- * Make Date : 2016-02-23
- * Description :
- *---------------------------------------------------------------------------------------
- * Modify Date Modifier Modify Description
- *---------------------------------------------------------------------------------------
- * 2016-02-23 yjh TF->XP
- *
- *---------------------------------------------------------------------------------------
- ****************************************************************************************/
- //=======================================================================================
- // Lib Include
- //---------------------------------------------------------------------------------------
- include "com_commonxp::comm_main.xjs";
- include "emr_wardcarexp::SPMNW04701.xjs"; //yjh : 커밋
- //=======================================================================================
- // Global Form Variable
- //---------------------------------------------------------------------------------------
- var wincloseButton = false;
- //=======================================================================================
- // Function
- //---------------------------------------------------------------------------------------
- /****************************************************************************************
- * Argument : N/A
- * Description :
- ****************************************************************************************/
- //=======================================================================================
- // Event
- //---------------------------------------------------------------------------------------
- /****************************************************************************************
- * Components : Form
- * Components ID : SPMNW04701
- * Event : oninit
- * Argument : 01.obj : Object Event has occurred
- * : 02.e : Event Object
- * Description : 화면 처음 초기화시
- ****************************************************************************************/
- function SPMNW04701_oninit(obj:Form, e:InitEventInfo)
- {
- frmf_initForm(obj); //폼 초기화
- }
- /****************************************************************************************
- * Components : Form
- * Components ID : SPMNW04701
- * Event : onload
- * Argument : 01.obj : Object Event has occurred
- * : 02.e : Event Object
- * Description : 화면 로딩 완료시
- ****************************************************************************************/
- function SPMNW04701_onload(obj:Form, e:LoadEventInfo)
- {
- fInitialize();
- }
- /****************************************************************************************
- * Components : Form
- * Components ID : SPMNW04701
- * Event : onbeforeclose
- * Argument : 01.obj : Object Event has occurred
- * : 02.e : Event Object
- * Description : 화면 닫기전
- ****************************************************************************************/
- function SPMNW04701_onbeforeclose(obj:Form, e:CloseEventInfo)
- {
- if( !wincloseButton){
- opener.frmf_setParameter("returnnull","close");
- } else {
- opener.frmf_setParameter("returnnull","confirmbutton");
- }
- }
- /****************************************************************************************
- * Components : Button
- * Components ID : button1
- * Event : onclick
- * Argument : 01.obj : Object Event has occurred
- * : 02.e : Event Object
- * Description : 확인버튼 클릭시
- ****************************************************************************************/
- function group1_button1_onclick(obj:Button, e:ClickEventInfo)
- {
- wincloseButton = true ;
- fSave();
- }
- ]]></Script>
- </Form>
- </FDL>
|