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

<?xml version="1.0" encoding="utf-8"?>
<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">
<ScriptText>using System;
using System.Collections;
using System.Collections.Generic;
using System.ComponentModel;
using System.Windows.Forms;
using System.Drawing;
using System.Data;
using FastReport;
using FastReport.Data;
using FastReport.Dialog;
using FastReport.Barcode;
using FastReport.Table;
using FastReport.Utils;
using System.IO;
namespace FastReport
{
public class ReportScript
{
private bool isLeft=false;
private void Barcode1_BeforePrint(object sender, EventArgs e)
{
Barcode1.Barcode=new Barcode128();
Barcode1.Text=((String)Report.GetColumnValue(&quot;pinfo.patientRegisterNo&quot;));
}
private void Text39_BeforePrint(object sender, EventArgs e)
{
string guideName=((String)Report.GetColumnValue(&quot;asbitem.guide.guideName&quot;));
if(guideName.Equals(&quot;放射&quot;)){
Barcode2.Height=32.13F;
Data1.Height=41.58F;
Text38.Width=140.65F;
Text42.Visible=true;
Text45.Visible=true;
Text46.Left=472.5F;
Text46.Width=283.5F;
if(!isLeft){
Barcode2.Left=Barcode2.Left-30F;
}
//Barcode2.Left=Barcode2.Left-30F;
//Text43.Left=574.5F;
}
else if(guideName.Equals(&quot;特检&quot;)){
Barcode2.Height=32.13F;
Data1.Height=41.58F;
Text38.Width=140.65F;
Text42.Visible=false;
Text45.Visible=false;
Text46.Left=Text45.Left;
Text46.Width=Text46.Width+Text45.Width;
Barcode2.Left=Barcode2.Left-30F;
isLeft=true;
}
else{
Barcode2.Height=25.68F;
Data1.Height=25.68F;
Text38.Width=160.65F;
Text42.Visible=false;
Text45.Visible=false;
Text46.Left=Text45.Left;
Text46.Width=Text46.Width+Text45.Width;
}
//float w38=Text38.Width;
//MessageBox.Show(Convert.ToString(w38));
//float left=Text43.Left;
//MessageBox.Show(&quot;45:&quot;+Convert.ToString(w45)+&quot; 46:&quot;+Convert.ToString(w46)+&quot; 43:&quot;+Convert.ToString(left));
}
private void Text38_BeforePrint(object sender, EventArgs e)
{
string asbitemName=((String)Report.GetColumnValue(&quot;asbitem.asbitemName&quot;));
if(asbitemName.Equals(&quot;一般检查&quot;)){
Text77.Visible=true;
Text78.Visible=true;
Text79.Visible=true;
Text80.Visible=true;
Text81.Visible=true;
Text82.Visible=true;
Text83.Visible=true;
Text86.Visible=true;
Text87.Visible=true;
Text46.Visible=false;
//GroupFooter1.Visible=true;
}
else{
Text77.Visible=false;
Text78.Visible=false;
Text79.Visible=false;
Text80.Visible=false;
Text81.Visible=false;
Text82.Visible=false;
Text83.Visible=false;
Text86.Visible=false;
Text87.Visible=false;
Text46.Visible=true;
//GroupFooter1.Visible=false;
}
}
private void Text40_BeforePrint(object sender, EventArgs e)
{
String guideName=((String)Report.GetColumnValue(&quot;asbitem.guide.guideName&quot;));
//long cnt= ((Int64)Report.GetColumnValue(&quot;asbitem.guide.asbitemCount&quot;));
if(guideName.Equals(&quot;放射&quot;)){
GroupFooter1.Visible=false;
}
else {
GroupFooter1.Visible=true;
}
}
private void Barcode2_BeforePrint(object sender, EventArgs e)
{
Barcode2.Barcode=new Barcode128();
Barcode2.Text=((String)Report.GetColumnValue(&quot;asbitem.checkRequestNo&quot;));
}
}
}
</ScriptText>
<Dictionary>
<TableDataSource Name="pinfo" ReferenceName="Data.pinfo" DataType="System.Int32" Enabled="true">
<Column Name="patientRegisterId" DataType="System.String"/>
<Column Name="patientRegisterNo" DataType="System.String"/>
<Column Name="patientName" DataType="System.String"/>
<Column Name="sexName" DataType="System.String"/>
<Column Name="age" DataType="System.Int64"/>
<Column Name="idNo" DataType="System.String"/>
<Column Name="mobileTelephone" DataType="System.String"/>
<Column Name="patientNo" DataType="System.String"/>
<Column Name="medicalTimes" DataType="System.Int64"/>
<Column Name="jobCardNo" DataType="System.String"/>
<Column Name="medicalCardNo" DataType="System.String"/>
<Column Name="customerOrgName" DataType="System.String"/>
<Column Name="departmentName" DataType="System.String"/>
<Column Name="customerOrgGroupName" DataType="System.String"/>
<Column Name="medicalPackageName" DataType="System.String"/>
<Column Name="personnelTypeName" DataType="System.String"/>
<Column Name="medicalCenterAddress" DataType="System.String"/>
<Column Name="medicalCenterTelphone" DataType="System.String"/>
<Column Name="medicalCenterFax" DataType="System.String"/>
<Column Name="photo" DataType="System.String"/>
<Column Name="medicalStartDate" DataType="System.String"/>
<Column Name="customerOrgShortName" DataType="System.String"/>
<Column Name="organizationUnitName" DataType="System.String"/>
<Column Name="barcodeImg" DataType="System.Byte[]"/>
<Column Name="organizationUnitId" DataType="System.String"/>
<Column Name="hisPatientId" DataType="System.String"/>
<Column Name="medicalTypeName" DataType="System.String"/>
</TableDataSource>
<TableDataSource Name="guide" ReferenceName="Data.guide" DataType="System.Int32" Enabled="true">
<Column Name="guideName" DataType="System.String"/>
<Column Name="displayOrder" DataType="System.String"/>
<Column Name="asbitemCount" DataType="System.String"/>
<Column Name="patientRegisterId" DataType="System.String"/>
</TableDataSource>
<TableDataSource Name="asbitem" ReferenceName="Data.asbitem" DataType="System.Int32" Enabled="true">
<Column Name="asbitemName" DataType="System.String"/>
<Column Name="asbitemGuide" DataType="System.String"/>
<Column Name="displayOrder" DataType="System.Int64"/>
<Column Name="guideName" DataType="System.String"/>
<Column Name="checkRequestNo" DataType="System.String"/>
</TableDataSource>
<TableDataSource Name="pic" ReferenceName="Data.pic" DataType="System.Int32" Enabled="true">
<Column Name="photo" DataType="System.String"/>
<Column Name="firstPage" DataType="System.String"/>
<Column Name="pageHeader" DataType="System.String"/>
<Column Name="pageFooter" DataType="System.String"/>
<Column Name="resultSign" DataType="System.String"/>
<Column Name="orgSign" DataType="System.String"/>
<Column Name="picExtOne" DataType="System.String"/>
<Column Name="picExtTwo" DataType="System.String"/>
<Column Name="picExtThree" DataType="System.String"/>
<Column Name="picExtFour" DataType="System.String"/>
<Column Name="picExtFive" DataType="System.String"/>
<Column Name="picExtSix" DataType="System.String"/>
<Column Name="picExtSeven" DataType="System.String"/>
<Column Name="picExtEight" DataType="System.String"/>
<Column Name="picExtNine" DataType="System.String"/>
<Column Name="picExtTen" DataType="System.String"/>
</TableDataSource>
<Relation Name="pinfo_guide" ParentDataSource="pinfo" ChildDataSource="guide" ParentColumns="patientRegisterId" ChildColumns="patientRegisterId" Enabled="true"/>
<Relation Name="guide_asbitem" ParentDataSource="guide" ChildDataSource="asbitem" ParentColumns="guideName" ChildColumns="guideName" Enabled="true"/>
<Parameter Name="printer" DataType="System.String"/>
<Parameter Name="hisLog" DataType="System.String"/>
<Parameter Name="pageFooter" DataType="System.String"/>
<Parameter Name="LTS" DataType="System.String"/>
<Parameter Name="firstPage" DataType="System.String"/>
<Parameter Name="pageHeader" DataType="System.String"/>
<Parameter Name="orgSign" DataType="System.String"/>
<Parameter Name="picExtOne" DataType="System.String"/>
</Dictionary>
<ReportPage Name="Page1" RawPaperSize="9" RightMargin="0" FirstPageSource="15" OtherPagesSource="15">
<PageHeaderBand Name="PageHeader1" Width="756" Height="292.4">
<TextObject Name="Text1" Left="245.7" Top="6.45" Width="198.45" Height="28.35" Text="体检指引单" HorzAlign="Center" Font="宋体, 20pt, style=Bold"/>
<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"/>
<PictureObject Name="Picture2" Left="1" Top="1.55" Width="85.05" Height="94.5" SizeMode="StretchImage" DataColumn="pic.photo"/>
<PictureObject Name="Picture1" Left="592.35" Top="9.45" Width="94.5" Height="75.6" DataColumn="pinfo.photo"/>
<TextObject Name="Text2" Left="226.8" Top="122.85" Width="94.5" Height="18.9" Text="体检日期:" HorzAlign="Right" VertAlign="Bottom" Font="宋体, 10pt"/>
<TextObject Name="Text3" Left="311.85" Top="122.85" Width="94.5" Height="18.9" Border.Lines="Bottom" Text="[pinfo.medicalStartDate]" Font="宋体, 10pt"/>
<TextObject Name="Text4" Left="387.45" Top="122.85" Width="94.5" Height="18.9" Text="主导护士:" HorzAlign="Right" VertAlign="Bottom" Font="宋体, 10pt"/>
<TextObject Name="Text5" Left="481.95" Top="122.85" Width="94.5" Height="18.9" Border.Lines="Bottom" HorzAlign="Right" Font="宋体, 10pt"/>
<TextObject Name="Text6" Left="9.45" Top="151.2" Width="56.7" Height="18.9" Text="姓名:" HorzAlign="Right" VertAlign="Bottom" Font="宋体, 10pt"/>
<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"/>
<TextObject Name="Text8" Left="142.75" Top="151.2" Width="56.7" Height="18.9" Text="性别:" HorzAlign="Right" VertAlign="Bottom" Font="宋体, 10pt"/>
<TextObject Name="Text9" Left="190" Top="151.2" Width="37.8" Height="18.9" Border.Lines="Bottom" Text="[pinfo.sexName]" VertAlign="Bottom" Font="宋体, 10pt"/>
<TextObject Name="Text10" Left="227.8" Top="151.2" Width="56.7" Height="18.9" Text="年龄:" HorzAlign="Right" VertAlign="Bottom" Font="宋体, 10pt"/>
<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"/>
<TextObject Name="Text12" Left="303.4" Top="151.2" Width="85.05" Height="18.9" Text="身份证号:" HorzAlign="Right" VertAlign="Bottom" Font="宋体, 10pt"/>
<TextObject Name="Text13" Left="379" Top="151.2" Width="151.2" Height="18.9" Border.Lines="Bottom" Text="[pinfo.idNo]" VertAlign="Center" Font="宋体, 10pt"/>
<TextObject Name="Text14" Left="529.75" Top="151.2" Width="56.7" Height="18.9" Text="电话:" VertAlign="Center" Font="宋体, 10pt"/>
<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"/>
<TextObject Name="Text16" Left="-0.45" Top="179.55" Width="66.15" Height="18.9" Text="档案号:" HorzAlign="Right" VertAlign="Bottom" Font="宋体, 10pt"/>
<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"/>
<TextObject Name="Text18" Left="142.75" Top="179.55" Width="85.05" Height="18.9" Text="体检次数:" HorzAlign="Right" VertAlign="Bottom" Font="宋体, 10pt"/>
<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"/>
<TextObject Name="Text20" Left="275.05" Top="179.55" Width="66.15" Height="18.9" Text="工卡号:" HorzAlign="Right" VertAlign="Bottom" Font="宋体, 10pt"/>
<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"/>
<TextObject Name="Text22" Left="454.6" Top="179.55" Width="85.05" Height="18.9" Text="体检卡号:" HorzAlign="Right" VertAlign="Bottom" Font="宋体, 10pt"/>
<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"/>
<TextObject Name="Text24" Left="9.45" Top="217.35" Width="56.7" Height="18.9" Text="单位:" HorzAlign="Right" VertAlign="Bottom" Font="宋体, 10pt"/>
<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"/>
<TextObject Name="Text26" Left="234.25" Top="217.35" Width="56.7" Height="18.9" Text="部门:" HorzAlign="Right" VertAlign="Bottom" Font="宋体, 10pt"/>
<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"/>
<TextObject Name="Text28" Left="443.7" Top="217.35" Width="85.05" Height="18.9" Text="项目组别:" HorzAlign="Right" VertAlign="Bottom" Font="宋体, 10pt"/>
<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"/>
<TextObject Name="Text30" Left="641.25" Top="207.9" Width="37.8" Height="37.8" Text="人员&#13;&#10;类别" VertAlign="Bottom" Font="宋体, 10pt"/>
<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"/>
<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"/>
<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"/>
<TextObject Name="Text34" Left="317.85" Top="254.6" Width="395.01" Height="18.9" Border.Lines="Top" Text="3、同意妇科检查签字确认(已婚: 未婚: )" VertAlign="Bottom" Font="宋体, 10pt"/>
<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"/>
<TextObject Name="Text36" Left="317.85" Top="273.5" Width="396.9" Height="18.9" Border.Lines="Bottom" Text="4、拒检项目请您在检查项目前签字确认" VertAlign="Center" Font="宋体, 10pt"/>
<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"/>
<TextObject Name="Text37" Left="576.45" Top="128.3" Width="113.4" Height="18.9" Text="[pinfo.patientRegisterNo]" HorzAlign="Center"/>
<TextObject Name="Text84" Left="66.15" Top="122.85" Width="94.5" Height="18.9" Text="门诊号:" HorzAlign="Right" VertAlign="Bottom" Font="宋体, 10pt"/>
<TextObject Name="Text85" Left="151.2" Top="122.85" Width="94.5" Height="18.9" Border.Lines="Bottom" Text="[pinfo.hisPatientId]" Font="宋体, 10pt"/>
</PageHeaderBand>
<GroupHeaderBand Name="GroupHeader1" Top="296.4" Width="756" Height="18.9" CanGrow="true" Condition="[asbitem.guide.displayOrder]">
<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"/>
<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"/>
<TextObject Name="Text41" Left="278.5" Top="3" Width="94.5" Height="15.12" Border.Lines="Bottom" Border.Width="0.25" Text="检查人" HorzAlign="Center"/>
<TextObject Name="Text42" Left="381" Top="3" Width="94.5" Height="15.12" Border.Lines="Bottom" Border.Width="0.25" Text="输单人" HorzAlign="Center"/>
<TextObject Name="Text43" Left="527.2" Top="3" Width="75.6" Height="15.12" Border.Lines="Bottom" Border.Width="0.25" Text="提示信息" HorzAlign="Center"/>
<LineObject Name="Line1" Left="10.45" Width="703.08"/>
<DataBand Name="Data1" Top="319.3" Width="756" Height="41.58" DataSource="asbitem">
<TextObject Name="Text77" Left="378" Top="6.45" Width="47.25" Height="18.9" Text="身高:" VertAlign="Center"/>
<TextObject Name="Text78" Left="413.8" Top="6.45" Width="47.25" Height="18.9" Border.Lines="Bottom" Text=" cm" VertAlign="Center"/>
<TextObject Name="Text79" Left="453.6" Top="6.45" Width="47.25" Height="18.9" Text="体重:" VertAlign="Center"/>
<TextObject Name="Text80" Left="489.4" Top="6.45" Width="47.25" Height="18.9" Border.Lines="Bottom" Text="kg" HorzAlign="Right" VertAlign="Center"/>
<TextObject Name="Text81" Left="538.65" Top="6.45" Width="47.25" Height="18.9" Text="血压:" VertAlign="Center"/>
<TextObject Name="Text82" Left="574.45" Top="6.45" Width="66.15" Height="18.9" Border.Lines="Bottom" Text="mmHg" HorzAlign="Right" VertAlign="Center"/>
<TextObject Name="Text44" Left="278.5" Top="6.45" Width="94.5" Height="18.9" Border.Lines="Bottom" VertAlign="Center" Font="宋体, 10pt"/>
<TextObject Name="Text86" Left="633.15" Top="6.45" Width="47.25" Height="18.9" Text="心率:" VertAlign="Center"/>
<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"/>
<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"/>
<TextObject Name="Text45" Left="381" Top="6.45" Width="94.5" Height="18.9" Border.Lines="Bottom" HorzAlign="Right" VertAlign="Center" Font="宋体, 10pt"/>
<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"/>
<TextObject Name="Text87" Left="668.95" Top="6.45" Width="66.15" Height="18.9" Border.Lines="Bottom" Text="次/分" HorzAlign="Right" VertAlign="Center"/>
<Sort>
<Sort Expression="[asbitem.displayOrder]"/>
</Sort>
</DataBand>
<GroupFooterBand Name="GroupFooter1" Top="364.88" Width="756" Height="18.9">
<TextObject Name="Text83" Left="378" Width="283.5" Height="18.9" Text="[asbitem.asbitemGuide]" VertAlign="Bottom" WordWrap="false" Font="宋体, 10pt"/>
</GroupFooterBand>
</GroupHeaderBand>
<ReportSummaryBand Name="ReportSummary1" Top="387.78" Width="756" Height="20.12" PrintOnBottom="true">
<TextObject Name="Text48" Left="580" Width="132.3" Height="15.12" Border.Lines="Bottom" HorzAlign="Center"/>
<TextObject Name="Text47" Left="491.4" Width="94.5" Height="15.12" Text="受检人签名:" HorzAlign="Right" VertAlign="Bottom"/>
</ReportSummaryBand>
<PageFooterBand Name="PageFooter1" Top="411.9" Width="756" Height="151.2">
<TextObject Name="Text49" Left="9.45" Width="359.1" Height="18.9" Text="祝您身体健康 体检报告 领取凭条 [pinfo.organizationUnitName]" VertAlign="Center" Font="宋体, 10pt, style=Bold"/>
<LineObject Name="Line3" Left="9.45" Top="132.3" Width="703.08"/>
<LineObject Name="Line4" Left="9.45" Top="18.9" Width="703.08"/>
<LineObject Name="Line5" Left="189" Top="18.9" Height="113.4"/>
<TextObject Name="Text55" Left="198.45" Top="28.35" Width="66.15" Height="18.9" Text="条码号:" HorzAlign="Right" VertAlign="Center" Font="宋体, 10pt"/>
<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"/>
<TextObject Name="Text57" Left="330.75" Top="28.35" Width="56.7" Height="18.9" Text="姓名:" HorzAlign="Right" VertAlign="Bottom" Font="宋体, 10pt"/>
<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"/>
<TextObject Name="Text59" Left="509.85" Top="28.35" Width="56.7" Height="18.9" Text="性别:" HorzAlign="Right" VertAlign="Bottom" Font="宋体, 10pt"/>
<TextObject Name="Text60" Left="605.8" Top="28.35" Width="56.7" Height="18.9" Text="年龄:" HorzAlign="Right" VertAlign="Bottom" Font="宋体, 10pt"/>
<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"/>
<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"/>
<TextObject Name="Text63" Left="198.45" Top="58.15" Width="85.05" Height="18.9" Text="工作单位:" VertAlign="Center" Font="宋体, 10pt"/>
<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"/>
<TextObject Name="Text65" Left="519.75" Top="62.15" Width="94.5" Height="18.9" Text="体检日期:" HorzAlign="Right" VertAlign="Center" Font="宋体, 10pt"/>
<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"/>
<TextObject Name="Text67" Left="198.45" Top="88.5" Width="94.5" Height="18.9" Text="体检地址:" VertAlign="Bottom" Font="宋体, 10pt"/>
<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"/>
<TextObject Name="Text69" Left="198.45" Top="108.95" Width="94.5" Height="18.9" Text="查询电话:" VertAlign="Bottom" Font="宋体, 10pt"/>
<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"/>
<TextObject Name="Text71" Left="510.3" Top="108.95" Width="94.5" Height="18.9" Text="传真:" VertAlign="Bottom" Font="宋体, 10pt"/>
<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"/>
<TextObject Name="Text76" Left="552.1" Top="132.3" Width="160.65" Height="18.9" Text="第[Page#]页/共[TotalPages#]页" HorzAlign="Right" VertAlign="Bottom"/>
<PictureObject Name="Picture3" Left="9.45" Top="28.35" Width="170.1" Height="94.5" DataColumn="pic.pageFooter"/>
</PageFooterBand>
</ReportPage>
</Report>