123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137 |
- <?xml version="1.0" encoding="utf-8"?>
- <FDL version="1.5">
- <TypeDefinition url="..\..\..\default_typedef.xml"/>
- <Form id="SPPID32500" classname="SPPID24500" inheritanceid="" position="absolute 0 0 1024 400" titletext="국내환자사례조회" onload="SPPID24500_onload">
- <Layouts>
- <Layout>
- <Div id="group7" taborder="0" class="div_Layer" position="absolute 0 0 1024 400" anchor="all">
- <Layouts>
- <Layout>
- <Static id="caption00" text="국내환자 사례조회" class="sta_POP_title" position="absolute 12 8 217 28" anchor="default"/>
- <Button id="btn_close" taborder="6" class="btn_POP_cls" position="absolute 999 11 1013 24" anchor="default" onclick="group7_btn_close_onclick"/>
- </Layout>
- </Layouts>
- </Div>
- <Grid id="grd_domecaselist" taborder="1" binddataset="ds_main_domecaselist" useinputpanel="false" position="absolute 3 36 1021 397" oncelldblclick="grd_domecaselist_oncelldblclick" anchor="all" extendsizetype="row" autosizingtype="row">
- <Formats>
- <Format id="default">
- <Columns>
- <Column size="25" band="left"/>
- <Column size="70"/>
- <Column size="90"/>
- <Column size="90"/>
- <Column size="180"/>
- <Column size="240"/>
- <Column size="120"/>
- <Column size="90"/>
- <Column size="200"/>
- <Column size="100"/>
- </Columns>
- <Rows>
- <Row size="30" band="head"/>
- <Row size="24"/>
- </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="외국인(MOU) 수가예상"/>
- </Band>
- <Band id="body">
- <Cell celltype="head" text="expr:currow+1"/>
- <Cell col="1" text="bind:pid"/>
- <Cell col="2" displaytype="date" text="bind:indd"/>
- <Cell col="3" text="bind:indays"/>
- <Cell col="4" displaytype="text" text="bind:orddiag" wordwrap="word" autosizerow="limitmin"/>
- <Cell col="5" displaytype="text" text="bind:opnm" wordwrap="word" autosizerow="limitmin"/>
- <Cell col="6" displaytype="text" text="bind:judgdiag" wordwrap="word" autosizerow="limitmin"/>
- <Cell col="7" displaytype="date" text="bind:opdd"/>
- <Cell col="8" displaytype="text" text="bind:opcd" wordwrap="char" autosizerow="limitmin"/>
- <Cell col="9" displaytype="number" text="bind:opcost" mask="#,###"/>
- </Band>
- </Format>
- </Formats>
- </Grid>
- </Layout>
- </Layouts>
- <Objects>
- <Dataset id="ds_send_srch" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false"/>
- <Dataset id="ds_main_domecaselist" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" loadfiltermode="keep" reversesubsum="false" oncolumnchanged="ds_main_domecaselist_oncolumnchanged">
- <ColumnInfo>
- <Column id="pid" type="STRING" size="256"/>
- <Column id="indd" type="STRING" size="256"/>
- <Column id="indays" type="STRING" size="256"/>
- <Column id="orddiag" type="STRING" size="256"/>
- <Column id="opnm" type="STRING" size="256"/>
- <Column id="judgdiag" type="STRING" size="256"/>
- <Column id="opdd" type="STRING" size="256"/>
- <Column id="opcd" type="STRING" size="256"/>
- <Column id="opcost" type="STRING" size="256"/>
- </ColumnInfo>
- <Rows>
- <Row>
- <Col id="pid">3473770</Col>
- <Col id="indays">4</Col>
- <Col id="orddiag">varicose vein</Col>
- <Col id="opnm">high ligation, inversion stripping, varicosectomy, GSV, Rt</Col>
- <Col id="opdd">20190809</Col>
- <Col id="opcd">O0263-1(광범위정맥류발거술), O2052-1(사지정맥류국소제거술)</Col>
- <Col id="opcost">5891817</Col>
- <Col id="indd">20190808</Col>
- </Row>
- <Row>
- <Col id="pid">1710209</Col>
- <Col id="indays">3</Col>
- <Col id="indd">20190711</Col>
- <Col id="orddiag">varicose vein</Col>
- <Col id="opnm">RFA, GSV, Lt</Col>
- <Col id="opdd">20190712</Col>
- <Col id="opcd">O0264-1(광범위정맥류발거술, 결찰X), LB214B 고주파정맥내폐쇄술</Col>
- <Col id="opcost">5750697</Col>
- </Row>
- </Rows>
- </Dataset>
- </Objects>
- <Script type="xscript4.0"><![CDATA[include "com_commonxp::comm_main.xjs";
- function SPPID24500_onload(obj:Form, e:LoadEventInfo)
- {
- frmf_initForm(obj);
-
- try{
- dsf_makeValue(ds_send_srch, "pid", "string", paramPid);
- }catch(e){}
-
- // var oParam = {};
- // oParam.id = "TRPID24500";
- // oParam.service = "aftjudgapp.InAftJudgTrgtMan";
- // oParam.method = "reqGetKdrgDeptTotDetlList";
- // oParam.inds = "req=ds_send_srch";
- // oParam.outds = "ds_main_kdrgdetllist=item";
- // oParam.async = false;
- // //oParam.callback = "cf_TRPID24500";
- //
- // tranf_submit(oParam);
- }
- function group7_btn_close_onclick(obj:Button, e:ClickEventInfo)
- {
- this.close();
- }
- function grd_domecaselist_oncelldblclick(obj:Grid, e:GridClickEventInfo)
- {
- dsf_copyColInfo(opener.ds_temp, ds_main_domecaselist);
- opener.ds_temp.copyRow(opener.ds_temp.addRow(), ds_main_domecaselist, e.row);
-
- this.close();
- }
- ]]></Script>
- </Form>
- </FDL>
|