123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161 |
- <?xml version="1.0" encoding="utf-8"?>
- <FDL version="1.5">
- <TypeDefinition url="..\..\..\default_typedef.xml"/>
- <Form id="SMLLP01100" position="absolute 0 0 1094 684" titletext="미생물누적결과조회" oninit="SMLLP01100_oninit" onload="SMLLP01100_onload">
- <Layouts>
- <Layout>
- <Edit id="out_ptnm" taborder="0" readonly="true" position="absolute 945 8 1065 27"/>
- <Edit id="out_pid" taborder="1" readonly="true" position="absolute 713 8 828 27"/>
- <Static id="caption1" text="환자이름 :" class="search_name" position="absolute 865 10 958 27"/>
- <Static id="caption9" text="등록번호 :" class="search_name" position="absolute 635 10 728 27"/>
- <Grid id="MicroRsltList" taborder="2" binddataset="ds_MicroRsltList" useinputpanel="false" position="absolute 0 35 1090 681" oncelldblclick="MicroRsltList_oncelldblclick" cellsizingtype="col">
- <Formats>
- <Format id="default">
- <Columns>
- <Column size="80"/>
- <Column size="70"/>
- <Column size="50"/>
- <Column size="70"/>
- <Column size="125"/>
- <Column size="125"/>
- <Column size="200"/>
- <Column size="100"/>
- <Column size="400"/>
- <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="처방의사"/>
- <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"/>
- <Cell col="10"/>
- <Cell col="11"/>
- </Band>
- <Band id="body">
- <Cell displaytype="date" text="bind:prcpdd" mask="yyyy-MM-dd"/>
- <Cell col="1" text="bind:orddrnm"/>
- <Cell col="2" text="bind:ioflag"/>
- <Cell col="3" text="bind:testkind"/>
- <Cell col="4" displaytype="date" text="bind:workdd" mask="yyyy-MM-dd hh:mm:ss"/>
- <Cell col="5" displaytype="normal" text="bind:reptdt" mask="expr:utlf_isNull(reptdt) || reptdt == '-'?'': '####-##-## ##:##:##'"/>
- <Cell col="6" style="align:left middle;" text="bind:tclsnm"/>
- <Cell col="7" style="align:left middle;" text="bind:spcnm"/>
- <Cell col="8" style="align:left middle;" text="bind:reptrslt"/>
- <Cell col="9" text="bind:bcno"/>
- <Cell col="10" text="bind:pid"/>
- <Cell col="11" text="bind:hngnm"/>
- </Band>
- </Format>
- </Formats>
- </Grid>
- <Static id="caption3" text="미생물결과전체보기" class="tit_2" position="absolute 2 13 146 30"/>
- </Layout>
- </Layouts>
- <Objects>
- <Dataset id="ds_MicroRsltList" firefirstcount="0" firenextcount="0" useclientlayout="true" updatecontrol="true" enableevent="true" loadkeymode="keep" reversesubsum="false">
- <ColumnInfo>
- <Column id="prcpdd" type="STRING" size="256" sumtext="처방일자"/>
- <Column id="orddrnm" type="STRING" size="256" sumtext="처방의사"/>
- <Column id="ioflag" type="STRING" size="256" sumtext="입/외"/>
- <Column id="testkind" type="STRING" size="256" sumtext="검사구분"/>
- <Column id="workdd" type="STRING" size="256" sumtext="접수일자"/>
- <Column id="reptdt" type="STRING" size="256" sumtext="검사일자"/>
- <Column id="tclsnm" type="STRING" size="256" sumtext="검사명"/>
- <Column id="spcnm" type="STRING" size="256" sumtext="검체명"/>
- <Column id="reptrslt" type="STRING" size="256" sumtext="검사결과"/>
- <Column id="bcno" type="STRING" size="256" sumtext="검사결과"/>
- <Column id="pid" type="STRING" size="256" sumtext="검사결과"/>
- <Column id="amrmark" type="STRING" size="256" sumtext="Growth여부"/>
- <Column id="HNGNM" type="STRING" size="256" sumtext="환자이름"/>
- </ColumnInfo>
- </Dataset>
- <Dataset id="ds_send" 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="usdd" type="STRING" size="256"/>
- <Column id="uedd" type="STRING" size="256"/>
- </ColumnInfo>
- <Rows>
- <Row/>
- </Rows>
- </Dataset>
- <Dataset id="ds_hidden_ref" 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="usdd" type="STRING" size="256"/>
- <Column id="uedd" type="STRING" size="256"/>
- <Column id="m_pid" type="STRING" size="256"/>
- <Column id="m_ptnm" type="STRING" size="256"/>
- </ColumnInfo>
- <Rows>
- <Row/>
- </Rows>
- </Dataset>
- </Objects>
- <Script type="xscript4.0"><![CDATA[/***************************************************************************************
- * System Name :
- * Job Name :
- * Creator :
- * Make Date : 2015-05-01
- * Description :
- *---------------------------------------------------------------------------------------
- * Modify Date Modifier Modify Description
- *---------------------------------------------------------------------------------------
- * 2015-05-01 Live Converter TF->XP
- *
- *---------------------------------------------------------------------------------------
- ****************************************************************************************/
- include "com_commonxp::comm_main.xjs";
- include "lis_commonxp::LLZ001.xjs";
- function SMLLP01100_oninit(obj:Form, e:InitEventInfo)
- {
- //폼 초기화 함수
- frmf_initForm(obj);
- }
- function SMLLP01100_onload(obj:Form, e:LoadEventInfo)
- {
- grdf_initGrid(MicroRsltList);
- ds_hidden_ref.copyData(arg_ds_send);
- ds_send.setColumn(0, "pid", ds_hidden_ref.getColumn(0, "pid"));
- ds_send.setColumn(0, "usdd", ds_hidden_ref.getColumn(0, "usdd"));
- ds_send.setColumn(0, "uedd", ds_hidden_ref.getColumn(0, "uedd"));
- //submit("TRLLP01101");
- var oParam = {};
- oParam.id = "TRLLP01101";
- oParam.service = "refprintmngtapp.GeneralRefPrintMngt";
- oParam.method = "reqGetMicroAcmlRsltList";
- oParam.inds = "cond=ds_send";
- oParam.outds = "ds_MicroRsltList=getMicroAcmlRsltList";
- oParam.async = false;
- //oParam.callback = "cf_TRLLP01101";
- tranf_submit(oParam);
-
- dsf_makeValue(ds_hidden_ref, "m_pid") ;
- dsf_makeValue(ds_hidden_ref, "m_ptnm");
- ds_hidden_ref.setColumn(0, "m_pid", ds_MicroRsltList.getColumn(0, "pid"));
- ds_hidden_ref.setColumn(0, "m_ptnm", ds_MicroRsltList.getColumn(0, "HNGNM"));
- }
- //그리드 더블클릭
- function MicroRsltList_oncelldblclick(obj:Grid, e:GridClickEventInfo)
- {
- frmf_modal("SPLMP90200", "SPLMP90200", "", "", "", "", "", "", "", "", "", "", "M");
- }
- ]]></Script>
- </Form>
- </FDL>
|