SPSTP00400_의료정보통계집계.xrw 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <!--
  3. * @(#)SPSTP00340_의료정보통계집계.xrw
  4. * 수정이력
  5. * - 2008.08.08 / 최초작성 / 김종호
  6. -->
  7. <?xml-stylesheet type="text/css" href="../../../com/commonweb/css/common.css" ?>
  8. <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">
  9. <xhtml:head>
  10. <xhtml:title>통계집계</xhtml:title>
  11. <model id="model1">
  12. <instance id="instance1">
  13. <root xmlns="">
  14. <main/>
  15. <send>
  16. <in_dschdd/>
  17. <to_dschdd/>
  18. </send>
  19. <hide/>
  20. <init>
  21. </init>
  22. </root>
  23. </instance>
  24. <script type="javascript" ev:event="xforms-ready">
  25. <![CDATA[
  26. in_dschdd.value = getCurrentDate();
  27. to_dschdd.value = getCurrentDate();
  28. ]]>
  29. </script>
  30. <submission id="TXSTP00400" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send"/>
  31. </model>
  32. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  33. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  34. <script type="javascript" src="../../../com/commonweb/js/numericHelper.js"/>
  35. <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
  36. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  37. <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
  38. </xhtml:head>
  39. <xhtml:body>
  40. <shape id="roundrect3" appearance="roundrect" style="left:0px; top:15px; width:350px; height:185px; "/>
  41. <caption id="caption1" style="left:25px; top:170px; width:234px; height:17px; ">※ 현재일이후 통계는 집계 할 수 없습니다.</caption>
  42. <caption id="caption2" class="search_name" style="left:30px; top:70px; width:85px; height:17px; background-image:../../../com/commonweb/images/search_bullet1.gif; ">기준일자</caption>
  43. <button id="btn_execute" class="btn4_letter2" disable.background-image="../../../com/commonweb/images/dis_btn4_letter2.gif" style="left:266px; top:129px; width:56px; height:22px; background-image:../../../com/commonweb/images/btn4_letter2.gif; ">
  44. <caption>실행</caption>
  45. <script type="javascript" ev:event="DOMActivate">
  46. <![CDATA[
  47. var fDschdd = model.getValue("/root/send/in_dschdd");
  48. var tDschdd = model.getValue("/root/send/to_dschdd");
  49. if(fDschdd>tDschdd){
  50. alert("기간이 잘못되었습니다!");
  51. model.setFocus("in_dschdd");
  52. return;
  53. }
  54. if ( fDschdd != "" && tDschdd != "") {
  55. if(submit("TXSTP00400"))
  56. model.alert("정상적으로 배치를 수행 했습니다.");
  57. else
  58. model.alert("비정상적으로 배치를 수행 했습니다.");
  59. } else {
  60. model.alert("집계일자를 입력하세요");
  61. model.setFocus("in_dschdd");
  62. return;
  63. }
  64. ]]>
  65. </script>
  66. </button>
  67. <group id="grp_tle" style="left:0px; top:0px; width:1146px; height:13px; ">
  68. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:163px; height:14px; background-image:../../../com/commonweb/images/tit_bullet1.gif; ">의료정보 통계집계</caption>
  69. </group>
  70. <input id="in_dschdd" ref="/root/send/in_dschdd" class="input_search" navindex="1" inputtype="date" format="yyyy-mm-dd" style="left:115px; top:70px; width:94px; height:19px; text-align:center; "/>
  71. <input id="to_dschdd" ref="/root/send/to_dschdd" class="input_search" navindex="1" inputtype="date" format="yyyy-mm-dd" style="left:227px; top:70px; width:94px; height:19px; text-align:center; "/>
  72. <caption id="caption3" style="left:212px; top:72px; width:15px; height:20px; ">~</caption>
  73. </xhtml:body>
  74. </xhtml:html>