12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788 |
- <?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>
- <dschdclrt>
- <dschdclrt>
- <pid/>
- <indd/>
- <cretno/>
- <seqno/>
- <dschdclrtyn/>
- <dschdclrdt/>
- <dschdclrdd/>
- <dschdclrtrgstid/>
- <dschdclrtrgstnm/>
- <dschdclrtrgstdt/>
- </dschdclrt>
- </dschdclrt>
- </main>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- fReqDschDclrtInfo();
- ]]>
- </script>
- <submission id="TRMMO04304" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata" resultref="/root/main/dschdclrt"/>
- <submission id="TXMMO00401" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/savedata" resultref="/root/temp"/>
- </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/prcpmngtweb/js/MMO001.js"/>
- <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
- <script type="javascript" src="../../../emr/prcpmngtweb/js/SPMMO15200.js"/>
- </xhtml:head>
- <xhtml:body pagewidth="238" pageheight="121" guideline="1,222;2,121;1,238;" style="margin-left:8; margin-top:8; margin-right:8; margin-bottom:8; ">
- <button id="btn_dschrgst" class="btn4_letter4" style="left:2px; top:82px; width:80px; height:22px; ">
- <caption>예고등록</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fAskDschDclrYn("Y");
- ]]>
- </script>
- </button>
- <input id="ipt_dclrtm" ref="/root/main/cond/dclrtm" visibility="hidden" format="hh:nn" style="left:166px; top:8px; width:56px; height:19px; "/>
- <caption id="caption11" class="cell_1" style="left:1px; top:7px; width:67px; height:23px; vertical-align:middle; ">예정일시</caption>
- <caption id="caption12" class="cell_1" style="left:1px; top:31px; width:67px; height:23px; vertical-align:middle; ">등 록 자</caption>
- <caption id="caption13" class="cell_1" style="left:1px; top:55px; width:67px; height:23px; vertical-align:middle; ">등록일시</caption>
- <button id="btn_close" class="btn4_letter2" style="left:166px; top:82px; width:56px; height:22px; ">
- <caption>종료</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- window.close();
- ]]>
- </script>
- </button>
- <input id="ipt_dclrdd" ref="/root/main/dschdclrt/dschdclrt/dschdclrdd" navindex="-1" inputtype="date" style="left:70px; top:8px; width:94px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- var dschdclrdd = model.getValue("/root/main/dschdclrt/dschdclrt/dschdclrdd");
- if(dschdclrdd < getCurrentDate()){
- messageBox("과거일자로 퇴원예고를", "E001");
- model.setValue("/root/main/dschdclrt/dschdclrt/dschdclrdd", getCurrentDate());
- model.refresh();
- return;
- }
- ]]>
- </script>
- </input>
- <line id="line2" class="line_1" style="x1:1px; y1:1px; x2:222px; y2:1px; "/>
- <output id="opt_dclrtrgstnm" ref="/root/main/dschdclrt/dschdclrt/dschdclrtrgstnm" class="output_fix" style="left:70px; top:32px; width:152px; height:19px; "/>
- <output id="opt_dclrtrgstdt" ref="/root/main/dschdclrt/dschdclrt/dschdclrtrgstdt" class="output_fix" format="yyyy-mm-dd hh:nn:ss" style="left:70px; top:57px; width:152px; height:19px; "/>
- <button id="btn_dschcncl" class="btn4_letter4" style="left:84px; top:82px; width:80px; height:22px; ">
- <caption>예고취소</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fAskDschDclrYn("N");
- ]]>
- </script>
- </button>
- </xhtml:body>
- </xhtml:html>
|