12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- <?xml version="1.0" encoding="UTF-8"?>
- <?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="">
- <hidden>
- <temp>
- <pid/>
- <orddd/>
- <cretno/>
- <ordtype/>
- </temp>
- </hidden>
- </root>
- </instance>
- <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/dateHelper.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">
- <![CDATA[
- //
- ]]>
- </script>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- //
- ]]>
- </script>
- </model>
- </xhtml:head>
- <xhtml:body pagewidth="880" pageheight="840" style="margin:0; ">
- <iviewer id="ivw_base" src="./SMMMR06901_서식.xrw" border="solid" style="left:0px; top:0px; width:878px; height:800px; "/>
- <button id="btn_close" class="btn4_letter2" style="left:785px; top:810px; width:56px; height:22px; ">
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- window.close();
- ]]>
- </script>
- <caption>닫기</caption>
- </button>
- <button id="btn_complete" class="btn4_letter2" visibility="hidden" style="left:637px; top:810px; width:56px; height:22px; ">
- <caption>종결</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- ivw_base.window.javaScript.fConfirm("C");
-
- ]]>
- </script>
- </button>
- <button id="btn_save" class="btn4_letter2" visibility="hidden" style="left:575px; top:810px; width:56px; height:22px; ">
- <caption>저장</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- ivw_base.window.javaScript.fConfirm("A");
- ]]>
- </script>
- </button>
- <button id="btn_cancel" class="btn4_letter4" visibility="hidden" style="left:699px; top:810px; width:80px; height:22px; ">
- <caption>종결취소</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- ivw_base.window.javaScript.fConfirm("R");
-
- ]]>
- </script>
- </button>
- </xhtml:body>
- </xhtml:html>
|