123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <?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 xmlns="">
- <main>
- <bcollinfo>
- <bcolllist>
- <tclscd/>
- <tclsnm/>
- <reptrslt/>
- </bcolllist>
- </bcollinfo>
- </main>
- <send>
- <data>
- <pid/>
- <tclscd/>
- </data>
- <globalinstance>
- <instance1/>
- </globalinstance>
- </send>
- <hidden>
- <count/>
- <receivedata/>
- </hidden>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
-
- model.removenode("/root/main/bcolllist");
-
- var pid = model.getValue("/root/send/data/pid")
-
- if (pid != "") {
- model.makeValue("/root/send/data/tclscd","NC7329','NC733301','NC733601','NC7494','NC7334");
- submit("TRAEA05201", false);
- }
-
- model.refresh();
-
- ]]>
- </script>
- <submission id="TRAEA05201" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/bcollinfo"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
- <script type="javascript" src="../../../ast/examcureweb/js/AEZ0001.js"/>
- </xhtml:head>
- <xhtml:body pagewidth="470" pageheight="390" guideline="1,1194;2,383;1,449;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="group3" scroll="auto" style="left:0px; top:0px; width:450px; height:350px; ">
- <caption id="caption1" class="tit_2" style="left:5px; top:6px; width:95px; height:13px; ">체외검사결과</caption>
- <line id="line1" class="line_1" style="x1:0px; y1:21px; x2:447px; y2:21px; "/>
- <datagrid id="grd_basecd" nodeset="/root/main/bcollinfo/bcolllist" caption="검사코드^검사명^보고결과" colsep="^" colwidth="90, 215, 100" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" style="left:0px; top:26px; width:447px; height:320px; ">
- <col ref="tclscd"/>
- <col ref="tclsnm"/>
- <col ref="reptrslt" format="#,###.###" style="text-align:right; "/>
- </datagrid>
- </group>
- <group id="group1" scroll="auto" style="left:0px; top:355px; width:448px; height:27px; ">
- <button id="btn_cls" class="btn4_letter2" style="left:386px; top:5px; width:56px; height:22px; ">
- <caption>닫기</caption>
- <close ev:event="DOMActivate"/>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- window.close();
- ]]>
- </script>
- </button>
- </group>
- </xhtml:body>
- </xhtml:html>
|