123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145 |
- <?xml version="1.0" encoding="utf-8" standalone="no"?>
- <FDL version="1.5">
- <TypeDefinition url="..\..\..\default_typedef.xml"/>
- <Form id="SPARC02201" position="absolute 0 0 876 900" titletext="의뢰환자(기타)조희" onload="SPARC02201_onload" oninit="SPARC02201_oninit">
- <Layouts>
- <Layout>
- <Button id="btn_search" taborder="0" text="조회" class="btn1" position="absolute 225 6 281 29" onclick="btn_search_onclick"/>
- <Static id="caption3" text="의뢰등록일 :" class="search_name" position="absolute 8 10 107 27"/>
- <Calendar id="input2" taborder="1" autoselect="true" class="input_search" position="absolute 106 9 206 28" mask="yyyy-mm-dd"/>
- <Shape id="line1" class="line_1" position="absolute 0 34 860 37"/>
- <Grid id="grd_list" taborder="2" binddataset="ds_main_reqlist" useinputpanel="false" position="absolute 0 38 860 890" autoenter="select" cellsizingtype="col">
- <Formats>
- <Format id="default">
- <Columns>
- <Column size="26" band="left"/>
- <Column size="77"/>
- <Column size="73"/>
- <Column size="45"/>
- <Column size="103"/>
- <Column size="100"/>
- <Column size="74"/>
- <Column size="132"/>
- <Column size="79"/>
- <Column size="142"/>
- </Columns>
- <Rows>
- <Row size="25" band="head"/>
- <Row size="25"/>
- </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="currow+1"/>
- <Cell col="1" displaytype="text" style="padding:3 3 3 3;" text="bind:pid"/>
- <Cell col="2" displaytype="text" style="padding:3 3 3 3;" text="bind:hngnm"/>
- <Cell col="3" displaytype="text" style="align:center middle;" text="bind:sex"/>
- <Cell col="4" displaytype="date" style="align:left middle;padding:3 3 3 3;" text="bind:orddd" calendardisplaynulltype="nulltext"/>
- <Cell col="5" displaytype="text" style="padding:3 3 3 3;" text="bind:orddeptnm"/>
- <Cell col="6" displaytype="text" style="padding:3 3 3 3;" text="bind:fstrgstrnm"/>
- <Cell col="7" displaytype="date" style="align:left middle;padding:3 3 3 3;" text="bind:fstrgstdt" mask="yyyy-MM-dd HH:mm" calendardisplaynulltype="nulltext"/>
- <Cell col="8" displaytype="text" style="padding:3 3 3 3;" text="bind:lastupdtnm"/>
- <Cell col="9" displaytype="date" style="align:left middle;padding:3 3 3 3;" text="bind:lastupdtdt" mask="yyyy-MM-dd HH:mm" calendardisplaynulltype="nulltext"/>
- </Band>
- </Format>
- </Formats>
- </Grid>
- <Shape id="line00" class="line_10" position="absolute 0 31 860 42"/>
- </Layout>
- </Layouts>
- <Objects>
- <Dataset id="ds_send_search" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
- <ColumnInfo>
- <Column id="rgstdd" type="STRING" size="256"/>
- </ColumnInfo>
- <Rows>
- <Row/>
- </Rows>
- </Dataset>
- <Dataset id="ds_main_reqlist" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false">
- <ColumnInfo>
- <Column id="coophospnm" type="STRING" size="256" sumtext=""/>
- <Column id="pid" type="STRING" size="256" sumtext=""/>
- <Column id="hngnm" type="STRING" size="256" sumtext=""/>
- <Column id="sex" type="STRING" size="256" sumtext=""/>
- <Column id="orddd" type="STRING" size="256" sumtext=""/>
- <Column id="orddeptnm" type="STRING" size="256" sumtext=""/>
- <Column id="fstrgstdt" type="STRING" size="256" sumtext=""/>
- <Column id="fstrgstrnm" type="STRING" size="256" sumtext=""/>
- <Column id="lastupdtdt" type="STRING" size="256" sumtext=""/>
- <Column id="lastupdtnm" type="STRING" size="256" sumtext=""/>
- </ColumnInfo>
- </Dataset>
- </Objects>
- <Bind>
- <BindItem id="item0" compid="input2" propid="value" datasetid="ds_send_search" columnid="rgstdd"/>
- </Bind>
- <Script type="xscript4.0"><![CDATA[/***************************************************************************************
- * System Name :
- * Job Name : KUN2.0 Project
- * Creator :
- * Make Date :
- * Description :
- *---------------------------------------------------------------------------------------
- * Modify Date Modifier Modify Description
- *---------------------------------------------------------------------------------------
- * 2015-11-13 Live Converter TF->XP
- *---------------------------------------------------------------------------------------
- ****************************************************************************************/
- include "com_commonxp::comm_main.xjs";
- function SPARC02201_oninit(obj:Form, e:InitEventInfo)
- {
- frmf_initForm(obj);
- }
- function SPARC02201_onload(obj:Form, e:LoadEventInfo)
- {
- grdf_initGrid(grd_list);
-
- fInit();
- }
- function fInit()
- {
- var rgstdd = opener.frmf_getParameter("SPARC02201_param_rgstdd");
-
- ds_send_search.setColumn(0, "rgstdd",rgstdd);
-
- if (!utlf_isNull(ds_send_search.getColumn(0, "rgstdd")))
- {
- fSearch();
- }
- }
- function fSearch()
- {
- var oParam = {};
- oParam.id = "TRARC02202";
- oParam.service = "healcarecoopapp.ReqMngt";
- oParam.method = "reqGetReqBudoList";
- oParam.inds = "req=ds_send_search";
- oParam.outds = "ds_main_reqlist=reqlist";
- oParam.async = false;
- //oParam.callback = "cf_TRARC02202";
- tranf_submit(oParam);
- }
- function btn_search_onclick(obj:Button, e:ClickEventInfo)
- {
- fSearch();
- }
- ]]></Script>
- </Form>
- </FDL>
|