SMPMS02200_당일퇴원환자중전일퇴원예고환자현황.xrw 3.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <!--
  3. * 제 목 : SMPAS02400_당일퇴원환자중전일퇴원예고환자현황.xrw
  4. * 설 명 : 당일퇴원환자중전일퇴원예고환자현황
  5. * 설 계 자 :
  6. * 작 성 자 : 유정란
  7. * 작 성 일 : 2008.02.21
  8. * 수정이력 : 2008.04.10 김영범
  9. 1. UI 명 수정함 (SMPAS02400 -> SMPMS02200)
  10. 2. Submissino 명 수정함 (TRPAS02401 -> TRPMS02201)
  11. * 기 타 :
  12. -->
  13. <?xml-stylesheet href="../../../com/commonweb/css/common.css" type="text/css" ?>
  14. <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">
  15. <xhtml:head>
  16. <xhtml:title>당일퇴원환자 중 전일 퇴원예고 환자 현황</xhtml:title>
  17. <model id="model1">
  18. <instance id="instance1">
  19. <root xmlns="">
  20. <main>
  21. <h_inpt>
  22. <inpt>
  23. <rownum/>
  24. <wardcd/>
  25. <warddepthngnm/>
  26. <roomcd/>
  27. <pid/>
  28. <hngnm/>
  29. <orddeptcd/>
  30. <orddepthngnm/>
  31. <medispclid/>
  32. <usernm/>
  33. <indays/>
  34. <indd/>
  35. <dschdd/>
  36. <dschdclrtyn/>
  37. <dschdclrdt/>
  38. <dschtype/>
  39. <dschtypenm/>
  40. </inpt>
  41. </h_inpt>
  42. </main>
  43. <send>
  44. <data1/>
  45. <data2/>
  46. </send>
  47. </root>
  48. </instance>
  49. <submission id="TRPMS02201" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/h_inpt"/>
  50. </model>
  51. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  52. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  53. <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
  54. <script type="javascript" src="../../../com/commonweb/js/utilHelper.js"/>
  55. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  56. <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
  57. <script type="javascript" ev:event="xforms-ready">
  58. <![CDATA[
  59. model.setValue("/root/send/data1",getCurrentDate());
  60. model.setValue("/root/send/data2",getCurrentDate());
  61. model.refresh();
  62. makeReportPreview(4,70,1200,650);
  63. exeReportPreview("RPPMS02201", "XMLSTR", "","", "false","","","","","false");
  64. ]]>
  65. </script>
  66. </xhtml:head>
  67. <xhtml:body>
  68. <caption id="caption60" class="tit_1" style="left:0px; top:0px; width:261px; height:14px; font-family:돋움; vertical-align:middle; ">당일퇴원환자 중 전일 퇴원예고 환자 현황</caption>
  69. <shape id="roundrect1" class="roundrect_search" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:20px; width:1202px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
  70. <caption id="caption1" style="left:350px; top:30px; width:65px; height:20px; ">퇴원일자</caption>
  71. <input id="input1" ref="/root/send/data1" inputtype="date" style="left:415px; top:29px; width:100px; height:19px; "/>
  72. <input id="input2" ref="/root/send/data2" inputtype="date" style="left:520px; top:29px; width:100px; height:19px; "/>
  73. <button id="btn_search" class="btn1_letter2" navindex="8" style="left:692px; top:27px; width:56px; height:22px; ">
  74. <caption>조회</caption>
  75. <script type="javascript" ev:event="DOMActivate">
  76. <![CDATA[
  77. var fromdd = model.getValue("/root/send/data1");
  78. var todd = model.getValue("/root/send/data2");
  79. if (fromdd == null || fromdd == "" || fromdd == " " || fromdd == "-"){
  80. messageBox("시작일자를 정확히 입력하십시요!","E999","");
  81. return;
  82. }
  83. if (todd == null || todd == "" || todd == " " || todd == "-"){
  84. messageBox("종료일자를 정확히 입력하십시요!","E999","");
  85. return;
  86. }
  87. if (submit("TRPMS02201")) exeReportPreview("RPPMS02201", "XMLSTR", "","", "false","","","","","false");
  88. ]]>
  89. </script>
  90. </button>
  91. </xhtml:body>
  92. </xhtml:html>