123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232 |
- <?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>Cyber Knife 예약승인</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <formdata/>
- <send>
- <globalinstance>
- <instance1/>
- </globalinstance>
- <data>
- <prcpdd/>
- <instcd/>
- <rsrvdd/>
- <rsrvtm/>
- <rsrvhour/>
- <rsrvgubun/>
- <rsrvsecond/>
- <pid/>
- <pname/>
- <act/>
- <prcpno/>
- <prcphistno/>
- <ioflag/>
- <execprcpno/>
- <deptcd/>
- </data>
- </send>
- <hidden>
- <count/>
- </hidden>
- </root>
- </instance>
- <!--예약등록 -->
- <submission id="TXAEA01117" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/data" replace="instance" resultref="/root/hidden"/>
- </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/basiccodeweb/js/ZBC001.js"/>
- <script type="javascript" src="../../../ast/examcureweb/js/AEZ0001.js"/>
- <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/utilHelper.js"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- //예약부서
- model.setValue("root/send/data/deptcd","2360500000");
- //처방번호
- model.setValue("root/send/data/prcpno",model.getValue("root/formdata/prcpno"));
- //병원코드
- model.setValue("root/send/data/instcd",model.getValue("root/formdata/instcd"));
-
- //처방이력번호
- model.setValue("root/send/data/prcphistno",model.getValue("root/formdata/prcphistno"));
- //실시처방일련번호
- model.setValue("root/send/data/execprcpno",model.getValue("root/formdata/execprcpno"));
- //처방일
- model.setValue("root/send/data/prcpdd",model.getValue("root/formdata/prcpdd"));
- optPid.value =model.getValue("root/formdata/pid");
- optPname.value =model.getValue("root/formdata/hngnm");
- ]]>
- </script>
- <script type="javascript">
- <![CDATA[
- // 날짜 및 시간 포맷 확인
- function fncSetFormate(arg)
- {
- var rtnValue ='';
- if(arg <10)
- {
-
- rtnValue = '0'+arg;
- }
- else
- {
- rtnValue = arg;
- }
- return rtnValue;
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body pagewidth="390" pageheight="250" guideline="1,1193;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="group1" style="left:0px; top:0px; width:365px; height:13px; "/>
- <group id="grp_biz" scroll="auto" style="left:0px; top:20px; width:365px; height:190px; ">
- <group id="group2" style="left:0px; top:0px; width:365px; height:190px; vertical-align:top; ">
- <caption id="caption29" class="cell_1" style="left:5px; top:30px; width:105px; height:23px; ">환자번호</caption>
- <line id="line15" class="line_1" style="x1:3px; y1:22px; x2:346px; y2:22px; "/>
- <line id="line16" class="line_3" style="x1:0px; y1:147px; x2:346px; y2:147px; "/>
- <line id="line17" class="line_2" style="x1:6px; y1:52px; x2:346px; y2:52px; "/>
- <output id="optPid" ref="/root/send/data/pid" class="output_fix" style="left:115px; top:31px; width:135px; height:19px; "/>
- <caption id="caption35" class="cell_1" style="left:5px; top:60px; width:105px; height:23px; ">환자이름</caption>
- <caption id="caption3" class="cell_1" style="left:5px; top:91px; width:105px; height:23px; ">예약일자</caption>
- <caption id="caption4" class="cell_1" style="left:5px; top:121px; width:105px; height:23px; ">예약시간</caption>
- <caption id="caption20" style="left:163px; top:123px; width:25px; height:20px; ">시</caption>
- <caption id="caption21" style="left:239px; top:123px; width:25px; height:20px; ">분</caption>
- <select1 id="cmbHour" ref="/root/send/data/rsrvhour" appearance="minimal" style="left:115px; top:122px; width:45px; height:19px; ">
- <choices>
- <item>
- <label>00</label>
- <value>00</value>
- </item>
- <item>
- <label>01</label>
- <value>01</value>
- </item>
- <item>
- <label>02</label>
- <value>02</value>
- </item>
- <item>
- <label>03</label>
- <value>03</value>
- </item>
- <item>
- <label>04</label>
- <value>04</value>
- </item>
- <item>
- <label>05</label>
- <value>05</value>
- </item>
- <item>
- <label>06</label>
- <value>06</value>
- </item>
- <item>
- <label>07</label>
- <value>07</value>
- </item>
- <item>
- <label>08</label>
- <value>08</value>
- </item>
- <item>
- <label>09</label>
- <value>09</value>
- </item>
- <item>
- <label>10</label>
- <value>10</value>
- </item>
- <item>
- <label>11</label>
- <value>11</value>
- </item>
- <item>
- <label>12</label>
- <value>12</value>
- </item>
- </choices>
- </select1>
- <select1 id="cmbSecond" ref="/root/send/data/rsrvsecond" appearance="minimal" style="left:185px; top:122px; width:45px; height:19px; ">
- <choices>
- <item>
- <label>00</label>
- <value>00</value>
- </item>
- <item>
- <label>10</label>
- <value>10</value>
- </item>
- <item>
- <label>20</label>
- <value>20</value>
- </item>
- <item>
- <label>30</label>
- <value>30</value>
- </item>
- <item>
- <label>40</label>
- <value>40</value>
- </item>
- <item>
- <label>50</label>
- <value>50</value>
- </item>
- </choices>
- </select1>
- <line id="line3" class="line_2" style="x1:6px; y1:143px; x2:346px; y2:143px; "/>
- <select1 id="cmbGubun" ref="/root/send/data/rsrvgubun" appearance="minimal" style="left:259px; top:122px; width:45px; height:19px; ">
- <choices>
- <item>
- <label>AM</label>
- <value>0</value>
- </item>
- <item>
- <label>PM</label>
- <value>12</value>
- </item>
- </choices>
- </select1>
- <button id="btn_acpt" class="btn4_letter2" disable.background-image="../../../com/commonweb/images/dis_btn4_letter2.gif" style="left:233px; top:155px; width:56px; height:22px; background-image:../../../com/commonweb/images/btn4_letter2.gif; ">
- <caption>저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
-
- //예약시간
- var _hour = eval(model.getValue("root/send/data/rsrvhour"))+ eval(model.getValue("root/send/data/rsrvgubun"))
- var ddtt = fncSetFormate(_hour)+model.getValue("root/send/data/rsrvsecond")
- model.setValue("root/send/data/rsrvtm",ddtt);
-
- var rtnValue = messageBox("예약을","Q006");
- if(rtnValue == 6)
- {
- submit("TXAEA01117");
- }
- ]]>
- </script>
- </button>
- <button id="button1" class="btn4_letter2" disable.ba간ckground-image="../../../com/commonweb/images/dis_btn4_letter2.gif" d="button13" style="left:290px; top:155px; width:56px; height:22px; background-image:../../../com/commonweb/images/btn4_letter2.gif; ">
- <caption>종료</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- window.close();
- ]]>
- </script>
- </button>
- <input id="ipt_date1" ref="/root/send/data/rsrvdd" class="input_default" inputtype="date" style="left:115px; top:92px; width:90px; height:19px; "/>
- <line id="line1" class="line_2" style="x1:6px; y1:83px; x2:346px; y2:83px; "/>
- <output id="optPname" ref="/root/send/data/pname" class="output_fix" style="left:115px; top:60px; width:135px; height:19px; "/>
- <line id="line2" class="line_2" style="x1:6px; y1:114px; x2:346px; y2:114px; "/>
- <caption id="caption6" class="tit_1" style="left:10px; top:5px; width:119px; height:13px; ">예약승인</caption>
- </group>
- </group>
- </xhtml:body>
- </xhtml:html>
|