123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182 |
- <?xml version="1.0" encoding="utf-8"?>
- <FDL version="1.5">
- <TypeDefinition url="..\..\..\default_typedef.xml"/>
- <Form id="SPLPP02500" position="absolute 0 0 745 572" titletext="임상 정보 조회" onload="SPLPP02500_onload" onkeydown="SPLPP02500_onkeydown">
- <Layouts>
- <Layout>
- <Grid id="grd_eqmtTestList" taborder="1" useinputpanel="false" position="absolute 2 2 743 542" binddataset="ds_grd_grid_testrsltinfo" positiontype="position" autofittype="col">
- <Formats>
- <Format id="default">
- <Columns>
- <Column size="735"/>
- <Column size="0"/>
- <Column size="0"/>
- <Column size="0"/>
- <Column size="0"/>
- <Column size="0"/>
- <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="caption2"/>
- <Cell col="2" text="caption3"/>
- <Cell col="3" text="caption4"/>
- <Cell col="4" text="caption5"/>
- <Cell col="5" text="caption6"/>
- <Cell col="6" text="caption7"/>
- <Cell col="7" text="caption8"/>
- </Band>
- <Band id="body">
- <Cell style="align:left middle;font:굴림체,9;" text="bind:reptrslt"/>
- <Cell col="1" text="bind:level"/>
- <Cell col="2" text="bind:judgmark"/>
- <Cell col="3" text="bind:tkdt"/>
- <Cell col="4" text="bind:rsltdd"/>
- <Cell col="5" text="bind:suppdept"/>
- <Cell col="6" text="bind:pacsno"/>
- <Cell col="7" text="bind:spcno"/>
- </Band>
- </Format>
- </Formats>
- </Grid>
- <Button id="btn_accept" taborder="2" text="닫기" class="btn2" visible="true" position="absolute 699 549 743 569" positiontype="position" onclick="btn_accept_onclick"/>
- </Layout>
- </Layouts>
- <Objects>
- <Dataset id="ds_grd_grid_testrsltinfo" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" reversesubsum="false">
- <ColumnInfo>
- <Column id="reptrslt" type="STRING"/>
- <Column id="level" type="STRING"/>
- <Column id="judgmark" type="STRING"/>
- <Column id="tkdt" type="STRING"/>
- <Column id="rsltdd" type="STRING"/>
- <Column id="suppdept" type="STRING"/>
- <Column id="pacsno" type="STRING"/>
- <Column id="spcno" type="STRING"/>
- </ColumnInfo>
- </Dataset>
- </Objects>
- <Script type="xscript4.0"><![CDATA[/***************************************************************************************
- * System Name : KU2.0
- * Job Name :
- * File Name : SPLPP02500_임상정보조회.xfdl
- * Creator :
- * Make Date : 2015-11-11
- *
- * Description :
- *---------------------------------------------------------------------------------------
- * Modify Date Modifier Modify Description
- *---------------------------------------------------------------------------------------
- * 2015-11-11 DBS Converting Program(TF->XP)
- *
- *---------------------------------------------------------------------------------------
- ****************************************************************************************/
- //=======================================================================================
- // xjs Include
- //---------------------------------------------------------------------------------------
- include "com_commonxp::comm_main.xjs";
- //=======================================================================================
- // Event
- //---------------------------------------------------------------------------------------
- /****************************************************************************************
- * Components :
- * Components ID : SPLPP02500
- * Event : onload
- * Argument : 01.obj : Object Event has occurred
- * : 02.e : Event Object
- * Description :
- ****************************************************************************************/
- function SPLPP02500_onload(obj:Form, e:LoadEventInfo)
- {
- frmf_initForm(obj); // 화면공통
-
- if (frmf_checkOpener()) { //opener 검사
- var param = opener.frmf_getParameter("opener_parameter_id"); //
-
- if(!utlf_isNull(param)) { // opener parameter value가 있는 경우
- //parameter value를 이용하여 프로그램 수행
- condarray = param.split("▦");
-
- var sInDsName = dsf_createDsRow("ds_temp_search"
- , [{col: "instcd", val:condarray[0] }
- , {col: "ptno", val: condarray[1]}
- , {col: "pid", val: condarray[2]}
- , {col: "workflagcd", val: condarray[3]}
- , {col: "prcpgenrflag", val: condarray[4]}
- , {col: "scrno", val: condarray[5]}]);
-
- var oParam = {};
- oParam.id = "TRLPZ00107";
- oParam.service = "plgyrefmngtapp.TestRsltRef";
- oParam.method = "reqGetTestRsltInfo";
- oParam.inds = "refData="+sInDsName;
- oParam.outds = "ds_grd_grid_testrsltinfo=refrslt";
- oParam.async = false;
- oParam.callback = "cf_TRLPZ00107";
- tranf_submit(oParam);
-
- }
- }
-
- }
- function cf_TRLPZ00107(sSvcId, nErrorCode, sErrorMsg) {
- if(nErrorCode < 0) return;
- }
- /****************************************************************************************
- * Components :
- * Components ID : Button00
- * Event : onclick
- * Argument : 01.obj : Object Event has occurred
- * : 02.e : Event Object
- * Description :
- ****************************************************************************************/
- // 닫기 버튼
- function Button00_onclick(obj:Button, e:ClickEventInfo)
- {
- this.close();
- }
- /****************************************************************************************
- * Components :
- * Components ID : btn_accept
- * Event : onclick
- * Argument : 01.obj : Object Event has occurred
- * : 02.e : Event Object
- * Description :
- ****************************************************************************************/
- // 확인
- function btn_accept_onclick(obj:Button, e:ClickEventInfo)
- {
- this.close();
- }
- /****************************************************************************************
- * Components :
- * Components ID : SPLPP02500
- * Event : onkeydown
- * Argument : 01.obj : Object Event has occurred
- * : 02.e : Event Object
- * Description :
- ****************************************************************************************/
- // esc 누르면 종료
- function SPLPP02500_onkeydown(obj:Form, e:KeyEventInfo)
- {
- if(e.keycode == "27"){
- this.close();
- }
- }
- ]]></Script>
- </Form>
- </FDL>
|