SPMNO02300_간호환자메모.xrw 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <?xml-stylesheet type="text/css" href="../../../com/commonweb/css/common.css" ?>
  3. <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">
  4. <xhtml:head>
  5. <xhtml:title>간호환자메모</xhtml:title>
  6. <model id="model1">
  7. <instance id="instance1">
  8. <root xmlns="">
  9. <send>
  10. <patmemo>
  11. <pid/>
  12. <orddeptcd/>
  13. <userid/>
  14. <memo/>
  15. <popupyn/>
  16. <nurseyn/>
  17. </patmemo>
  18. </send>
  19. <main>
  20. <pmemo>
  21. <memo/>
  22. <popupyn/>
  23. </pmemo>
  24. </main>
  25. </root>
  26. </instance>
  27. <script type="javascript" ev:event="xforms-ready">
  28. <![CDATA[
  29. fGetPatMemo();
  30. ]]>
  31. </script>
  32. <submission id="TXMNO02801" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/patmemo" resultref="/root/main/pmemo"/>
  33. </model>
  34. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  35. <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
  36. <script type="javascript" src="../../../emr/outcareweb/js/SPMNO02300.js"/>
  37. </xhtml:head>
  38. <xhtml:body pagewidth="320" pageheight="120" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  39. <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); ">
  40. <button id="btn_cnfm" class="btn2_letter2" style="left:166px; top:83px; width:42px; height:19px; ">
  41. <caption>저장</caption>
  42. <script type="javascript" ev:event="DOMActivate">
  43. <![CDATA[
  44. fSaveMemo();
  45. ]]>
  46. </script>
  47. </button>
  48. <button id="btn_cncl" class="btn2_letter2" style="left:209px; top:83px; width:42px; height:19px; ">
  49. <caption>닫기</caption>
  50. <script type="javascript" ev:event="DOMActivate">
  51. <![CDATA[
  52. window.close();
  53. ]]>
  54. </script>
  55. </button>
  56. <textarea id="tar_smm" ref="/root/main/pmemo/memo" style="left:1px; top:1px; width:250px; height:81px; "/>
  57. <bool id="bool1" checkvalue="Y,N" ref="/root/main/pmemo/popupyn" style="left:90px; top:85px; width:25px; height:15px; "/>
  58. <caption id="caption1" style="left:114px; top:84px; width:50px; height:20px; ">자동팝업</caption>
  59. </group>
  60. </xhtml:body>
  61. </xhtml:html>