SPMMO14101_주의요망처방체크.xrw 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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. <result>
  10. <warnprcplist>
  11. <prcpcd/>
  12. <prcpnm/>
  13. <errmsg/>
  14. <telno/>
  15. <authdeptcd/>
  16. <authdeptnm/>
  17. <fstrgstrnm/>
  18. <fstrgstdt/>
  19. </warnprcplist>
  20. </result>
  21. </root>
  22. </instance>
  23. <script type="javascript" ev:event="xforms-model-construct-done">
  24. <![CDATA[
  25. grd_prcperrlist.mergeCells = "bycol";
  26. grd_prcperrlist.mergeCol(0) = true;
  27. grd_prcperrlist.merge();
  28. ]]>
  29. </script>
  30. </model>
  31. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  32. <script type="javascript" src="../../../emr/prcpmngtweb/js/MMO001.js"/>
  33. </xhtml:head>
  34. <xhtml:body pagewidth="810" pageheight="380" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  35. <button id="button1" class="btn4_letter4" style="left:627px; top:340px; width:80px; height:22px; ">
  36. <caption>계속저장</caption>
  37. <script type="javascript" ev:event="DOMActivate">
  38. <![CDATA[
  39. opener.javascript.setParameter ( "SPMMO14101_rtn1", "Y" );
  40. window.close();
  41. ]]>
  42. </script>
  43. </button>
  44. <caption id="caption1" class="tit_2" style="left:5px; top:0px; width:171px; height:15px; ">주의요망 처방리스트</caption>
  45. <line id="line7" class="line_1" style="x1:3px; y1:15px; x2:793px; y2:15px; "/>
  46. <caption id="caption2" style="left:353px; top:342px; width:266px; height:20px; color:#ff0000; ">* 주의요망 처방이 있습니다. 저장하시겠습니까 ?</caption>
  47. <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; ">
  48. <col ref="prcpcd"/>
  49. <col ref="prcpnm"/>
  50. <col ref="errmsg"/>
  51. <col ref="telno" style="text-align:center; "/>
  52. <col ref="authdeptnm" style="text-align:center; "/>
  53. </datagrid>
  54. <button id="button2" class="btn4_letter4" style="left:711px; top:340px; width:80px; height:22px; ">
  55. <caption>처방취소</caption>
  56. <script type="javascript" ev:event="DOMActivate">
  57. <![CDATA[
  58. opener.javascript.setParameter ( "SPMMO14101_rtn1", "N" );
  59. window.close();
  60. ]]>
  61. </script>
  62. </button>
  63. </xhtml:body>
  64. </xhtml:html>