123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105 |
- <?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>
- <abbrsyreclists>
- <abbrsyreclist>
- <instcd/>
- <abbrcd/>
- <trgtflag/>
- <seqno/>
- <trgtcd/>
- <trgtcnts/>
- <delyn/>
- <fstrgstrid/>
- <fstrgstdt/>
- <lastupdtrid/>
- <lastupdtdt/>
- </abbrsyreclist>
- </abbrsyreclists>
- </main>
- <hidden>
- <condition>
- </condition>
- </hidden>
- <send>
- <abbrcd/>
- <trgtflag>01</trgtflag>
- <listdata/>
- </send>
- <init>
- <abbrcd/>
- <trgtflag>01</trgtflag>
- </init>
- <temp>
- <receive/>
- </temp>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- fInitalize();
- ]]>
- </script>
- <submission id="TRMRT01801" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/abbrsyreclists"/>
- <submission id="TXMRT01802" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/listdata" resultref="/root/main/abbrsyreclists"/>
- </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/dateHelper.js"/>
- <script type="javascript" src="../../../emr/termmngtweb/js/SPMRT01800.js"/>
- </xhtml:head>
- <xhtml:body pagewidth="650" pageheight="530" style="margin-left:0; margin-top:0; margin-right:0; margin-bottom:0; ">
- <datagrid id="grd_list" nodeset="/root/main/abbrsyreclists/abbrsyreclist" caption="동의어" colsep="^" colwidth="600" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheader="update" rowsep="|" style="left:0px; top:37px; width:625px; height:438px; ">
- <col id="trgtcnts" ref="trgtcnts" type="input"/>
- <col id="instcd" ref="instcd" visibility="hidden"/>
- <col id="abbrcd" ref="abbrcd" visibility="hidden"/>
- <col id="trgtflag" ref="trgtflag" visibility="hidden"/>
- <col id="seqno" ref="seqno" visibility="hidden"/>
- </datagrid>
- <line id="line12" class="line_1" style="x1:0px; y1:36px; x2:625px; y2:36px; "/>
- <button id="btn_cancel" class="btn4_letter2" style="left:569px; top:488px; width:56px; height:22px; ">
- <caption>닫기</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- // fCancel();
- window.close();
- ]]>
- </script>
- </button>
- <button id="btn_ok" class="btn4_letter2" style="left:509px; top:488px; width:56px; height:22px; ">
- <caption>저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fOnClickSaveBtn();
- // grd_list.dispatch("ondblclick");
- ]]>
- </script>
- </button>
- <caption id="caption2" class="tit_2" style="left:10px; top:5px; width:190px; height:13px; vertical-align:middle; ">동의어</caption>
- <button id="btn_add" class="btn2_letter3" style="left:517px; top:14px; width:53px; height:19px; ">
- <caption>행추가</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fClickRowAddBtn();
- ]]>
- </script>
- <hint>
- <![CDATA[조회된 진단코드를 화면에서 지웁니다]]>
- </hint>
- </button>
- <button id="btn_delete" class="btn2_letter3" style="left:572px; top:14px; width:53px; height:19px; ">
- <caption>행삭제</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- fClickDeleteBtn();
- ]]>
- </script>
- </button>
- </xhtml:body>
- </xhtml:html>
|