12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 |
- <?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>
- <cdisinfo>
- <cdislist>
- <cdistestcd/>
- <cdislblcd/>
- <unit/>
- <nmspec/>
- <emrtestnm/>
- <emrtestcd/>
- <cdistestcd_1/>
- </cdislist>
- </cdisinfo>
- </main>
- <send/>
- <init/>
- <hidden/>
- <temp>
- <cdisinfo/>
- </temp>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- fInitialize();
- ]]>
- </script>
- <submission id="TRMNR04401" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/cdisinfo"/>
- <submission id="TXMNR04401" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/cdisinfo"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../emr/carerecweb/js/SMMNR044.js"/>
- <script type="javascript" src="../../../emr/carecomweb/js/CareCom.js"/>
- </xhtml:head>
- <xhtml:body guideline="1,1164;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="group1" style="left:0px; top:0px; width:1195px; height:13px; ">
- <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:257px; height:14px; ">인터페이스 항목관리</caption>
- </group>
- <group id="grp_btn" scroll="auto" style="left:0px; top:757px; width:1195px; height:27px; "/>
- <group id="group5" class="datagrid2" scroll="auto" style="left:0px; top:13px; width:1195px; height:742px; ">
- <caption id="caption22" class="tit_2" style="left:5px; top:10px; width:256px; height:14px; ">Patient Monitor 인터페이스 항목리스트</caption>
- <line id="line1" class="line_1" style="x1:0px; y1:25px; x2:1194px; y2:25px; "/>
- <button id="btn_del" class="btn2_letter2" navindex="4" style="left:1040px; top:3px; width:42px; height:19px; ">
- <caption>삭제</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fDelRow();
- ]]>
- </script>
- </button>
- <button id="btn_add" class="btn2_letter2" navindex="4" style="left:995px; top:3px; width:42px; height:19px; ">
- <caption>추가</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fAddRow();
- ]]>
- </script>
- </button>
- <button id="btn_srch" class="btn5_letter2" style="left:1085px; top:3px; width:42px; height:19px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fSearch();
- ]]>
- </script>
- </button>
- <button id="btn_save" class="btn5_letter4" style="left:1130px; top:3px; width:64px; height:19px; ">
- <caption>항목저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fSave();
- ]]>
- </script>
- </button>
- <datagrid id="grd_cdislist" nodeset="/root/main/cdisinfo/cdislist" allowselection="false" caption="인터페이스 항목코드^라벨코드^단위^인터페이스 항목명^임상관찰 항목명^임상관찰 항목코드^cdistestcd_1" colsep="^" colwidth="195, 190, 180, 190, 190, 198, 0" mergecellsfixedrows="bycolrec" rowheader="update" rowsep="|" style="left:0px; top:30px; width:1194px; height:705px; ">
- <col ref="cdistestcd" type="input"/>
- <col ref="cdislblcd" type="input"/>
- <col ref="unit" type="input"/>
- <col ref="nmspec" type="input"/>
- <col ref="emrtestnm"/>
- <col ref="emrtestcd" type="input"/>
- <col ref="cdistestcd_1"/>
- </datagrid>
- </group>
- </xhtml:body>
- </xhtml:html>
|