You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

303 lines
23 KiB

1 month ago
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Report ScriptLanguage="CSharp" ReportInfo.Created="08/18/2023 17:01:03" ReportInfo.Modified="04/09/2025 17:42:08" ReportInfo.CreatorVersion="2018.3.13.0">
  3. <ScriptText>using System;
  4. using System.Collections;
  5. using System.Collections.Generic;
  6. using System.ComponentModel;
  7. using System.Windows.Forms;
  8. using System.Drawing;
  9. using System.Data;
  10. using FastReport;
  11. using FastReport.Data;
  12. using FastReport.Dialog;
  13. using FastReport.Barcode;
  14. using FastReport.Table;
  15. using FastReport.Utils;
  16. using System.IO;
  17. namespace FastReport
  18. {
  19. public class ReportScript
  20. {
  21. private bool isLeft=false;
  22. private void Barcode1_BeforePrint(object sender, EventArgs e)
  23. {
  24. Barcode1.Barcode=new Barcode128();
  25. Barcode1.Text=((String)Report.GetColumnValue(&quot;pinfo.patientRegisterNo&quot;));
  26. }
  27. private void Text39_BeforePrint(object sender, EventArgs e)
  28. {
  29. string guideName=((String)Report.GetColumnValue(&quot;asbitem.guide.guideName&quot;));
  30. if(guideName.Equals(&quot;放射&quot;)){
  31. Barcode2.Height=32.13F;
  32. Data1.Height=41.58F;
  33. Text38.Width=140.65F;
  34. Text42.Visible=true;
  35. Text45.Visible=true;
  36. Text46.Left=472.5F;
  37. Text46.Width=283.5F;
  38. if(!isLeft){
  39. Barcode2.Left=Barcode2.Left-30F;
  40. }
  41. //Barcode2.Left=Barcode2.Left-30F;
  42. //Text43.Left=574.5F;
  43. }
  44. else if(guideName.Equals(&quot;特检&quot;)){
  45. Barcode2.Height=32.13F;
  46. Data1.Height=41.58F;
  47. Text38.Width=140.65F;
  48. Text42.Visible=false;
  49. Text45.Visible=false;
  50. Text46.Left=Text45.Left;
  51. Text46.Width=Text46.Width+Text45.Width;
  52. Barcode2.Left=Barcode2.Left-30F;
  53. isLeft=true;
  54. }
  55. else{
  56. Barcode2.Height=25.68F;
  57. Data1.Height=25.68F;
  58. Text38.Width=160.65F;
  59. Text42.Visible=false;
  60. Text45.Visible=false;
  61. Text46.Left=Text45.Left;
  62. Text46.Width=Text46.Width+Text45.Width;
  63. }
  64. //float w38=Text38.Width;
  65. //MessageBox.Show(Convert.ToString(w38));
  66. //float left=Text43.Left;
  67. //MessageBox.Show(&quot;45:&quot;+Convert.ToString(w45)+&quot; 46:&quot;+Convert.ToString(w46)+&quot; 43:&quot;+Convert.ToString(left));
  68. }
  69. private void Text38_BeforePrint(object sender, EventArgs e)
  70. {
  71. string asbitemName=((String)Report.GetColumnValue(&quot;asbitem.asbitemName&quot;));
  72. if(asbitemName.Equals(&quot;一般检查&quot;)){
  73. Text77.Visible=true;
  74. Text78.Visible=true;
  75. Text79.Visible=true;
  76. Text80.Visible=true;
  77. Text81.Visible=true;
  78. Text82.Visible=true;
  79. Text83.Visible=true;
  80. Text86.Visible=true;
  81. Text87.Visible=true;
  82. Text46.Visible=false;
  83. //GroupFooter1.Visible=true;
  84. }
  85. else{
  86. Text77.Visible=false;
  87. Text78.Visible=false;
  88. Text79.Visible=false;
  89. Text80.Visible=false;
  90. Text81.Visible=false;
  91. Text82.Visible=false;
  92. Text83.Visible=false;
  93. Text86.Visible=false;
  94. Text87.Visible=false;
  95. Text46.Visible=true;
  96. //GroupFooter1.Visible=false;
  97. }
  98. }
  99. private void Text40_BeforePrint(object sender, EventArgs e)
  100. {
  101. String guideName=((String)Report.GetColumnValue(&quot;asbitem.guide.guideName&quot;));
  102. //long cnt= ((Int64)Report.GetColumnValue(&quot;asbitem.guide.asbitemCount&quot;));
  103. if(guideName.Equals(&quot;放射&quot;)){
  104. GroupFooter1.Visible=false;
  105. }
  106. else {
  107. GroupFooter1.Visible=true;
  108. }
  109. }
  110. private void Barcode2_BeforePrint(object sender, EventArgs e)
  111. {
  112. Barcode2.Barcode=new Barcode128();
  113. Barcode2.Text=((String)Report.GetColumnValue(&quot;asbitem.checkRequestNo&quot;));
  114. }
  115. }
  116. }
  117. </ScriptText>
  118. <Dictionary>
  119. <TableDataSource Name="pinfo" ReferenceName="Data.pinfo" DataType="System.Int32" Enabled="true">
  120. <Column Name="patientRegisterId" DataType="System.String"/>
  121. <Column Name="patientRegisterNo" DataType="System.String"/>
  122. <Column Name="patientName" DataType="System.String"/>
  123. <Column Name="sexName" DataType="System.String"/>
  124. <Column Name="age" DataType="System.Int64"/>
  125. <Column Name="idNo" DataType="System.String"/>
  126. <Column Name="mobileTelephone" DataType="System.String"/>
  127. <Column Name="patientNo" DataType="System.String"/>
  128. <Column Name="medicalTimes" DataType="System.Int64"/>
  129. <Column Name="jobCardNo" DataType="System.String"/>
  130. <Column Name="medicalCardNo" DataType="System.String"/>
  131. <Column Name="customerOrgName" DataType="System.String"/>
  132. <Column Name="departmentName" DataType="System.String"/>
  133. <Column Name="customerOrgGroupName" DataType="System.String"/>
  134. <Column Name="medicalPackageName" DataType="System.String"/>
  135. <Column Name="personnelTypeName" DataType="System.String"/>
  136. <Column Name="medicalCenterAddress" DataType="System.String"/>
  137. <Column Name="medicalCenterTelphone" DataType="System.String"/>
  138. <Column Name="medicalCenterFax" DataType="System.String"/>
  139. <Column Name="photo" DataType="System.String"/>
  140. <Column Name="medicalStartDate" DataType="System.String"/>
  141. <Column Name="customerOrgShortName" DataType="System.String"/>
  142. <Column Name="organizationUnitName" DataType="System.String"/>
  143. <Column Name="barcodeImg" DataType="System.Byte[]"/>
  144. <Column Name="organizationUnitId" DataType="System.String"/>
  145. <Column Name="hisPatientId" DataType="System.String"/>
  146. <Column Name="medicalTypeName" DataType="System.String"/>
  147. </TableDataSource>
  148. <TableDataSource Name="guide" ReferenceName="Data.guide" DataType="System.Int32" Enabled="true">
  149. <Column Name="guideName" DataType="System.String"/>
  150. <Column Name="displayOrder" DataType="System.String"/>
  151. <Column Name="asbitemCount" DataType="System.String"/>
  152. <Column Name="patientRegisterId" DataType="System.String"/>
  153. </TableDataSource>
  154. <TableDataSource Name="asbitem" ReferenceName="Data.asbitem" DataType="System.Int32" Enabled="true">
  155. <Column Name="asbitemName" DataType="System.String"/>
  156. <Column Name="asbitemGuide" DataType="System.String"/>
  157. <Column Name="displayOrder" DataType="System.Int64"/>
  158. <Column Name="guideName" DataType="System.String"/>
  159. <Column Name="checkRequestNo" DataType="System.String"/>
  160. </TableDataSource>
  161. <TableDataSource Name="pic" ReferenceName="Data.pic" DataType="System.Int32" Enabled="true">
  162. <Column Name="photo" DataType="System.String"/>
  163. <Column Name="firstPage" DataType="System.String"/>
  164. <Column Name="pageHeader" DataType="System.String"/>
  165. <Column Name="pageFooter" DataType="System.String"/>
  166. <Column Name="resultSign" DataType="System.String"/>
  167. <Column Name="orgSign" DataType="System.String"/>
  168. <Column Name="picExtOne" DataType="System.String"/>
  169. <Column Name="picExtTwo" DataType="System.String"/>
  170. <Column Name="picExtThree" DataType="System.String"/>
  171. <Column Name="picExtFour" DataType="System.String"/>
  172. <Column Name="picExtFive" DataType="System.String"/>
  173. <Column Name="picExtSix" DataType="System.String"/>
  174. <Column Name="picExtSeven" DataType="System.String"/>
  175. <Column Name="picExtEight" DataType="System.String"/>
  176. <Column Name="picExtNine" DataType="System.String"/>
  177. <Column Name="picExtTen" DataType="System.String"/>
  178. </TableDataSource>
  179. <Relation Name="pinfo_guide" ParentDataSource="pinfo" ChildDataSource="guide" ParentColumns="patientRegisterId" ChildColumns="patientRegisterId" Enabled="true"/>
  180. <Relation Name="guide_asbitem" ParentDataSource="guide" ChildDataSource="asbitem" ParentColumns="guideName" ChildColumns="guideName" Enabled="true"/>
  181. <Parameter Name="printer" DataType="System.String"/>
  182. <Parameter Name="hisLog" DataType="System.String"/>
  183. <Parameter Name="pageFooter" DataType="System.String"/>
  184. <Parameter Name="LTS" DataType="System.String"/>
  185. <Parameter Name="firstPage" DataType="System.String"/>
  186. <Parameter Name="pageHeader" DataType="System.String"/>
  187. <Parameter Name="orgSign" DataType="System.String"/>
  188. <Parameter Name="picExtOne" DataType="System.String"/>
  189. </Dictionary>
  190. <ReportPage Name="Page1" RawPaperSize="9" RightMargin="0" FirstPageSource="15" OtherPagesSource="15">
  191. <PageHeaderBand Name="PageHeader1" Width="756" Height="292.4">
  192. <TextObject Name="Text1" Left="245.7" Top="6.45" Width="198.45" Height="28.35" Text="体检指引单" HorzAlign="Center" Font="宋体, 20pt, style=Bold"/>
  193. <TextObject Name="Text75" Left="85.05" Top="71.15" Width="481.95" Height="47.25" Text="[pinfo.customerOrgShortName]" HorzAlign="Right" VertAlign="Center" Font="宋体, 14pt, style=Bold"/>
  194. <PictureObject Name="Picture2" Left="1" Top="1.55" Width="85.05" Height="94.5" SizeMode="StretchImage" DataColumn="pic.photo"/>
  195. <PictureObject Name="Picture1" Left="592.35" Top="9.45" Width="94.5" Height="75.6" DataColumn="pinfo.photo"/>
  196. <TextObject Name="Text2" Left="226.8" Top="122.85" Width="94.5" Height="18.9" Text="体检日期:" HorzAlign="Right" VertAlign="Bottom" Font="宋体, 10pt"/>
  197. <TextObject Name="Text3" Left="311.85" Top="122.85" Width="94.5" Height="18.9" Border.Lines="Bottom" Text="[pinfo.medicalStartDate]" Font="宋体, 10pt"/>
  198. <TextObject Name="Text4" Left="387.45" Top="122.85" Width="94.5" Height="18.9" Text="主导护士:" HorzAlign="Right" VertAlign="Bottom" Font="宋体, 10pt"/>
  199. <TextObject Name="Text5" Left="481.95" Top="122.85" Width="94.5" Height="18.9" Border.Lines="Bottom" HorzAlign="Right" Font="宋体, 10pt"/>
  200. <TextObject Name="Text6" Left="9.45" Top="151.2" Width="56.7" Height="18.9" Text="姓名:" HorzAlign="Right" VertAlign="Bottom" Font="宋体, 10pt"/>
  201. <TextObject Name="Text7" Left="57.15" Top="132.3" Width="94.5" Height="37.8" Border.Lines="Bottom" Text="[pinfo.patientName]" VertAlign="Bottom" Font="宋体, 10pt"/>
  202. <TextObject Name="Text8" Left="142.75" Top="151.2" Width="56.7" Height="18.9" Text="性别:" HorzAlign="Right" VertAlign="Bottom" Font="宋体, 10pt"/>
  203. <TextObject Name="Text9" Left="190" Top="151.2" Width="37.8" Height="18.9" Border.Lines="Bottom" Text="[pinfo.sexName]" VertAlign="Bottom" Font="宋体, 10pt"/>
  204. <TextObject Name="Text10" Left="227.8" Top="151.2" Width="56.7" Height="18.9" Text="年龄:" HorzAlign="Right" VertAlign="Bottom" Font="宋体, 10pt"/>
  205. <TextObject Name="Text11" Left="275.05" Top="151.2" Width="37.8" Height="18.9" Border.Lines="Bottom" Text="[pinfo.age]岁" VertAlign="Center" Font="宋体, 10pt"/>
  206. <TextObject Name="Text12" Left="303.4" Top="151.2" Width="85.05" Height="18.9" Text="身份证号:" HorzAlign="Right" VertAlign="Bottom" Font="宋体, 10pt"/>
  207. <TextObject Name="Text13" Left="379" Top="151.2" Width="151.2" Height="18.9" Border.Lines="Bottom" Text="[pinfo.idNo]" VertAlign="Center" Font="宋体, 10pt"/>
  208. <TextObject Name="Text14" Left="529.75" Top="151.2" Width="56.7" Height="18.9" Text="电话:" VertAlign="Center" Font="宋体, 10pt"/>
  209. <TextObject Name="Text15" Left="567.55" Top="151.2" Width="122.85" Height="18.9" Border.Lines="Bottom" Text="[pinfo.mobileTelephone]" VertAlign="Center" Font="宋体, 10pt"/>
  210. <TextObject Name="Text16" Left="-0.45" Top="179.55" Width="66.15" Height="18.9" Text="档案号:" HorzAlign="Right" VertAlign="Bottom" Font="宋体, 10pt"/>
  211. <TextObject Name="Text17" Left="57.15" Top="179.55" Width="94.5" Height="18.9" Border.Lines="Bottom" Text="[pinfo.patientNo]" VertAlign="Center" Font="宋体, 10pt"/>
  212. <TextObject Name="Text18" Left="142.75" Top="179.55" Width="85.05" Height="18.9" Text="体检次数:" HorzAlign="Right" VertAlign="Bottom" Font="宋体, 10pt"/>
  213. <TextObject Name="Text19" Left="218.35" Top="179.55" Width="56.7" Height="18.9" Border.Lines="Bottom" Text="[pinfo.medicalTimes]次" VertAlign="Center" Font="宋体, 10pt"/>
  214. <TextObject Name="Text20" Left="275.05" Top="179.55" Width="66.15" Height="18.9" Text="工卡号:" HorzAlign="Right" VertAlign="Bottom" Font="宋体, 10pt"/>
  215. <TextObject Name="Text21" Left="331.75" Top="179.55" Width="132.3" Height="18.9" Border.Lines="Bottom" Text="[pinfo.jobCardNo]" VertAlign="Center" Font="宋体, 10pt"/>
  216. <TextObject Name="Text22" Left="454.6" Top="179.55" Width="85.05" Height="18.9" Text="体检卡号:" HorzAlign="Right" VertAlign="Bottom" Font="宋体, 10pt"/>
  217. <TextObject Name="Text23" Left="530.2" Top="179.55" Width="160.65" Height="18.9" Border.Lines="Bottom" Text="[pinfo.medicalCardNo]" VertAlign="Center" Font="宋体, 10pt"/>
  218. <TextObject Name="Text24" Left="9.45" Top="217.35" Width="56.7" Height="18.9" Text="单位:" HorzAlign="Right" VertAlign="Bottom" Font="宋体, 10pt"/>
  219. <TextObject Name="Text25" Left="57.7" Top="203.9" Width="189" Height="47.25" Border.Lines="Bottom" CanBreak="false" Text="[pinfo.customerOrgName]" VertAlign="Center" Font="宋体, 10pt"/>
  220. <TextObject Name="Text26" Left="234.25" Top="217.35" Width="56.7" Height="18.9" Text="部门:" HorzAlign="Right" VertAlign="Bottom" Font="宋体, 10pt"/>
  221. <TextObject Name="Text27" Left="277.5" Top="203.9" Width="179.55" Height="47.25" Border.Lines="Bottom" CanBreak="false" Text="[pinfo.departmentName]" VertAlign="Center" Font="宋体, 10pt"/>
  222. <TextObject Name="Text28" Left="443.7" Top="217.35" Width="85.05" Height="18.9" Text="项目组别:" HorzAlign="Right" VertAlign="Bottom" Font="宋体, 10pt"/>
  223. <TextObject Name="Text29" Left="516.85" Top="203.9" Width="122.85" Height="47.25" Border.Lines="Bottom" CanBreak="false" Text="[pinfo.customerOrgGroupName]" VertAlign="Center" Font="宋体, 10pt"/>
  224. <TextObject Name="Text30" Left="641.25" Top="207.9" Width="37.8" Height="37.8" Text="人员&#13;&#10;类别" VertAlign="Bottom" Font="宋体, 10pt"/>
  225. <TextObject Name="Text31" Left="676.95" Top="203.9" Width="37.8" Height="47.25" Border.Lines="Bottom" CanBreak="false" Text="[pinfo.personnelTypeName]" VertAlign="Center" Font="宋体, 10pt"/>
  226. <TextObject Name="Text32" Left="10.45" Top="254.6" Width="37.8" Height="37.8" Border.Lines="Top, Bottom" Text="温馨提示" VertAlign="Center" Font="宋体, 10pt, style=Bold"/>
  227. <TextObject Name="Text33" Left="48.25" Top="254.6" Width="274.05" Height="18.9" Border.Lines="Top" Text="1、采血后请按压5分钟" VertAlign="Bottom" Font="宋体, 10pt"/>
  228. <TextObject Name="Text34" Left="317.85" Top="254.6" Width="395.01" Height="18.9" Border.Lines="Top" Text="3、同意妇科检查签字确认(已婚: 未婚: )" VertAlign="Bottom" Font="宋体, 10pt"/>
  229. <TextObject Name="Text35" Left="48.25" Top="273.5" Width="274.05" Height="18.9" Border.Lines="Bottom" Text="2、准备生育者和已怀孕者请勿X光检查" VertAlign="Center" Font="宋体, 10pt"/>
  230. <TextObject Name="Text36" Left="317.85" Top="273.5" Width="396.9" Height="18.9" Border.Lines="Bottom" Text="4、拒检项目请您在检查项目前签字确认" VertAlign="Center" Font="宋体, 10pt"/>
  231. <BarcodeObject Name="Barcode1" Left="595.35" Top="87.05" Width="126.25" Height="37.8" BeforePrintEvent="Barcode1_BeforePrint" Text="123456780123" ShowText="false" Barcode="Code128" Barcode.AutoEncode="true"/>
  232. <TextObject Name="Text37" Left="576.45" Top="128.3" Width="113.4" Height="18.9" Text="[pinfo.patientRegisterNo]" HorzAlign="Center"/>
  233. <TextObject Name="Text84" Left="66.15" Top="122.85" Width="94.5" Height="18.9" Text="门诊号:" HorzAlign="Right" VertAlign="Bottom" Font="宋体, 10pt"/>
  234. <TextObject Name="Text85" Left="151.2" Top="122.85" Width="94.5" Height="18.9" Border.Lines="Bottom" Text="[pinfo.hisPatientId]" Font="宋体, 10pt"/>
  235. </PageHeaderBand>
  236. <GroupHeaderBand Name="GroupHeader1" Top="296.4" Width="756" Height="18.9" CanGrow="true" Condition="[asbitem.guide.displayOrder]">
  237. <TextObject Name="Text39" Left="10.45" Top="3" Width="217.35" Height="15.12" Border.Lines="Bottom" Border.Width="0.25" BeforePrintEvent="Text39_BeforePrint" Text="[asbitem.guide.guideName]" VertAlign="Center" Font="宋体, 10pt"/>
  238. <TextObject Name="Text40" Left="236.25" Top="3" Width="37.8" Height="15.12" Border.Lines="Bottom" Border.Width="0.25" BeforePrintEvent="Text40_BeforePrint" Text="[asbitem.guide.asbitemCount]项" Font="宋体, 9pt, style=Bold"/>
  239. <TextObject Name="Text41" Left="278.5" Top="3" Width="94.5" Height="15.12" Border.Lines="Bottom" Border.Width="0.25" Text="检查人" HorzAlign="Center"/>
  240. <TextObject Name="Text42" Left="381" Top="3" Width="94.5" Height="15.12" Border.Lines="Bottom" Border.Width="0.25" Text="输单人" HorzAlign="Center"/>
  241. <TextObject Name="Text43" Left="527.2" Top="3" Width="75.6" Height="15.12" Border.Lines="Bottom" Border.Width="0.25" Text="提示信息" HorzAlign="Center"/>
  242. <LineObject Name="Line1" Left="10.45" Width="703.08"/>
  243. <DataBand Name="Data1" Top="319.3" Width="756" Height="41.58" DataSource="asbitem">
  244. <TextObject Name="Text77" Left="378" Top="6.45" Width="47.25" Height="18.9" Text="身高:" VertAlign="Center"/>
  245. <TextObject Name="Text78" Left="413.8" Top="6.45" Width="47.25" Height="18.9" Border.Lines="Bottom" Text=" cm" VertAlign="Center"/>
  246. <TextObject Name="Text79" Left="453.6" Top="6.45" Width="47.25" Height="18.9" Text="体重:" VertAlign="Center"/>
  247. <TextObject Name="Text80" Left="489.4" Top="6.45" Width="47.25" Height="18.9" Border.Lines="Bottom" Text="kg" HorzAlign="Right" VertAlign="Center"/>
  248. <TextObject Name="Text81" Left="538.65" Top="6.45" Width="47.25" Height="18.9" Text="血压:" VertAlign="Center"/>
  249. <TextObject Name="Text82" Left="574.45" Top="6.45" Width="66.15" Height="18.9" Border.Lines="Bottom" Text="mmHg" HorzAlign="Right" VertAlign="Center"/>
  250. <TextObject Name="Text44" Left="278.5" Top="6.45" Width="94.5" Height="18.9" Border.Lines="Bottom" VertAlign="Center" Font="宋体, 10pt"/>
  251. <TextObject Name="Text86" Left="633.15" Top="6.45" Width="47.25" Height="18.9" Text="心率:" VertAlign="Center"/>
  252. <TextObject Name="Text38" Left="2.45" Top="2.45" Width="160.65" Height="37.8" BeforePrintEvent="Text38_BeforePrint" Text="[asbitem.asbitemName]&#13;&#10;[asbitem.checkRequestNo]" VertAlign="Center" Font="宋体, 10pt"/>
  253. <BarcodeObject Name="Barcode2" Left="163.2" Top="3.45" Width="98.75" Height="32.13" BeforePrintEvent="Barcode2_BeforePrint" ShowText="false" Barcode="Code128" Barcode.AutoEncode="true"/>
  254. <TextObject Name="Text45" Left="381" Top="6.45" Width="94.5" Height="18.9" Border.Lines="Bottom" HorzAlign="Right" VertAlign="Center" Font="宋体, 10pt"/>
  255. <TextObject Name="Text46" Left="387.45" Top="6.45" Width="274.05" Height="18.9" Text="[asbitem.asbitemGuide]" HorzAlign="Justify" VertAlign="Bottom" WordWrap="false" Font="宋体, 10pt"/>
  256. <TextObject Name="Text87" Left="668.95" Top="6.45" Width="66.15" Height="18.9" Border.Lines="Bottom" Text="次/分" HorzAlign="Right" VertAlign="Center"/>
  257. <Sort>
  258. <Sort Expression="[asbitem.displayOrder]"/>
  259. </Sort>
  260. </DataBand>
  261. <GroupFooterBand Name="GroupFooter1" Top="364.88" Width="756" Height="18.9">
  262. <TextObject Name="Text83" Left="378" Width="283.5" Height="18.9" Text="[asbitem.asbitemGuide]" VertAlign="Bottom" WordWrap="false" Font="宋体, 10pt"/>
  263. </GroupFooterBand>
  264. </GroupHeaderBand>
  265. <ReportSummaryBand Name="ReportSummary1" Top="387.78" Width="756" Height="20.12" PrintOnBottom="true">
  266. <TextObject Name="Text48" Left="580" Width="132.3" Height="15.12" Border.Lines="Bottom" HorzAlign="Center"/>
  267. <TextObject Name="Text47" Left="491.4" Width="94.5" Height="15.12" Text="受检人签名:" HorzAlign="Right" VertAlign="Bottom"/>
  268. </ReportSummaryBand>
  269. <PageFooterBand Name="PageFooter1" Top="411.9" Width="756" Height="151.2">
  270. <TextObject Name="Text49" Left="9.45" Width="359.1" Height="18.9" Text="祝您身体健康 体检报告 领取凭条 [pinfo.organizationUnitName]" VertAlign="Center" Font="宋体, 10pt, style=Bold"/>
  271. <LineObject Name="Line3" Left="9.45" Top="132.3" Width="703.08"/>
  272. <LineObject Name="Line4" Left="9.45" Top="18.9" Width="703.08"/>
  273. <LineObject Name="Line5" Left="189" Top="18.9" Height="113.4"/>
  274. <TextObject Name="Text55" Left="198.45" Top="28.35" Width="66.15" Height="18.9" Text="条码号:" HorzAlign="Right" VertAlign="Center" Font="宋体, 10pt"/>
  275. <TextObject Name="Text56" Left="255.15" Top="28.35" Width="75.6" Height="18.9" Border.Lines="Bottom" Text="[pinfo.patientRegisterNo]" VertAlign="Center" Font="宋体, 10pt"/>
  276. <TextObject Name="Text57" Left="330.75" Top="28.35" Width="56.7" Height="18.9" Text="姓名:" HorzAlign="Right" VertAlign="Bottom" Font="宋体, 10pt"/>
  277. <TextObject Name="Text58" Left="378.45" Top="28.35" Width="141.75" Height="18.9" Border.Lines="Bottom" Text="[pinfo.patientName]" VertAlign="Bottom" Font="宋体, 10pt"/>
  278. <TextObject Name="Text59" Left="509.85" Top="28.35" Width="56.7" Height="18.9" Text="性别:" HorzAlign="Right" VertAlign="Bottom" Font="宋体, 10pt"/>
  279. <TextObject Name="Text60" Left="605.8" Top="28.35" Width="56.7" Height="18.9" Text="年龄:" HorzAlign="Right" VertAlign="Bottom" Font="宋体, 10pt"/>
  280. <TextObject Name="Text61" Left="565.55" Top="28.35" Width="37.8" Height="18.9" Border.Lines="Bottom" Text="[pinfo.sexName]" VertAlign="Bottom" Font="宋体, 10pt"/>
  281. <TextObject Name="Text62" Left="661.5" Top="28.35" Width="37.8" Height="18.9" Border.Lines="Bottom" Text="[pinfo.age]岁" VertAlign="Center" Font="宋体, 10pt"/>
  282. <TextObject Name="Text63" Left="198.45" Top="58.15" Width="85.05" Height="18.9" Text="工作单位:" VertAlign="Center" Font="宋体, 10pt"/>
  283. <TextObject Name="Text64" Left="265.6" Top="48.7" Width="264.6" Height="37.8" Border.Lines="Bottom" Text="[pinfo.customerOrgName]" VertAlign="Center" Font="宋体, 10pt"/>
  284. <TextObject Name="Text65" Left="519.75" Top="62.15" Width="94.5" Height="18.9" Text="体检日期:" HorzAlign="Right" VertAlign="Center" Font="宋体, 10pt"/>
  285. <TextObject Name="Text66" Left="604.8" Top="58.15" Width="94.5" Height="28.35" Border.Lines="Bottom" Text="[pinfo.medicalStartDate]" VertAlign="Center" Font="宋体, 10pt"/>
  286. <TextObject Name="Text67" Left="198.45" Top="88.5" Width="94.5" Height="18.9" Text="体检地址:" VertAlign="Bottom" Font="宋体, 10pt"/>
  287. <TextObject Name="Text68" Left="264.6" Top="88.5" Width="434.7" Height="18.9" Border.Lines="Bottom" Text="[pinfo.medicalCenterAddress]" VertAlign="Bottom" Font="宋体, 10pt"/>
  288. <TextObject Name="Text69" Left="198.45" Top="108.95" Width="94.5" Height="18.9" Text="查询电话:" VertAlign="Bottom" Font="宋体, 10pt"/>
  289. <TextObject Name="Text70" Left="264.6" Top="108.95" Width="151.2" Height="18.9" Border.Lines="Bottom" Text="[pinfo.medicalCenterTelphone]" VertAlign="Bottom" Font="宋体, 10pt"/>
  290. <TextObject Name="Text71" Left="510.3" Top="108.95" Width="94.5" Height="18.9" Text="传真:" VertAlign="Bottom" Font="宋体, 10pt"/>
  291. <TextObject Name="Text72" Left="548.1" Top="108.95" Width="151.2" Height="18.9" Border.Lines="Bottom" Text="[pinfo.medicalCenterTelphone]" VertAlign="Bottom" Font="宋体, 10pt"/>
  292. <TextObject Name="Text76" Left="552.1" Top="132.3" Width="160.65" Height="18.9" Text="第[Page#]页/共[TotalPages#]页" HorzAlign="Right" VertAlign="Bottom"/>
  293. <PictureObject Name="Picture3" Left="9.45" Top="28.35" Width="170.1" Height="94.5" DataColumn="pic.pageFooter"/>
  294. </PageFooterBand>
  295. </ReportPage>
  296. </Report>