12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- <?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="">
- <result>
- <warnprcplist>
- <prcpcd/>
- <prcpnm/>
- <errmsg/>
- <telno/>
- <authdeptcd/>
- <authdeptnm/>
- <fstrgstrnm/>
- <fstrgstdt/>
- </warnprcplist>
- </result>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-model-construct-done">
- <![CDATA[
- grd_prcperrlist.mergeCells = "bycol";
- grd_prcperrlist.mergeCol(0) = true;
- grd_prcperrlist.merge();
- ]]>
- </script>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../emr/prcpmngtweb/js/MMO001.js"/>
- </xhtml:head>
- <xhtml:body pagewidth="810" pageheight="380" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <button id="button1" class="btn4_letter4" style="left:627px; top:340px; width:80px; height:22px; ">
- <caption>계속저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- opener.javascript.setParameter ( "SPMMO14101_rtn1", "Y" );
- window.close();
- ]]>
- </script>
- </button>
- <caption id="caption1" class="tit_2" style="left:5px; top:0px; width:171px; height:15px; ">주의요망 처방리스트</caption>
- <line id="line7" class="line_1" style="x1:3px; y1:15px; x2:793px; y2:15px; "/>
- <caption id="caption2" style="left:353px; top:342px; width:266px; height:20px; color:#ff0000; ">* 주의요망 처방이 있습니다. 저장하시겠습니까 ?</caption>
- <datagrid id="grd_prcperrlist" nodeset="/root/result/warnprcplist" autoresize="true" caption="처방코드^처방명^주의사항^문의^등록부서" colsep="^" colwidth="70, 200, 340, 60, 90" dataheight="23" ellipsis="true" extendlastcol="scroll" rowheight="23" rowsep="|" selectionmode="free" tooltip="true" style="left:3px; top:20px; width:787px; height:315px; ">
- <col ref="prcpcd"/>
- <col ref="prcpnm"/>
- <col ref="errmsg"/>
- <col ref="telno" style="text-align:center; "/>
- <col ref="authdeptnm" style="text-align:center; "/>
- </datagrid>
- <button id="button2" class="btn4_letter4" style="left:711px; top:340px; width:80px; height:22px; ">
- <caption>처방취소</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- opener.javascript.setParameter ( "SPMMO14101_rtn1", "N" );
- window.close();
- ]]>
- </script>
- </button>
- </xhtml:body>
- </xhtml:html>
|