SMMRS01200_입원환자일보.xrw 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <?xml-stylesheet href="../../../com/commonweb/css/common.css" type="text/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>입원환자일보</xhtml:title>
  6. <model id="model1">
  7. <instance id="instance1">
  8. <root xmlns="">
  9. <main>
  10. <searchDate/>
  11. </main>
  12. <send>
  13. <searchDate/>
  14. </send>
  15. </root>
  16. </instance>
  17. </model>
  18. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  19. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  20. <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
  21. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  22. <script type="javascript" src="../../../emr/emrstatsweb/js/SMMRS01200.js"/>
  23. </xhtml:head>
  24. <xhtml:body>
  25. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:106px; height:13px; ">입퇴원환자일보</caption>
  26. <shape id="roundrect2" appearance="roundrect" style="left:0px; top:20px; width:1195px; height:60px; background-color:#fffbf2; border-color:#ffd799; "/>
  27. <caption id="caption1" class="search_name" style="left:11px; top:43px; width:86px; height:17px; ">조회기간 :</caption>
  28. <input id="input5" ref="/root/main/searchDate" class="input_search" inputtype="date" style="left:100px; top:43px; width:100px; height:19px; ">
  29. <script type="javascript" ev:event="xforms-value-changed">
  30. <![CDATA[
  31. var searchDate = model.getValue("/root/main/searchDate");
  32. model.setValue("/root/send/searchstartdate", searchDate);
  33. model.refresh();
  34. ]]>
  35. </script>
  36. </input>
  37. <button id="button1" class="btn1_letter2" style="left:1055px; top:43px; width:56px; height:22px; ">
  38. <caption>조회</caption>
  39. <script type="javascript" ev:event="DOMActivate">
  40. <![CDATA[
  41. var searchDate = model.getValue("/root/send/searchstartdate");
  42. fClicked("search", grd_statslist);
  43. //fCalculateStats();
  44. ]]>
  45. </script>
  46. </button>
  47. <button id="button3" class="btn1_letter2" style="left:1121px; top:43px; width:56px; height:22px; ">
  48. <caption>출력</caption>
  49. <script type="javascript" ev:event="DOMActivate">
  50. <![CDATA[
  51. alert("기능 구현중입니다.");
  52. ]]>
  53. </script>
  54. </button>
  55. <line id="line2" style="x1:210px; y1:42px; x2:210px; y2:64px; border-color:#ffe4bb; border-left-style:solid; "/>
  56. <line id="line5" style="x1:1045px; y1:30px; x2:1045px; y2:75px; border-color:#ffe4bb; border-left-style:solid; "/>
  57. <caption id="caption3" class="tit_2" style="left:0px; top:90px; width:157px; height:13px; ">입퇴원환자일보</caption>
  58. <line id="line23" class="line_1" style="x1:0px; y1:105px; x2:1195px; y2:105px; "/>
  59. <datagrid id="datagrid1" caption="진료과^진료과^진료과^입원환자수^퇴원환자수^사망환자수^금일재원환자수^caption3|진료과^진료코드^영문약어^입원환자수^퇴원환자수^사망환자수^금일재원환자수^caption3" colsep="^" colwidth="100, 100, 100, 100, 100, 100, 100, 100" mergecellsfixedrows="bycolrec" rowsep="|" style="left:0px; top:110px; width:1195px; height:135px; ">
  60. <col/>
  61. <col/>
  62. <col/>
  63. <col/>
  64. <col/>
  65. <col/>
  66. <col/>
  67. <col/>
  68. </datagrid>
  69. <button id="btn_ex" class="btn2_letter2" style="left:1153px; top:85px; width:42px; height:19px; ">
  70. <caption>엑셀</caption>
  71. <script type="javascript" ev:event="DOMActivate">
  72. <![CDATA[
  73. fSaveExcel();
  74. ]]>
  75. </script>
  76. </button>
  77. </xhtml:body>
  78. </xhtml:html>