1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- <?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>항암FlowSheet배치</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <cond>
- <fromdd/>
- <todd/>
- <instcd/>
- <pid/>
- <userid/>
- </cond>
- </main>
- <send>
- </send>
- <init>
- <bathexec/>
- </init>
- <temp>
- <countinfo>
- <count/>
- </countinfo>
- </temp>
- <batchrsltlist>
- <batchrslt/>
- </batchrsltlist>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- fInitialize();
- ]]>
- </script>
- <submission id="TXMQI04100" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/main/cond"/>
- <submission id="TRMQI04100" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/main/cond" replace="instance" resultref="/root/temp/countinfo"/>
- </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/commonweb/js/stringHelper.js"/>
- <script type="javascript" src="../../../emr/prcpmngtweb/js/MMO001.js"/>
- <script type="javascript" src="../../../emr/qiweb/js/SMMQI04100.js"/>
- </xhtml:head>
- <xhtml:body pagewidth="325" pageheight="120" guideline="1,1212;1,308;1,325;2,160;2,138;" style="margin-left:8; margin-top:8; margin-right:8; margin-bottom:8; ">
- <shape id="roundrect1" appearance="roundrect" ellipsewidth="20" ellipseheight="20" style="left:0px; top:10px; width:309px; height:55px; "/>
- <button id="button1" class="btn4_letter2" style="left:190px; top:70px; width:56px; height:22px; ">
- <caption>확인</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fCnfmBtn();
- ]]>
- </script>
- </button>
- <button id="button2" class="btn4_letter2" style="left:250px; top:70px; width:56px; height:22px; ">
- <caption>취소</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fClose();
- ]]>
- </script>
- </button>
- <caption id="caption1" class="search_name" style="left:5px; top:20px; width:86px; height:17px; ">배치일자:</caption>
- <input id="input2" ref="/root/main/cond/fromdd" class="input_s_essential" inputtype="date" style="left:90px; top:20px; width:90px; height:19px; "/>
- <input id="input1" ref="/root/main/cond/todd" class="input_s_essential" inputtype="date" style="left:205px; top:20px; width:90px; height:19px; "/>
- <caption id="caption2" style="left:185px; top:20px; width:15px; height:20px; ">~</caption>
- <caption id="caption3" style="left:4px; top:73px; width:178px; height:20px; color:#ff0000; ">작업 상 시간이 걸릴수 있습니다.</caption>
- <caption id="caption4" class="search_name" style="left:5px; top:43px; width:89px; height:17px; ">환자번호:</caption>
- <input id="input3" ref="/root/main/cond/pid" style="left:90px; top:41px; width:100px; height:19px; "/>
- </xhtml:body>
- </xhtml:html>
|