12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <?xml-stylesheet href="../../../com/commonweb/css/common.css" type="text/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="">
- <main>
- <recinfo>
- <reclist/>
- </recinfo>
- <pidinfo/>
- </main>
- <send>
- </send>
- <init>
- </init>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-model-construct-done">
- <![CDATA[
- fInit();
- ]]>
- </script>
- <submission id="TRMMB04101" mediatype="application/x-www-form-urlencoded" method="post"/>
- <submission id="TRMMB04102" mediatype="application/x-www-form-urlencoded" method="post"/>
- <submission id="TRMMO17401" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata" resultref="/root/main/outpatinfo"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
- <script type="javascript" src="../../../com/userdeptinfoweb/js/ZSU001.js"/>
- <script type="javascript" src="../../../com/departmentcodeweb/js/ZSD001.js"/>
- <script type="javascript" src="../../../emr/prcpmngtweb/js/MMO001.js"/>
- <script type="javascript">
- <![CDATA[
- function fInit() {
- model.removenode("/root/main/recinfo/reclist");
- model.copyNode(root.main.recinfo, opener.root.hidden.recinfo);
- var pid = opener.javascript.getParameter("SMMMO04100_pid");
- var hngnm = opener.javascript.getParameter("SMMMO04100_hngnm");
- model.setValue("/root/main/pidinfo", hngnm + "(" + pid + ")" + "환자의 다음 기록에 포함된 이미지에 오류가 있을 수 있습니다.");
- grd_reclist.rebuild();
- model.refresh();
- }
- ]]>
- </script>
- </xhtml:head>
- <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; ">
- <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:7px; width:583px; height:39px; background-color:#fffbf2; border-color:#ffd799; "/>
- <line id="line1" class="line_1" style="x1:0px; y1:77px; x2:583px; y2:77px; "/>
- <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; ">
- <col ref="recdd" style="text-align:center; "/>
- <col ref="formnm"/>
- </datagrid>
- <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; "/>
- <caption id="caption1" class="tit_2" style="left:5px; top:60px; width:100px; height:13px; ">대상기록</caption>
- <caption id="caption2" style="left:4px; top:218px; width:544px; height:153px; font-weight:bold; line-spacing:3; ">
- <![CDATA[⊙ 오류내용 : 다른 환자의 이미지가 복사되어 저장되는 오류
- ⊙ 발생기간 : 2/3 ~ 3/20 까지 수정저장한 기록 중 일부
- ⊙ 복구기간 : 3/25 ~ 4/4
- 대상기록의 이미지가 오류가 없음을 확인하시거나,
- 오류를 직접 수정하여 저장하신 경우는 담당자(8047,8050)에게 알려주시면 감사하겠습니다.
-
- 빠른 시일 내에 복구하도록 하겠습니다. 진료에 불편을 드려 죄송합니다. (☎ 8047,8050)]]>
- </caption>
- <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; ">
- <caption>닫기</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- window.close();
- ]]>
- </script>
- </button>
- </xhtml:body>
- </xhtml:html>
|