12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- <?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>
- <formrec/>
- </send>
- <main>
- <rdocnts/>
- <inptcnts/>
- </main>
- <temp>
- <recinfo>
- <formrec/>
- </recinfo>
- </temp>
- <rslt/>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- fInitalize();
- ]]>
- </script>
- <script type="javascript" ev:event="xforms-close">
- <![CDATA[
-
- ]]>
- </script>
- <submission id="TXMMR01302" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/rslt"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/utilHelper.js"/>
- <script type="javascript" src="../../../emr/commonweb/js/EMRCommon.js"/>
- <script type="javascript" src="../../../emr/medirecweb/js/SPMMR06300.js"/>
- </xhtml:head>
- <xhtml:body pagewidth="255" pageheight="365">
- <caption id="caption22" class="tit_2" style="left:5px; top:10px; width:82px; height:13px; ">반려사유</caption>
- <button id="button43" class="btn4_letter2" style="left:185px; top:335px; width:56px; height:22px; ">
- <caption>취소</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fCancel();
- ]]>
- </script>
- </button>
- <button id="button44" class="btn4_letter2" style="left:125px; top:335px; width:56px; height:22px; ">
- <caption>확인</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fConfirm();
- ]]>
- </script>
- </button>
- <textarea id="tar_etc" ref="/root/main/inptcnts" scroll="auto" maxlength="200" style="left:15px; top:125px; width:225px; height:208px; "/>
- <select id="checkbox1" ref="/root/main/rdocnts" overflow="visible" appearance="full" sep="," vcellspacing="10" style="left:25px; top:25px; width:200px; height:90px; border-style:none; ">
- <choices>
- <item>
- <label>진단명 수정</label>
- <value>진단명수정</value>
- </item>
- <item>
- <label>수술명(처치명) 수정</label>
- <value>수술명(처치명)수정</value>
- </item>
- <item>
- <label>기록내용 수정</label>
- <value>기록내용수정</value>
- </item>
- </choices>
- </select>
- </xhtml:body>
- </xhtml:html>
|