1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- <?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>
- <cond1/>
- </send>
- </root>
- </instance>
- <submission id="TXMMO99999" mediatype="application/x-www-form-urlencoded" method="post"/>
- <bind id="bind1" ref="/root/hardcd/hardcd/hardcdnm" readonly="../hardcd != 'T'"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../emr/prcpmngtweb/js/MMO001.js"/>
- <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript">
- <![CDATA[
- // 화면 open, 저장시 초기화 기능을 수행한다.
- function fClose() {
- window.close();
- }
-
- /*
- * @desc : 후인증배치 버튼 클릭시
- * : 진료의, 처방적용시작일자의 후인증을 배치로 처리 한다.
- * @
- * @param :
- * @return :
- * @author : 엄영만 2014.04.15
- * @---------------------------------------------------
- */
- function fExeBatch(){
- submit("TXMMO99999")
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body pagewidth="770" pageheight="280" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <caption id="caption6" class="tit_2" style="left:110px; top:10px; width:124px; height:13px; ">배치프로그램 실행</caption>
- <button id="button3" class="btn4_letter4" style="left:120px; top:65px; width:56px; height:22px; ">
- <caption>배치실행</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fExeBatch();
- ]]>
- </script>
- </button>
- <button id="btn_cncl" class="btn4_letter2" style="left:265px; top:65px; width:56px; height:22px; ">
- <caption>닫기</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- window.close();
- ]]>
- </script>
- </button>
- </xhtml:body>
- </xhtml:html>
|