123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <?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>ICNP용어조회</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <icnplist>
- <icnpinfo>
- <smnthngnm/>
- <icnphngterm/>
- <icnpengterm/>
- <cnptid/>
- <localcd/>
- </icnpinfo>
- </icnplist>
- </main>
- <send>
- <reqdata>
- <smnttypecd/>
- <todd/>
- </reqdata>
- </send>
- <hidden>
- </hidden>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- fSrchICNPTerm(); // ICNP용어조회
- ]]>
- </script>
- <submission id="TRMNR05301" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata" resultref="/root/main/icnpinfo"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../emr/carerecweb/js/SPMNR05300.js"/>
- </xhtml:head>
- <xhtml:body pagewidth="780" pageheight="400" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="grp_biz" scroll="auto" style="left:0px; top:5px; width:760px; height:380px; ">
- <caption id="caption1" class="tit_2" style="left:5px; top:10px; width:179px; height:8px; ">ICNP용어조회</caption>
- <line id="line1" class="line_1" style="x1:0px; y1:25px; x2:755px; y2:25px; "/>
- <datagrid id="grd_icnpinfo" nodeset="/root/main/icnplist/icnpinfo" class="datagrid1" caption="SemanticType^ICNP한글명^ICNP영문명^ConceptID^로컬코드" colsep="^" colwidth="131, 186, 187, 140, 92" mergecellsfixedrows="bycolrec" rowsep="|" style="left:0px; top:30px; width:755px; height:347px; ">
- <col ref="smnthngnm" style="text-align:center; "/>
- <col ref="icnphngterm" style="text-align:left; "/>
- <col ref="icnpengterm" style="text-align:left; "/>
- <col ref="cnptid" style="text-align:right; "/>
- <col ref="localcd" style="text-align:right; "/>
- <script type="javascript" ev:event="ondblclick">
- <![CDATA[
- if(checkOpener()){
- model.copyNode(opener.root.hidden.terminfo, "/root/main/icnplist/icnpinfo["+grd_icnpinfo.row+"]");
- } else{
- alert("상위화면이 변경되어 데이터를 전달할 수 없습니다.");
- }
- model.close();
- ]]>
- </script>
- </datagrid>
- </group>
- </xhtml:body>
- </xhtml:html>
|