SPMMO17800_기록오류알림.xrw 4.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <?xml-stylesheet href="../../../com/commonweb/css/common.css" type="text/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. <main>
  10. <recinfo>
  11. <reclist/>
  12. </recinfo>
  13. <pidinfo/>
  14. </main>
  15. <send>
  16. </send>
  17. <init>
  18. </init>
  19. </root>
  20. </instance>
  21. <script type="javascript" ev:event="xforms-model-construct-done">
  22. <![CDATA[
  23. fInit();
  24. ]]>
  25. </script>
  26. <submission id="TRMMB04101" mediatype="application/x-www-form-urlencoded" method="post"/>
  27. <submission id="TRMMB04102" mediatype="application/x-www-form-urlencoded" method="post"/>
  28. <submission id="TRMMO17401" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata" resultref="/root/main/outpatinfo"/>
  29. </model>
  30. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  31. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  32. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  33. <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
  34. <script type="javascript" src="../../../com/userdeptinfoweb/js/ZSU001.js"/>
  35. <script type="javascript" src="../../../com/departmentcodeweb/js/ZSD001.js"/>
  36. <script type="javascript" src="../../../emr/prcpmngtweb/js/MMO001.js"/>
  37. <script type="javascript">
  38. <![CDATA[
  39. function fInit() {
  40. model.removenode("/root/main/recinfo/reclist");
  41. model.copyNode(root.main.recinfo, opener.root.hidden.recinfo);
  42. var pid = opener.javascript.getParameter("SMMMO04100_pid");
  43. var hngnm = opener.javascript.getParameter("SMMMO04100_hngnm");
  44. model.setValue("/root/main/pidinfo", hngnm + "(" + pid + ")" + "환자의 다음 기록에 포함된 이미지에 오류가 있을 수 있습니다.");
  45. grd_reclist.rebuild();
  46. model.refresh();
  47. }
  48. ]]>
  49. </script>
  50. </xhtml:head>
  51. <xhtml:body pagewidth="600" pageheight="390" guideline="1,583;2,260;" style="background-color:transparent; margin-left:8; margin-top:8; margin-right:8; margin-bottom:8; ">
  52. <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:7px; width:583px; height:39px; background-color:#fffbf2; border-color:#ffd799; "/>
  53. <line id="line1" class="line_1" style="x1:0px; y1:77px; x2:583px; y2:77px; "/>
  54. <datagrid id="grd_reclist" nodeset="/root/main/recinfo/reclist" caption="기록일자^서식명" colsep="^" colwidth="146, 412" ellipsis="true" explorerbar="sortshow" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" style="left:0px; top:82px; width:583px; height:138px; text-align:center; margin-left:0; margin-right:0; ">
  55. <col ref="recdd" style="text-align:center; "/>
  56. <col ref="formnm"/>
  57. </datagrid>
  58. <caption id="out_pid" ref="/root/main/pidinfo" appearance="caption" style="left:10px; top:11px; width:561px; height:31px; font-weight:bold; line-spacing:5; "/>
  59. <caption id="caption1" class="tit_2" style="left:5px; top:60px; width:100px; height:13px; ">대상기록</caption>
  60. <caption id="caption2" style="left:4px; top:218px; width:544px; height:153px; font-weight:bold; line-spacing:3; ">
  61. <![CDATA[⊙ 오류내용 : 다른 환자의 이미지가 복사되어 저장되는 오류
  62. ⊙ 발생기간 : 2/3 ~ 3/20 까지 수정저장한 기록 중 일부
  63. ⊙ 복구기간 : 3/25 ~ 4/4
  64. 대상기록의 이미지가 오류가 없음을 확인하시거나,
  65. 오류를 직접 수정하여 저장하신 경우는 담당자(8047,8050)에게 알려주시면 감사하겠습니다.
  66. 빠른 시일 내에 복구하도록 하겠습니다. 진료에 불편을 드려 죄송합니다. (☎ 8047,8050)]]>
  67. </caption>
  68. <button id="button8" class="btn4_letter2" disable.background-image="../../../com/commonweb/images/dis_btn4_letter2.gif" style="left:527px; top:366px; width:56px; height:22px; background-image:../../../com/commonweb/images/btn4_letter2.gif; ">
  69. <caption>닫기</caption>
  70. <script type="javascript" ev:event="DOMActivate">
  71. <![CDATA[
  72. window.close();
  73. ]]>
  74. </script>
  75. </button>
  76. </xhtml:body>
  77. </xhtml:html>