SMANS00500_임상영양통계.xrw 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  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. <data>
  11. <cdnm/>
  12. <kind1/>
  13. <kind2/>
  14. <kind3/>
  15. <kind4/>
  16. <kind5/>
  17. <sum1/>
  18. <kind6/>
  19. <kind7/>
  20. <kind8/>
  21. <kind9/>
  22. <sum2/>
  23. <kind10/>
  24. <kind11/>
  25. <kind12/>
  26. <sum3/>
  27. <kind13/>
  28. <totalsum/>
  29. </data>
  30. </main>
  31. <send>
  32. <data>
  33. <fromdd/>
  34. <todd/>
  35. </data>
  36. </send>
  37. <init/>
  38. <hidden/>
  39. </root>
  40. </instance>
  41. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  42. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  43. <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
  44. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  45. <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
  46. <script type="javascript" ev:event="xforms-ready">
  47. <![CDATA[
  48. ipt_fromdd.value = getCurrentDate();
  49. ipt_todd.value = getCurrentDate();
  50. makeReportPreview(5,55,1180,700);
  51. ]]>
  52. </script>
  53. <submission id="TRANS00501" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/data" replace="instance" resultref="/root/main"/>
  54. </model>
  55. <script type="javascript">
  56. <![CDATA[
  57. ]]>
  58. </script>
  59. </xhtml:head>
  60. <xhtml:body guideline="1,1193;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  61. <group id="grp_tle" style="left:0px; top:0px; width:1195px; height:13px; ">
  62. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:200px; height:14px; ">임상영양통계</caption>
  63. </group>
  64. <group id="grp_biz" scroll="auto" style="left:0px; top:13px; width:1195px; height:770px; ">
  65. <group id="group1" style="left:5px; top:10px; width:1180px; height:35px; vertical-align:top; ">
  66. <shape id="roundrect2" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:1178px; height:35px; background-color:#fffbf2; "/>
  67. <caption id="caption3" class="search_name" style="left:25px; top:9px; width:65px; height:17px; ">기간 :</caption>
  68. <line id="line14" class="line_4" style="x1:1095px; y1:7px; x2:1095px; y2:29px; "/>
  69. <input id="ipt_fromdd" ref="/root/send/data/fromdd" class="input_default" navindex="2" inputtype="date" style="left:90px; top:9px; width:95px; height:19px; text-align:center; "/>
  70. <input id="ipt_todd" ref="/root/send/data/todd" class="input_default" navindex="2" inputtype="date" style="left:205px; top:9px; width:95px; height:19px; text-align:center; "/>
  71. <caption id="caption11" class="search_n_b" style="left:190px; top:9px; width:12px; height:17px; font-weight:bolder; ">~</caption>
  72. <button id="btn_search" class="btn1_letter2" navindex="4" style="left:1110px; top:7px; width:56px; height:22px; ">
  73. <caption>조회</caption>
  74. <script type="javascript" ev:event="DOMActivate">
  75. <![CDATA[
  76. if (model.getValue("/root/send/data/fromdd") == ""){
  77. messageBox("조회시작일자는", "I003");
  78. model.setFocus("ipt_fromdd");
  79. return;
  80. }
  81. if (model.getValue("/root/send/data/todd") == ""){
  82. messageBox("조회종료일자는", "I003");
  83. model.setFocus("ipt_todd");
  84. return;
  85. }
  86. if (isValidDateTime(model.getValue("/root/send/data/fromdd"), "YYYYMMDD") == false){
  87. messageBox("조회 시작일자의 형식이", "E016");
  88. model.setFocus("ipt_fromdd");
  89. return;
  90. }
  91. if (isValidDateTime(model.getValue("/root/send/data/todd"), "YYYYMMDD") == false){
  92. messageBox("조회 종료일자의 형식이", "E016");
  93. model.setFocus("ipt_todd");
  94. return;
  95. }
  96. if (model.getValue("/root/send/data/fromdd") > model.getValue("/root/send/data/todd")){
  97. messageBox("조회 시작일자는 종료일자 보다 클 수", "I004");
  98. model.setFocus("ipt_fromdd");
  99. return;
  100. }
  101. submit("TRANS00501");
  102. exeReportPreview("RPANS00501", "XMLSTR", "", "", "false","","","","","false", "", "");
  103. ]]>
  104. </script>
  105. </button>
  106. </group>
  107. <line id="line2" class="line_1" style="x1:5px; y1:50px; x2:1185px; y2:50px; "/>
  108. <datagrid id="grd_data" nodeset="/root/main/data" visibility="hidden" caption="구분^일반상담^일반상담^일반상담^일반상담^일반상담^일반상담^협진^협진^협진^협진^협진^영양집중지원^영양집중지원^영양집중지원^영양집중지원^집단교육^총계|구분^초기영양검색^치료식환자관리^식사회진관리^전화영양상담^추구관리^소계^입원^입원^외래^추구관리^소계^영양집중지원^영양집중지원^영양집중지원^영양집중지원^집단교육^총계|구분^초기영양검색^치료식환자관리^식사회진관리^전화영양상담^추구관리^소계^영양평가^영양교육^ 영양교육 ^추구관리^소계^영양평가^영양교육^추구관리^소계^집단교육^총계" colsep="^" colwidth="90, 80, 90, 80, 80, 55, 50, 55, 55, 58, 55, 50, 55, 55, 55, 50, 60, 70" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" style="left:5px; top:74px; width:1183px; height:635px; text-align:center; ">
  109. <col ref="cdnm"/>
  110. <col ref="kind1"/>
  111. <col ref="kind2"/>
  112. <col ref="kind3"/>
  113. <col ref="kind4"/>
  114. <col ref="kind5"/>
  115. <col ref="sum1"/>
  116. <col ref="kind6"/>
  117. <col ref="kind7"/>
  118. <col ref="kind8"/>
  119. <col ref="kind9"/>
  120. <col ref="sum2"/>
  121. <col ref="kind10"/>
  122. <col ref="kind11"/>
  123. <col ref="kind12"/>
  124. <col ref="sum3"/>
  125. <col ref="kind13"/>
  126. <col ref="totalsum"/>
  127. </datagrid>
  128. </group>
  129. </xhtml:body>
  130. </xhtml:html>