SMPAS00810_치과과별행위코드별집계.xrw 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. <?xml version="1.0" encoding="UTF-16"?>
  2. <!--
  3. * 화면 : SMPAS00800.xrw
  4. * 설명 : 치과 과별 행위코드별 집계
  5. * 작성자 : 조중래
  6. * 작성일 : 2012/07/26
  7. -->
  8. <?xml-stylesheet type="text/css" href="../../../com/commonweb/css/common.css" ?>
  9. <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">
  10. <xhtml:head>
  11. <xhtml:title>치과과별행위코드별집계</xhtml:title>
  12. <model id="model1">
  13. <instance id="instance1">
  14. <root xmlns="">
  15. <main>
  16. </main>
  17. <send>
  18. <frdd/>
  19. <todd/>
  20. <instcd/>
  21. <inmode/>
  22. <outmode/>
  23. </send>
  24. <hidden>
  25. </hidden>
  26. <init>
  27. <P0108list>
  28. <P0108>
  29. <cdnm/>
  30. <cdid/>
  31. </P0108>
  32. </P0108list>
  33. </init>
  34. </root>
  35. </instance>
  36. <script type="javascript" ev:event="xforms-ready">
  37. <![CDATA[
  38. makeReportPreview(4,70,1200,670);
  39. fInitialize();
  40. ]]>
  41. </script>
  42. </model>
  43. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  44. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  45. <script type="javascript" src="../../../com/commonweb/js/utilHelper.js"/>
  46. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  47. <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
  48. <script type="javascript" src="../../../com/commonweb/js/numericHelper.js"/>
  49. <script type="javascript" src="../../../pam/pamcomnweb/js/PAM.js"/>
  50. <script type="javascript" src="../../../pam/pamcomnweb/js/PAM001.js"/>
  51. <script type="javascript">
  52. <![CDATA[
  53. function fInitialize() {
  54. model.setValue("/root/send/frdd", getCurrentDate());
  55. model.setValue("/root/send/todd", getCurrentDate());
  56. model.setValue("/root/send/outmode", "O");
  57. model.setValue("/root/send/instcd", getUserInfo("posinstcd"));
  58. model.refresh();
  59. }
  60. ]]>
  61. </script>
  62. </xhtml:head>
  63. <xhtml:body pagewidth="1211" pageheight="784" guideline="1,-1;1,3;1,1;">
  64. <group id="group3" style="left:0px; top:0px; width:1211px; height:13px; ">
  65. <caption id="caption60" class="tit_1" style="left:0px; top:0px; width:215px; height:14px; font-family:돋움; vertical-align:middle; ">치과 과별 행위코드별 집계</caption>
  66. </group>
  67. <group id="group2" style="left:4px; top:23px; width:1203px; height:35px; ">
  68. <shape id="roundrect1" class="roundrect_search" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:1202px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
  69. <caption id="caption2" class="search_name" style="left:15px; top:9px; width:198px; height:17px; ">일자:</caption>
  70. <caption id="caption25" style="left:160px; top:10px; width:25px; height:14px; text-align:center; ">~</caption>
  71. <input id="input_frdate" ref="/root/send/frdd" class="input_default" navindex="7" autonext="false" inputtype="date" format="yyyy-mm-dd" style="left:75px; top:9px; width:85px; height:19px; text-align:center; "/>
  72. <input id="input_todate" ref="/root/send/todd" class="input_default" navindex="7" autonext="false" inputtype="date" format="yyyy-mm-dd" style="left:185px; top:9px; width:85px; height:19px; text-align:center; "/>
  73. <button id="button2" class="btn1_letter2" visibility="visible" style="left:1138px; top:7px; width:56px; height:22px; background-image:../../../com/commonweb/images/btn1_letter2.gif; ">
  74. <caption>조회</caption>
  75. <script type="javascript" ev:event="DOMActivate">
  76. <![CDATA[
  77. // 로딩창 열기
  78. //callLoadingWindow("선택진료수당합계 조회중");
  79. // 구분해당하는 보고서 호출
  80. exeReportPreview("RPPAS00810", "XML", "/root/send");
  81. // 로딩창 닫기
  82. //removeLoadingWindow();
  83. ]]>
  84. </script>
  85. </button>
  86. <caption id="caption3" class="search_name" style="left:325px; top:9px; width:86px; height:17px; ">유형구분 :</caption>
  87. <select id="checkbox1" ref="/root/send/outmode" overflow="visible" appearance="full" style="left:420px; top:10px; width:45px; height:15px; border-style:none; ">
  88. <choices>
  89. <item>
  90. <label>외래</label>
  91. <value>O</value>
  92. </item>
  93. </choices>
  94. </select>
  95. <select id="checkbox2" ref="/root/send/inmode" overflow="visible" appearance="full" style="left:470px; top:10px; width:45px; height:15px; border-style:none; ">
  96. <choices>
  97. <item>
  98. <label>입원</label>
  99. <value>I</value>
  100. </item>
  101. </choices>
  102. </select>
  103. </group>
  104. <button id="btn_init" class="btn4_letter3" disable.background-image="../../../com/commonweb/images/dis_btn4_letter3.gif" style="left:1129px; top:760px; width:68px; height:22px; background-image:../../../com/commonweb/images/btn4_letter3.gif; ">
  105. <caption>초기화</caption>
  106. <script type="javascript" ev:event="DOMActivate">
  107. <![CDATA[
  108. fInitialize();
  109. ]]>
  110. </script>
  111. </button>
  112. </xhtml:body>
  113. </xhtml:html>