12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- <?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>
- <list1/>
- </main>
- <send/>
- <init/>
- <hidden/>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- model.refresh();
- ]]>
- </script>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../emr/carecomweb/js/CareCom.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript">
- <![CDATA[]]>
- </script>
- </xhtml:head>
- <xhtml:body pagewidth="800" pageheight="240" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <datagrid id="datagrid2" nodeset="/root/main/list1" caption="처방코드^처방명^실시일^EDI코드^특정코드" colsep="^" colwidth="126, 364, 72, 101, 72" dataheight="25" ellipsis="true" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" tooltip="true" style="left:5px; top:35px; width:775px; height:145px; vertical-align:middle; ">
- <col ref="snglcalcscorcd"/>
- <col ref="hngnm"/>
- <col ref="execdd" format="yyyy-mm-dd"/>
- <col ref="edicd"/>
- <col ref="spclcd"/>
- </datagrid>
- <line id="line6" class="line_1" style="x1:5px; y1:31px; x2:780px; y2:30px; "/>
- <caption id="caption3" class="tit_1" style="left:0px; top:0px; width:180px; height:14px; vertical-align:middle; ">중증처방메세지</caption>
- <button id="btn_close" class="btn4_letter2" style="left:725px; top:185px; width:56px; height:22px; ">
- <caption>닫기</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- window.close();
- ]]>
- </script>
- </button>
- <shape id="roundrect4" class="roundrect_example" appearance="roundrect" style="left:5px; top:182px; width:335px; height:25px; "/>
- <caption id="caption27" class="hand" style="left:10px; top:182px; width:457px; height:22px; vertical-align:middle; ">중중처방이 존재합니다. 상병을 확인하여 주세요.</caption>
- </xhtml:body>
- </xhtml:html>
|