123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <!--
- * 제 목 : 핵의학검사KIT관리.xrw
- * 설 명 : 핵의학검사KIT관리
- * 설 계 자 : (주)에이씨케이 - 송요셉
- * 작 성 자 : (주)에이씨케이 - 송요셉
- * 작 성 일 : 2008.12.11
- * 수정이력 :
- * 기 타 :
- -->
- <?xml-stylesheet href="../../../com/commonweb/css/common.css" type="text/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>핵의학검사KIT관리</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <nuclcdlist>
- <tclscd/>
- <tclsnm/>
- <nuclcd/>
- </nuclcdlist>
- <kitlist>
- <nm/>
- <cd/>
- </kitlist>
- </main>
- <send>
- <nucllist/>
- </send>
- <init>
- </init>
- <hidden>
- </hidden>
- </root>
- </instance>
- <script src="../../../com/commonweb/js/common.js" type="javascript"/>
- <script src="../../../com/commonweb/js/dateHelper.js" type="javascript"/>
- <script src="../../../com/commonweb/js/tfHelper.js" type="javascript"/>
- <script src="../../../lis/commonweb/js/LLZ001.js" type="javascript"/>
- <script src="../../../lis/commonweb/js/LZZ001.js" type="javascript"/>
- <script src="../../../lis/commonweb/js/LPZ001.js" type="javascript"/>
- <script ev:event="xforms-ready" type="javascript">
- <![CDATA[
- init();
- ]]>
- </script>
- <submission id="TRLNP90501" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/"/>
- <submission id="TXLNP90501" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance"/>
- </model>
- <script type="javascript">
- <![CDATA[
- function init(){
-
- model.removeNodeset("/root/main/nuclcdlist");
-
- model.removeNodeset("/root/main/kitlist");
-
- submit("TRLNP90501");
-
- }
-
- function setNuclcd(){
-
- model.setvalue("/root/send/nucllist" , grd_nuclcdlist.getUpdateData());
-
- submit("TXLNP90501")
-
- init();
- }
-
-
-
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body pagewidth="520" pageheight="700" style="margin-left:8; margin-top:8; margin-right:8; margin-bottom:8; ">
- <group id="group1" style="left:0px; top:0px; width:515px; height:680px; ">
- <caption id="caption1" class="tit_2" style="left:0px; top:10px; width:125px; height:14px; ">검사별 KIT 리스트</caption>
- <datagrid id="grd_nuclcdlist" nodeset="/root/main/nuclcdlist" caption="검사코드^검사항목명^KIT" colsep="^" colwidth="120, 170, 170" ellipsis="true" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" style="left:0px; top:30px; width:500px; height:615px; ">
- <col ref="tclscd" style="text-align:center; "/>
- <col ref="tclsnm" style="text-align:center; "/>
- <col ref="nuclcd" type="combo" style="text-align:center; ">
- <choices>
- <itemset nodeset="/root/main/kitlist">
- <label ref="nm"/>
- <value ref="cd"/>
- </itemset>
- </choices>
- </col>
- </datagrid>
- <line id="line1" class="line_1" style="x1:0px; y1:25px; x2:500px; y2:25px; "/>
- <button id="btn_cfm" class="btn4_letter2" style="left:442px; top:650px; width:56px; height:22px; ">
- <caption>닫기</caption>
- <script ev:event="onclick" type="javascript">
- <![CDATA[
- window.close();
- ]]>
- </script>
- </button>
- <button id="button1" class="btn4_letter2" style="left:382px; top:650px; width:56px; height:22px; ">
- <caption>저장</caption>
- <script ev:event="onclick" type="javascript">
- <![CDATA[
- setNuclcd();
- ]]>
- </script>
- </button>
- </group>
- </xhtml:body>
- </xhtml:html>
|