12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- <?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="">
- <send>
- <patmemo>
- <pid/>
- <orddeptcd/>
- <userid/>
- <memo/>
- <popupyn/>
- <nurseyn/>
- </patmemo>
- </send>
- <main>
- <pmemo>
- <memo/>
- <popupyn/>
- </pmemo>
- </main>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- fGetPatMemo();
- ]]>
- </script>
- <submission id="TXMNO02801" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/patmemo" resultref="/root/main/pmemo"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
- <script type="javascript" src="../../../emr/outcareweb/js/SPMNO02300.js"/>
- </xhtml:head>
- <xhtml:body pagewidth="320" pageheight="120" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="grup_smm" visibility="visible" style="left:1px; top:2px; width:258px; height:110px; border-color:#adceff; border-width:3px; border-style:solid; gradient:linear(0,0,100%,100%,white,#d7e7ff,1); ">
- <button id="btn_cnfm" class="btn2_letter2" style="left:166px; top:83px; width:42px; height:19px; ">
- <caption>저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fSaveMemo();
- ]]>
- </script>
- </button>
- <button id="btn_cncl" class="btn2_letter2" style="left:209px; top:83px; width:42px; height:19px; ">
- <caption>닫기</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- window.close();
- ]]>
- </script>
- </button>
- <textarea id="tar_smm" ref="/root/main/pmemo/memo" style="left:1px; top:1px; width:250px; height:81px; "/>
- <bool id="bool1" checkvalue="Y,N" ref="/root/main/pmemo/popupyn" style="left:90px; top:85px; width:25px; height:15px; "/>
- <caption id="caption1" style="left:114px; top:84px; width:50px; height:20px; ">자동팝업</caption>
- </group>
- </xhtml:body>
- </xhtml:html>
|