1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889 |
- <?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>미비배치</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <cond>
- <fromdd/>
- <pid/>
- <ioflag>D</ioflag>
- <instcd/>
- </cond>
- </main>
- <send>
- </send>
- <init/>
- <temp>
- </temp>
- <batchrsltlist>
- <batchrslt/>
- </batchrsltlist>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- fInitialize();
- ]]>
- </script>
- <submission id="TXMRI02301" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/main/cond" resultref="/root/main/batchrsltlist"/>
- </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="../../../emr/unprepmngtweb/js/SPMRI02300.js"/>
- </xhtml:head>
- <xhtml:body pagewidth="325" pageheight="138" guideline="1,1212;1,309;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:0px; width:309px; height:100px; "/>
- <button id="button1" class="btn4_letter2" style="left:191px; top:104px; width:56px; height:22px; ">
- <caption>확인</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fCnfmBtn();
- ]]>
- </script>
- </button>
- <button id="button2" class="btn4_letter2" style="left:251px; top:104px; width:56px; height:22px; ">
- <caption>취소</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fClose();
- ]]>
- </script>
- </button>
- <caption id="caption1" class="search_name" style="left:15px; top:15px; width:86px; height:17px; ">배치일자:</caption>
- <select1 id="rdo_inoutflag" ref="/root/main/cond/ioflag" appearance="full" cols="4" rows="1" overflow="visible" style="left:112px; top:66px; width:183px; height:19px; border-style:none; ">
- <choices>
- <item>
- <label>퇴원</label>
- <value>D</value>
- </item>
- <item>
- <label>재원</label>
- <value>I</value>
- </item>
- <item>
- <label>외래</label>
- <value>O</value>
- </item>
- <item>
- <label>응급</label>
- <value>E</value>
- </item>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- //fChngRadioBtn();
-
- ]]>
- </script>
- </select1>
- <caption id="caption2" class="search_name" style="left:15px; top:41px; width:86px; height:17px; ">등록번호 :</caption>
- <caption id="caption3" class="search_name" style="left:15px; top:66px; width:86px; height:17px; ">내원구분 :</caption>
- <input id="input1" ref="/root/main/cond/pid" class="input_search" style="left:112px; top:40px; width:90px; height:19px; "/>
- <input id="input2" ref="/root/main/cond/fromdd" class="input_s_essential" inputtype="date" style="left:112px; top:15px; width:90px; height:19px; "/>
- </xhtml:body>
- </xhtml:html>
|