SMAES06000_심혈관촬영실재료건수.xrw 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. <?xml version="1.0" encoding="EUC-KR"?>
  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>입원처방 월별 재료처방 통계</xhtml:title>
  6. <model id="model1">
  7. <instance id="instance1">
  8. <root xmlns="">
  9. <main>
  10. <statslist/>
  11. <reportdate/>
  12. </main>
  13. <send>
  14. <srchfrom/>
  15. <globalinstance>
  16. <instance1/>
  17. </globalinstance>
  18. <suppdeptcd/>
  19. <gb>dd</gb>
  20. </send>
  21. <init>
  22. </init>
  23. <hidden>
  24. </hidden>
  25. </root>
  26. </instance>
  27. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  28. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  29. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  30. <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
  31. <script type="javascript" src="../../../ast/commonweb/js/AST.js"/>
  32. <script type="javascript" src="../../../ast/examcureweb/js/AEZ0001.js"/>
  33. <script type="javascript" ev:event="xforms-ready">
  34. <![CDATA[
  35. aezfSetSuppDeptcd(); // globalinstance 셋팅하기
  36. var instcd = getUserInfo("dutplceinstcd"); // 기관코드
  37. model.setValue("/root/send/suppdeptcd", model.getValue("/root/send/globalinstance/instance1"));
  38. model.setValue("/root/send/srchfrom", getCurrentDate().substring(0, 6)); //시작년도
  39. makeReportPreview(0,60,1195,650);
  40. model.refresh();
  41. ]]>
  42. </script>
  43. <submission id="TRZBC00101"/>
  44. <submission id="TRZSD00109" mediatype="application/x-www-form-urlencoded" method="post"/>
  45. <submission id="TRAES06000" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/statslist"/>
  46. </model>
  47. </xhtml:head>
  48. <xhtml:body pagewidth="1211" pageheight="784" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  49. <group id="grp_tle" style="left:0px; top:0px; width:1195px; height:13px; ">
  50. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:255px; height:13px; ">입원처방 재료건수 통계</caption>
  51. </group>
  52. <group id="grp_biz" scroll="auto" style="left:0px; top:13px; width:1195px; height:744px; ">
  53. <line id="line1" class="line_1" style="x1:0px; y1:55px; x2:1195px; y2:55px; "/>
  54. <group id="group1" style="left:0px; top:10px; width:1195px; height:40px; vertical-align:top; ">
  55. <shape id="roundrect2" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:1190px; height:40px; background-color:#fffbf2; border-color:#ffd799; "/>
  56. <line id="line2" class="line_4" style="x1:1110px; y1:10px; x2:1110px; y2:30px; "/>
  57. <button id="button1" class="btn1_letter2" navindex="4" style="left:1120px; top:9px; width:56px; height:22px; ">
  58. <caption>조회</caption>
  59. <script type="javascript" ev:event="DOMActivate">
  60. <![CDATA[
  61. var gb = model.getValue("/root/send/gb");
  62. model.setValue("/root/main/reportdate", model.getValue("/root/send/srchfrom"));
  63. if (gb == "mm"){
  64. if(submit("TRAES06000")){
  65. exeReportPreview("RPAES06000", "XMLSTR", "/root/main/statslist/item");
  66. }
  67. }else{
  68. if(submit("TRAES06000")){
  69. exeReportPreview("RPAES06100", "XMLSTR", "/root/main/statslist/item");
  70. }
  71. }
  72. ]]>
  73. </script>
  74. </button>
  75. <input id="ipt_fromdd" ref="/root/send/srchfrom" class="input_default" navindex="1" inputtype="date" format="yyyy-mm" style="left:100px; top:10px; width:100px; height:19px; text-align:center; "/>
  76. <caption id="caption3" class="search_name" style="left:15px; top:10px; width:96px; height:17px; ">처방일 :</caption>
  77. <select1 id="rdo_gb" ref="/root/send/gb" appearance="full" cellspacing="10" cols="2" overflow="visible" style="left:335px; top:10px; width:120px; height:20px; border-style:none; ">
  78. <choices>
  79. <item>
  80. <label>일자별</label>
  81. <value>dd</value>
  82. </item>
  83. <item>
  84. <label>월별</label>
  85. <value>mm</value>
  86. </item>
  87. </choices>
  88. <script type="javascript" ev:event="onclick">
  89. <![CDATA[
  90. var gb = model.getValue("/root/send/gb");
  91. if (gb == "mm"){
  92. model.setValue("/root/send/srchfrom", getCurrentDate().substring(0, 4)); //시작년도
  93. ipt_fromdd.refresh();
  94. }else{
  95. model.setValue("/root/send/srchfrom", getCurrentDate().substring(0, 6)); //시작년도
  96. ipt_fromdd.refresh();
  97. }
  98. ]]>
  99. </script>
  100. </select1>
  101. <caption id="caption1" class="search_name" style="left:240px; top:10px; width:96px; height:17px; ">자료유형 :</caption>
  102. </group>
  103. </group>
  104. </xhtml:body>
  105. </xhtml:html>