1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <!--
- * @(#)SMPID33000_DRG기준자료 관리.xrw
- * 수정이력
- * - 2013.01.19 / 최초작성 / 이경민
- -->
- <?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>
- <drgalist>
- <drga/>
- </drgalist>
- </main>
- <init>
- </init>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-close">
- <![CDATA[
- opener.model.makeValue("/root/main/item1/iteminfo/dumprmk",textarea1.value);
- ]]>
- </script>
- <submission id="TRPIJ03400" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/hidden/list" resultref="/root/main"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/numericHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
- </xhtml:head>
- <xhtml:body pagewidth="320" pageheight="200" guideline="1,1163;2,727;2,739;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <textarea id="textarea1" ref="/root/main/drgalist/drga" style="left:0px; top:15px; width:300px; height:145px; "/>
- <caption id="caption98" class="tit_2" style="left:0px; top:0px; width:78px; height:15px; ">사유</caption>
- <button id="btn_save" class="btn4_letter2" style="left:245px; top:165px; width:56px; height:22px; ">
- <caption>저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- model.dispatch("xforms-close");
- ]]>
- </script>
- </button>
- </xhtml:body>
- </xhtml:html>
|