SPMNV09200_응급환자조회.xrw 4.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <?xml-stylesheet type="text/css" href="../../../com/commonweb/css/common.css" ?>
  3. <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">
  4. <xhtml:head>
  5. <xhtml:title>EDCChecking</xhtml:title>
  6. <model id="model1">
  7. <instance id="instance1">
  8. <root xmlns="">
  9. <main>
  10. <reqdata>
  11. <patinfo>
  12. <patinfolist>
  13. <grtype/>
  14. <hngnm/>
  15. <pid/>
  16. </patinfolist>
  17. </patinfo>
  18. </reqdata>
  19. </main>
  20. <send>
  21. <hardcdno>201</hardcdno>
  22. </send>
  23. <init>
  24. <curtime/>
  25. </init>
  26. <hidden/>
  27. <temp/>
  28. </root>
  29. </instance>
  30. <script type="javascript" ev:event="xforms-ready">
  31. <![CDATA[
  32. fInitData();
  33. ]]>
  34. </script>
  35. <instance id="instance2">
  36. <root/>
  37. </instance>
  38. </model>
  39. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  40. <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
  41. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  42. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  43. <script type="javascript">
  44. <![CDATA[
  45. function fInitData(){
  46. var param = opener.javascript.getParameter("SPMNV09200_param");
  47. var paramvalue = param.split("▦");
  48. model.setValue("/root/main/reqdata/patinfo/patinfolist/grtype", paramvalue[0] + " 환자 발생");
  49. model.setValue("/root/main/reqdata/patinfo/patinfolist/hngnm", paramvalue[1]);
  50. model.setValue("/root/main/reqdata/patinfo/patinfolist/pid", paramvalue[2]);
  51. otp_grtype.refresh();
  52. otp_hngnm.refresh();
  53. otp_pid.refresh();
  54. fClock() ;
  55. window.modelessTopmost= true;
  56. window.setInterval( "fClock()", 1000 );
  57. }
  58. function fClock() {
  59. var tdate = getCurrentDateTime().substring(0, 4) + "년 "
  60. + getCurrentDateTime().substring(4, 6) + "월 "
  61. + getCurrentDateTime().substring(6, 8) + "일 "
  62. + getCurrentDate().toDate("YYYYMMDD").getDayOfWeek("K") + "요일";
  63. var ttime = getCurrentDateTime().substring(8, 11) + ":"
  64. + getCurrentDateTime().substring(11, 13) + ":"
  65. + getCurrentDateTime().substring(13, 15);
  66. model.setValue("/root/init/curtime", tdate + ttime);
  67. otp_curtime.refresh();
  68. }
  69. ]]>
  70. </script>
  71. </xhtml:head>
  72. <xhtml:body pagewidth="550" pageheight="300" guideline="1,571;1,-87;1,-88;1,-82;" style="background-color:#fefdea; border-color:#ff9900; ">
  73. <shape id="roundrect1" class="roundrect_error" appearance="roundrect" style="left:8px; top:6px; width:535px; height:235px; border-color:#ff9900; border-style:solid; "/>
  74. <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; "/>
  75. <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; "/>
  76. <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; "/>
  77. <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; "/>
  78. <caption id="caption3" style="left:187px; top:131px; width:119px; height:50px; font-family:HY헤드라인M; font-size:17pt; vertical-align:middle; ">등록번호</caption>
  79. <caption id="caption4" style="left:72px; top:185px; width:109px; height:50px; font-family:HY헤드라인M; font-size:17pt; vertical-align:middle; ">현재시간</caption>
  80. <img id="img1" src="../../../com/commonweb/images/logo014e.jpg" style="left:22px; top:25px; width:160px; height:135px; "/>
  81. <button id="button1" class="btn4_letter2" style="left:455px; top:260px; width:100px; height:20px; ">
  82. <caption>닫기</caption>
  83. <script type="javascript" ev:event="DOMActivate">
  84. <![CDATA[
  85. window.close();
  86. ]]>
  87. </script>
  88. </button>
  89. </xhtml:body>
  90. </xhtml:html>