123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181 |
- <?xml version="1.0" encoding="utf-8"?>
- <FDL version="1.5">
- <TypeDefinition url="..\..\..\default_typedef.xml"/>
- <Form id="SMMMI00200" position="absolute 0 0 1091 712" titletext="미생물누적결과조회" onload="SMMMI00200_onload" class="frm_POP">
- <Layouts>
- <Layout>
- <Div position="absolute 8 38 1083 705" id="group3" scrollbars="autoboth">
- <Layouts>
- <Layout>
- <Static text="미생물결과전체보기" position="absolute 2 3 172 20" id="caption3" class="tit_2" anchor="default"/>
- <Grid position="absolute 0 21 1075 667" id="MicroRsltList" binddataset="ds_MicroRsltList" oncelldblclick="group3_MicroRsltList_oncelldblclick" cellsizingtype="col" anchor="default">
- <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"/>
- </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"/>
- </Band>
- <Band id="body">
- <Cell displaytype="date" text="bind:prcpdd"/>
- <Cell col="1" text="bind:orddrnm"/>
- <Cell col="2" text="bind:ioflag"/>
- <Cell col="3" text="bind:tclskind"/>
- <Cell col="4" displaytype="text" text="bind:workdd" mask="@@@@-@@-@@ @@:@@:@@"/>
- <Cell col="5" displaytype="text" text="bind:reptdt" mask="@@@@-@@-@@ @@:@@:@@"/>
- <Cell col="6" style="align:left;padding:0 0 0 3;" text="bind:tclsnm"/>
- <Cell col="7" style="align:left;padding:0 0 0 5;" text="bind:spcnm"/>
- <Cell col="8" style="align:left;padding:0 0 0 5;" text="bind:reptrslt"/>
- <Cell col="9" text="bind:bcno"/>
- <Cell col="10" text="bind:pid"/>
- </Band>
- </Format>
- </Formats>
- </Grid>
- </Layout>
- </Layouts>
- </Div>
- <Static id="caption00" text="미생물누적결과조회" class="sta_POP_title" position="absolute 12 8 224 28"/>
- <Button id="Button00" taborder="1" onclick="Button00_onclick" class="btn_POP_cls" position="absolute 1064 11 1078 25" style="color:#333333ff;"/>
- </Layout>
- </Layouts>
- <Objects>
- <Dataset id="ds_MicroRsltList" firefirstcount="0" firenextcount="0" useclientlayout="false" updatecontrol="true" enableevent="true" loadkeymode="keep" reversesubsum="false">
- <ColumnInfo>
- <Column id="prcpdd" type="STRING"/>
- <Column id="orddrnm" type="STRING"/>
- <Column id="ioflag" type="STRING"/>
- <Column id="testkind" type="STRING"/>
- <Column id="workdd" type="STRING"/>
- <Column id="reptdt" type="STRING"/>
- <Column id="tclsnm" type="STRING"/>
- <Column id="spcnm" type="STRING"/>
- <Column id="reptrslt" type="STRING"/>
- <Column id="bcno" type="STRING"/>
- <Column id="pid" type="STRING"/>
- <Column id="amrmark" type="STRING" size="256"/>
- <Column id="hngnm" type="STRING" size="256"/>
- </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>
- </Dataset>
- <Dataset id="ds_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"/>
- </ColumnInfo>
- </Dataset>
- </Objects>
- <Script type="xscript4.0"><![CDATA[/***************************************************************************************
- * System Name :
- * Job Name :
- * Creator :
- * Make Date : 2014-10-02
- * Description :
- *---------------------------------------------------------------------------------------
- * Modify Date Modifier Modify Description
- *---------------------------------------------------------------------------------------
- * 2014-10-02 Live Converter TF->XP
- *
- *---------------------------------------------------------------------------------------
- ****************************************************************************************/
- include "com_commonxp::comm_main.xjs";
- include "com_commodulexp::SSZFM00401.xjs";
- var arErrorCode = new HashArray();
- function group3_MicroRsltList_oncelldblclick(obj:Grid, e:GridClickEventInfo)
- {
- fClickResultList();
- }
- function fClickResultList(){
-
-
- frmf_modal("SPLMP90200", "SPLMP90200","", "", 1, 0, 0, "", "", "", "", "", "P");
-
- }
- function SMMMI00200_onload(obj:Form, e:LoadEventInfo)
- {
- frmf_initForm(obj); // 초기화
- lf_commoduleDataSetShow(); //DataSet 조회
-
- grdf_initGrid(group3.MicroRsltList);
-
- // ds_send.copyData(ds_SMMMI00200);
- if(frmf_checkOpener()) {
- // opener 전달 데이터셋 조회조건에 복사
- try {
- ds_send.copyData(arg_ds_send);
- } catch(e) {
- }
- }
- sysf_trace(ds_send.saveXML());
- var oParam = {};
- oParam.id = "TRLLP01101";
- oParam.service = "refprintmngtapp.GeneralRefPrintMngt";
- oParam.method = "reqGetMicroAcmlRsltList";
- oParam.inds = "cond=" + "ds_send";
- oParam.outds = "ds_MicroRsltList=getMicroAcmlRsltList" ;
- oParam.async = true;
- oParam.callback = "cf_TRLLP01101";
- tranf_submit(oParam);
- // for (i =1 ; i <group3.MicroRsltList.rowCount ; i++) {
- // var amrmark = this.ds_MicroRsltList.getColumn(i,"amrmark");
- // if (amrmark == "2") {
- // group3.MicroRsltList.setBandProperty("body","cellbackground","#FFCC00");
- // group3.MicroRsltList.setBandProperty("body","cellbackground2","#FFCC00");
- // }
- // }
- for(var i=0; i<group3.MicroRsltList.getCellCount("body");i++){
- var sExpr = "EXPR(getColumn(currow,'amrmark')=='2'?"#FFCC00":"")"
- group3.MicroRsltList.setCellProperty("body", i, "background" ,sExpr);
- group3.MicroRsltList.setCellProperty("body", i, "background2" ,sExpr);
- }
- }
- function cf_TRLLP01101(sSvcId, nErrorCode, sErrorMsg) {
- arErrorCode.push(sSvcId, nErrorCode);
- }
- function Button00_onclick(obj:Button, e:ClickEventInfo)
- {
- this.close();
- }
- ]]></Script>
- </Form>
- </FDL>
|