123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <!--
- * 제 목 : SMLLP01100_미생물누적결과조회.xrw
- * 설 명 : 미생물누적결과조회
- * 설 계 자 : (주)에이씨케이 - 송요셉
- * 작 성 자 : (주)에이씨케이 - 송요셉
- * 작 성 일 : 2007.09.17
- * 수정이력 :
- * 기 타 :
- -->
- <?xml-stylesheet type="text/css" href="../../../com/commonweb/css/common.css" ?>
- <xhtml:html xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.w3.org/2002/01/xforms" xmlns:ev="http://www.w3.org/2001/xml-events">
- <xhtml:head>
- <xhtml:title>미생물누적결과조회</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root>
- <main>
- <MicroRsltList>
- <prcpdd/>
- <prcpdr/>
- <ioflag/>
- <tclskind/>
- <testdd/>
- <testnm/>
- <spcnm/>
- <testrslt/>
- <bcno/>
- <pid/>
- <hngnm/>
- </MicroRsltList>
- </main>
- <send>
- <pid/>
- <usdd/>
- <uedd/>
- </send>
- <init>
- </init>
- <hidden>
- <ref>
- <pid/>
- <usdd/>
- <uedd/>
- <m_pid/>
- <m_ptnm/>
- </ref>
- </hidden>
- </root>
- </instance>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- model.setValue("/root/send/pid", model.getValue("/root/hidden/ref/pid"));
- //model.setValue("/root/send/pid", "13378910");
- model.setValue("/root/send/usdd", model.getValue("/root/hidden/ref/usdd"));
- model.setValue("/root/send/uedd", model.getValue("/root/hidden/ref/uedd"));
- submit("TRLLP01101");
- model.setValue("/root/hidden/ref/m_pid",model.getValue("/root/main/MicroRsltList/pid"));
- model.setValue("/root/hidden/ref/m_ptnm",model.getValue("/root/main/MicroRsltList/hngnm"));
- model.refresh();
-
- ]]>
- </script>
- <submission id="TRLLP01101" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/MicroRsltList"/>
- </model>
- <script type="javascript">
- <![CDATA[
- function fClickResultList(){
-
- var row = MicroRsltList.row;
-
- modal("SPLMP90200","", "", "","", "/root/main/MicroRsltList["+row+"]", "/root/hidden/ref/list");
-
- }
-
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body pagewidth="1100" pageheight="750" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="group3" scroll="auto" style="left:0px; top:0px; width:1095px; height:685px; ">
- <line id="line1" class="line_1" style="x1:0px; y1:30px; x2:1090px; y2:30px; "/>
- <caption id="caption3" class="tit_2" style="left:5px; top:5px; width:134px; height:13px; ">미생물결과전체보기</caption>
- <datagrid id="MicroRsltList" nodeset="/root/main/MicroRsltList" caption="처방일자^처방의사^입/외^검사구분^접수일시^결과일시^검사명^검체명^검사결과" colwidth="80, 70, 50, 70, 125, 125,200, 100, 400" dataheight="25" defaultrows="1" ellipsis="true" explorerbar="sortshow" mergecellsfixedrows="bycolrec" rowheader="update" rowheight="25" fixed.background-image="../../../com/commonweb/images/grid_bg.gif" style="left:0px; top:35px; width:1090px; height:646px; ">
- <col ref="prcpdd" format="yyyy-mm-dd"/>
- <col ref="prcpdr"/>
- <col ref="ioflag"/>
- <col ref="tclskind"/>
- <col ref="workdd" format="yyyy-mm-dd hh:nn:ss"/>
- <col ref="reptdt" format="yyyy-mm-dd hh:nn:ss"/>
- <col ref="testnm"/>
- <col ref="spcnm"/>
- <col ref="testrslt"/>
- <col ref="bcno" visibility="hidden"/>
- <col ref="pid" visibility="hidden"/>
- <col ref="hngnm" visibility="hidden"/>
- <script type="javascript" ev:event="ondblclick">
- <![CDATA[
- if(MicroRsltList.isCell(event.target) && MicroRsltList.row >= MicroRsltList.fixedRows ){
- fClickResultList();
- }
- ]]>
- </script>
- <script type="javascript" ev:event="onaftersort">
- <![CDATA[
- MicroRsltList.gridToInstance();
- ]]>
- </script>
- </datagrid>
- <caption id="caption9" class="search_name" style="left:635px; top:10px; width:93px; height:17px; ">등록번호 :</caption>
- <caption id="caption1" class="search_name" style="left:865px; top:10px; width:93px; height:17px; ">환자이름 :</caption>
- <output id="out_pid" ref="/root/hidden/ref/m_pid" style="left:740px; top:5px; width:115px; height:19px; font-size:14pt; font-weight:bold; "/>
- <output id="out_ptnm" ref="/root/hidden/ref/m_ptnm" style="left:965px; top:5px; width:120px; height:19px; font-size:14pt; font-weight:bold; "/>
- </group>
- </xhtml:body>
- </xhtml:html>
|