12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697 |
- <?xml version="1.0" encoding="UTF-8"?>
- <?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>EDCChecking</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <reqdata>
- <patinfo>
- <patinfolist>
- <grtype/>
- <hngnm/>
- <pid/>
- </patinfolist>
- </patinfo>
- </reqdata>
- </main>
- <send>
- <hardcdno>201</hardcdno>
- </send>
- <init>
- <curtime/>
- </init>
- <hidden/>
- <temp/>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- fInitData();
- ]]>
- </script>
- <instance id="instance2">
- <root/>
- </instance>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript">
- <![CDATA[
- function fInitData(){
- var param = opener.javascript.getParameter("SPMNV09200_param");
- var paramvalue = param.split("▦");
-
- model.setValue("/root/main/reqdata/patinfo/patinfolist/grtype", paramvalue[0] + " 환자 발생");
- model.setValue("/root/main/reqdata/patinfo/patinfolist/hngnm", paramvalue[1]);
- model.setValue("/root/main/reqdata/patinfo/patinfolist/pid", paramvalue[2]);
- otp_grtype.refresh();
- otp_hngnm.refresh();
- otp_pid.refresh();
- fClock() ;
- window.modelessTopmost= true;
- window.setInterval( "fClock()", 1000 );
- }
- function fClock() {
- var tdate = getCurrentDateTime().substring(0, 4) + "년 "
- + getCurrentDateTime().substring(4, 6) + "월 "
- + getCurrentDateTime().substring(6, 8) + "일 "
- + getCurrentDate().toDate("YYYYMMDD").getDayOfWeek("K") + "요일";
-
- var ttime = getCurrentDateTime().substring(8, 11) + ":"
- + getCurrentDateTime().substring(11, 13) + ":"
- + getCurrentDateTime().substring(13, 15);
-
- model.setValue("/root/init/curtime", tdate + ttime);
-
- otp_curtime.refresh();
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body pagewidth="550" pageheight="300" guideline="1,571;1,-87;1,-88;1,-82;" style="background-color:#fefdea; border-color:#ff9900; ">
- <shape id="roundrect1" class="roundrect_error" appearance="roundrect" style="left:8px; top:6px; width:535px; height:235px; border-color:#ff9900; border-style:solid; "/>
- <caption id="otp_grtype" ref="/root/main/reqdata/patinfo/patinfolist/grtype" appearance="caption" style="left:187px; top:20px; width:350px; height:45px; font-family:HY헤드라인M; font-size:22pt; color:#ff0000; text-align:left; vertical-align:middle; border-style:none; "/>
- <caption id="otp_hngnm" ref="/root/main/reqdata/patinfo/patinfolist/hngnm" appearance="caption" style="left:245px; top:75px; width:255px; height:50px; font-family:HY헤드라인M; font-size:26pt; text-align:left; vertical-align:middle; border-style:none; "/>
- <caption id="otp_pid" ref="/root/main/reqdata/patinfo/patinfolist/pid" appearance="caption" style="left:287px; top:135px; width:250px; height:40px; font-family:HY헤드라인M; font-size:22pt; text-align:left; vertical-align:middle; border-style:none; "/>
- <caption id="otp_curtime" ref="/root/init/curtime" appearance="caption" style="left:157px; top:194px; width:368px; height:30px; font-family:HY헤드라인M; font-size:16pt; text-align:center; vertical-align:middle; border-style:none; "/>
- <caption id="caption3" style="left:187px; top:131px; width:119px; height:50px; font-family:HY헤드라인M; font-size:17pt; vertical-align:middle; ">등록번호</caption>
- <caption id="caption4" style="left:72px; top:185px; width:109px; height:50px; font-family:HY헤드라인M; font-size:17pt; vertical-align:middle; ">현재시간</caption>
- <img id="img1" src="../../../com/commonweb/images/logo014e.jpg" style="left:22px; top:25px; width:160px; height:135px; "/>
- <button id="button1" class="btn4_letter2" style="left:455px; top:260px; width:100px; height:20px; ">
- <caption>닫기</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- window.close();
- ]]>
- </script>
- </button>
- </xhtml:body>
- </xhtml:html>
|