tijian_tieying/web/dccdc/report/zyjkjcW_tjbg.frx

1310 lines
106 KiB
Plaintext
Raw Normal View History

2025-02-20 12:14:39 +08:00
<?xml version="1.0" encoding="utf-8"?>
<Report ScriptLanguage="CSharp" TextQuality="Regular" ReportInfo.Description="Demonstrates how to use the Table object. Notes:&#13;&#10;&#13;&#10;- to set the number of columns and rows, use &quot;ColumnCount&quot; and &quot;RowCount&quot; properties. Also you may add new columns/rows from a column/row context menu;&#13;&#10;&#13;&#10;- to join/split cells, use context menu of the cell;&#13;&#10;&#13;&#10;- to set the column/row autosize, use context menu of the column/row. " ReportInfo.Created="01/17/2008 17:08:04" ReportInfo.Modified="01/24/2024 17:59:13" ReportInfo.CreatorVersion="2016.1.0.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;
namespace FastReport
{
public class ReportScript
{
string dct=&quot;&quot;;
private void Text6_AfterData(object sender, EventArgs e)
{
dct = Text6.Text;
if(dct.Equals(&quot;no&quot;))
{
Subreport6.Visible = false;
}
Text6.Visible = false;
}
string tz=&quot;&quot;;
private void Text4_AfterData(object sender, EventArgs e)
{
tz = Text4.Text;
if(tz.Equals(&quot;no&quot;))
{
Subreport1.Visible = false;
}
Text4.Visible = false;
}
string gn=&quot;&quot;;
private void Text5_AfterData(object sender, EventArgs e)
{
gn = Text5.Text;
if(gn.Equals(&quot;no&quot;))
{
Subreport2.Visible = false;
}
Text5.Visible = false;
}
string hy=&quot;&quot;;
private void Text7_AfterData(object sender, EventArgs e)
{
hy = Text7.Text;
if(hy.Equals(&quot;no&quot;))
{
Subreport3.Visible = false;
}
Text7.Visible = false;
}
private void Text8_AfterData(object sender, EventArgs e)
{
if(Text8.Text==&quot;false&quot;)
{
Page5.Visible = false;
}
Text8.Visible=false;
}
private void Page9_StartPage(object sender, EventArgs e)
{
if(Text93.Text==&quot;false&quot;)
{
Page9.Visible = false;
} else {
Page9.Visible=true;
}
}
private void Page13_StartPage(object sender, EventArgs e)
{
if(Text94.Text==&quot;false&quot;)
{
Page13.Visible = false;
} else {
Page13.Visible=true;
}
}
private void Text93_AfterData(object sender, EventArgs e)
{
if(Text93.Text==&quot;False&quot;)
{
Page9.Visible = false;
}
Text93.Visible = false;
}
private void Text94_AfterData(object sender, EventArgs e)
{
if(Text94.Text==&quot;False&quot;)
{
Page13.Visible = false;
}
Text94.Visible = false;
}
private void Text95_AfterData(object sender, EventArgs e)
{
if(Text95.Text==&quot;False&quot;)
{
Page14.Visible = false;
}
Text95.Visible = false;
}
private void Text96_AfterData(object sender, EventArgs e)
{
if(Text96.Text==&quot;False&quot;)
{
Page15.Visible = false;
}
Text96.Visible = false;
}
private void Cell659_AfterData(object sender, EventArgs e)
{
if(Cell659.Text == &quot;是&quot;)
{
Cell659.Text=&quot;已婚&quot;;
}
else if(Cell659.Text == &quot;否&quot;)
{
Cell659.Text=&quot;未婚&quot;;
}
}
}
}
</ScriptText>
<Styles Name="Standard">
<Style Name="Title" Font="Arial, 12pt, style=Bold"/>
<Style Name="Header" Font="Arial, 10pt, style=Bold"/>
<Style Name="Group" Font="Arial, 10pt, style=Bold"/>
<Style Name="Data"/>
<Style Name="Footer"/>
<Style Name="EvenRows" Fill.Color="WhiteSmoke"/>
</Styles>
<Dictionary>
<MsSqlDataConnection Name="Connection" ConnectionString="rijcmlq+rW0RkboK+/8CKGGYUID3ctBV8q9SvKYxl3iiE7vBnh7Tgou0+4WFf3NfmPSvHVFbgAuMkhKi1+dg3SnVy9+79pRZi64OOHjC6MK1u8gcNFgi3jlsydEl1HlIE2kOieySm7C003q2bWQCvM/TyXduJ7G1TcD9tAbCyGQedNyOfjI58KdoEaqmQ64i0ihdXso"/>
<MsSqlDataConnection Name="Connection1" ConnectionString="rijcmlq+rW0RkboK+/8CKGGYUID3ctBV8q9SvKYxl3iiE7vBnh7Tgou0+4WFf3NfmPSvHVFbgAuMkhKi1+dg3SnVy9+79pRZi64OOHjC6MK1u8gcNFgi3jlsydEl1HlIE2kOieySm7C003q2bWQCvM/TyXduJ7G1TcD9tAbCyGQedNyOfgmyXp1XV2Yzs6QWkbXDRRl">
<TableDataSource Name="Table" Alias="registerOneDt" DataType="System.Int32" Enabled="true" SelectCommand="select '' as t1">
<Column Name="t1" DataType="System.String"/>
</TableDataSource>
<TableDataSource Name="Table11" Alias="historyDt" DataType="System.Int32" Enabled="true" SelectCommand="select '' as t1">
<Column Name="t1" DataType="System.String"/>
</TableDataSource>
<TableDataSource Name="Table13" Alias="pastDt" DataType="System.Int32" Enabled="true" SelectCommand="select '' as t1">
<Column Name="t1" DataType="System.String"/>
</TableDataSource>
<TableDataSource Name="Table19" Alias="doctorDt" DataType="System.Int32" Enabled="true" SelectCommand="select '' as t1">
<Column Name="t1" DataType="System.String"/>
</TableDataSource>
<TableDataSource Name="Table20" Alias="tzPaterDt" DataType="System.Int32" Enabled="true" SelectCommand="select '' as id,''as team_name">
<Column Name="id" DataType="System.String"/>
<Column Name="team_name" DataType="System.String"/>
</TableDataSource>
<TableDataSource Name="Table21" Alias="gNJTSJCPaterDt" DataType="System.Int32" Enabled="true" SelectCommand="select '' as id,'' as team_name">
<Column Name="id" DataType="System.String"/>
<Column Name="team_name" DataType="System.String"/>
</TableDataSource>
<TableDataSource Name="Table22" Alias="hYJCPaterDt" DataType="System.Int32" Enabled="true" SelectCommand="select '' as id,'' as team_name">
<Column Name="id" DataType="System.String"/>
<Column Name="team_name" DataType="System.String"/>
</TableDataSource>
<TableDataSource Name="Table23" Alias="tjjgDt" DataType="System.Int32" Enabled="true" SelectCommand="select '' as t1">
<Column Name="t1" DataType="System.String"/>
</TableDataSource>
<TableDataSource Name="Table24" Alias="gn_tjjgDt" DataType="System.Int32" Enabled="true" SelectCommand="select '' as exam_group_maintain_id">
<Column Name="exam_group_maintain_id" DataType="System.Int32"/>
</TableDataSource>
<TableDataSource Name="Table25" Alias="hy_tjjgDt" DataType="System.Int32" Enabled="true" SelectCommand="select '' as exam_group_maintain_id">
<Column Name="exam_group_maintain_id" DataType="System.Int32"/>
</TableDataSource>
<TableDataSource Name="Table31" Alias="tzzyDt" DataType="System.Int32" Enabled="true" SelectCommand="select '' as '22168','' as '22169','' as '22217','' as '11351','' as '11352','' as '22199','' as '22200','' as '22204','' as '22205','' as '22163','' as '22164','' as '22218','' as ndt,'' as '22216','' as '22219','' as '10033','' as '22195','' as '22196','' as '22197'">
<Column Name="22168" DataType="System.String"/>
<Column Name="22169" DataType="System.String"/>
<Column Name="22217" DataType="System.String"/>
<Column Name="11351" DataType="System.String"/>
<Column Name="11352" DataType="System.String"/>
<Column Name="22199" DataType="System.String"/>
<Column Name="22200" DataType="System.String"/>
<Column Name="22204" DataType="System.String"/>
<Column Name="22205" DataType="System.String"/>
<Column Name="22163" DataType="System.String"/>
<Column Name="22164" DataType="System.String"/>
<Column Name="22218" DataType="System.String"/>
<Column Name="ndt" DataType="System.String"/>
<Column Name="22216" DataType="System.String"/>
<Column Name="22219" DataType="System.String"/>
<Column Name="10033" DataType="System.String"/>
<Column Name="22195" DataType="System.String"/>
<Column Name="22196" DataType="System.String"/>
<Column Name="22197" DataType="System.String"/>
</TableDataSource>
<TableDataSource Name="Table32" Alias="zycgbgDt" DataType="System.Int32" Enabled="true" SelectCommand="select '' as '10933','' as '10934','' as '10899','' as '10900','' as '10903','' as '11346','' as '11351','' as '11352','' as '11285','' as '11287','' as '11353','' as '11348','' as '11292','' as '11291','' as '11277','' as '11273','' as '11341','' as '11278','' as '11274','' as '11303','' as '11349','' as '11350','' as '11279','' as '10000','' as '10001','' as '22130','' as '10003','' as '10002','' as '11034','' as '10033','' as '11015','' as '10108','' as '10117','' as '10110','' as '10041' ,'' as '10042','' as '10043','' as '10044','' as '10114','' as '10045','' as '10047','' as '10112','' as '10111','' as '10054','' as '10113' ,'' as '10034','' as '10035','' as '11250','' as '11243','' as '11244','' as '11373'">
<Column Name="10933" DataType="System.String"/>
<Column Name="10934" DataType="System.String"/>
<Column Name="10899" DataType="System.String"/>
<Column Name="10900" DataType="System.String"/>
<Column Name="10903" DataType="System.String"/>
<Column Name="11346" DataType="System.String"/>
<Column Name="11351" DataType="System.String"/>
<Column Name="11352" DataType="System.String"/>
<Column Name="11285" DataType="System.String"/>
<Column Name="11287" DataType="System.String"/>
<Column Name="11353" DataType="System.String"/>
<Column Name="11348" DataType="System.String"/>
<Column Name="11292" DataType="System.String"/>
<Column Name="11291" DataType="System.String"/>
<Column Name="11277" DataType="System.String"/>
<Column Name="11273" DataType="System.String"/>
<Column Name="11341" DataType="System.String"/>
<Column Name="11278" DataType="System.String"/>
<Column Name="11274" DataType="System.String"/>
<Column Name="11303" DataType="System.String"/>
<Column Name="11349" DataType="System.String"/>
<Column Name="11350" DataType="System.String"/>
<Column Name="11279" DataType="System.String"/>
<Column Name="10000" DataType="System.String"/>
<Column Name="10001" DataType="System.String"/>
<Column Name="22130" DataType="System.String"/>
<Column Name="10003" DataType="System.String"/>
<Column Name="10002" DataType="System.String"/>
<Column Name="11034" DataType="System.String"/>
<Column Name="10033" DataType="System.String"/>
<Column Name="11015" DataType="System.String"/>
<Column Name="10108" DataType="System.String"/>
<Column Name="10117" DataType="System.String"/>
<Column Name="10110" DataType="System.String"/>
<Column Name="10041" DataType="System.String"/>
<Column Name="10042" DataType="System.String"/>
<Column Name="10043" DataType="System.String"/>
<Column Name="10114" DataType="System.String"/>
<Column Name="10045" DataType="System.String"/>
<Column Name="10047" DataType="System.String"/>
<Column Name="10112" DataType="System.String"/>
<Column Name="10111" DataType="System.String"/>
<Column Name="10054" DataType="System.String"/>
<Column Name="10113" DataType="System.String"/>
<Column Name="10034" DataType="System.String"/>
<Column Name="10035" DataType="System.String"/>
<Column Name="11250" DataType="System.String"/>
<Column Name="11243" DataType="System.String"/>
<Column Name="11244" DataType="System.String"/>
<Column Name="11373" DataType="System.String"/>
<Column Name="10044" DataType="System.String"/>
</TableDataSource>
<TableDataSource Name="Table6" Alias="newTz_tjjgDt" DataType="System.Int32" Enabled="true" SelectCommand="select '' as person_id,'' as project_id1,'' as project_name1,'' as project_result1,'' as project_id2,'' as project_name2,'' as project_result2,'' as exam_group_maintain_id,'' as presenter,'' as commit_date">
<Column Name="person_id" DataType="System.String"/>
<Column Name="project_id1" DataType="System.String"/>
<Column Name="project_name1" DataType="System.String"/>
<Column Name="project_result1" DataType="System.String"/>
<Column Name="project_id2" DataType="System.String"/>
<Column Name="project_name2" DataType="System.String"/>
<Column Name="project_result2" DataType="System.String"/>
<Column Name="exam_group_maintain_id" DataType="System.String"/>
<Column Name="presenter" DataType="System.String"/>
<Column Name="commit_date" DataType="System.String"/>
</TableDataSource>
<TableDataSource Name="Table8" Alias="yssjDt" DataType="System.Int32" Enabled="true" SelectCommand="select '' as xdt_ys,'' as xdt_sj,'' as dct_ys,'' as dct_sj,'' as nkcg_ys,'' as nkcg_sj,'' as wkcg_ys,'' as wkcg_sj,'' as wgsl_ys,'' as wgsl_sj">
<Column Name="xdt_ys" DataType="System.String"/>
<Column Name="xdt_sj" DataType="System.String"/>
<Column Name="dct_ys" DataType="System.String"/>
<Column Name="dct_sj" DataType="System.String"/>
<Column Name="nkcg_ys" DataType="System.String"/>
<Column Name="nkcg_sj" DataType="System.String"/>
<Column Name="wkcg_ys" DataType="System.String"/>
<Column Name="wkcg_sj" DataType="System.String"/>
<Column Name="wgsl_ys" DataType="System.String"/>
<Column Name="wgsl_sj" DataType="System.String"/>
</TableDataSource>
<TableDataSource Name="Table12" Alias="photo" DataType="System.Int32" Enabled="true" SelectCommand="select ''as'p'">
<Column Name="p" DataType="System.String"/>
</TableDataSource>
<TableDataSource Name="Table16" Alias="dtReinspection" DataType="System.Int32" Enabled="true" SelectCommand="select '' as t1">
<Column Name="t1" DataType="System.String"/>
</TableDataSource>
<TableDataSource Name="Table27" Alias="doc" DataType="System.Int32" Enabled="true" SelectCommand="select '' as t1"/>
<TableDataSource Name="Table28" Alias="inquery" DataType="System.Int32" Enabled="true" SelectCommand="select '' as t"/>
</MsSqlDataConnection>
<Relation Name="Table21_Table24" ParentDataSource="Table21" ChildDataSource="Table24" ParentColumns="id" ChildColumns="exam_group_maintain_id" Enabled="true"/>
<Relation Name="Table22_Table25" ParentDataSource="Table22" ChildDataSource="Table25" ParentColumns="id" ChildColumns="exam_group_maintain_id" Enabled="true"/>
<Relation Name="Table20_Table6" ParentDataSource="Table20" ChildDataSource="Table6" ParentColumns="id" ChildColumns="exam_group_maintain_id" Enabled="true"/>
<Parameter Name="main_review" DataType="System.String"/>
<Parameter Name="main_result" DataType="System.String"/>
<Parameter Name="zz1" DataType="System.String"/>
<Parameter Name="zz2" DataType="System.String"/>
<Parameter Name="zz3" DataType="System.String"/>
<Parameter Name="zz4" DataType="System.String"/>
<Parameter Name="zz5" DataType="System.String"/>
<Parameter Name="zz6" DataType="System.String"/>
<Parameter Name="zz7" DataType="System.String"/>
<Parameter Name="zz8" DataType="System.String"/>
<Parameter Name="zz9" DataType="System.String"/>
<Parameter Name="zz10" DataType="System.String"/>
<Parameter Name="zz11" DataType="System.String"/>
<Parameter Name="zz12" DataType="System.String"/>
<Parameter Name="zz13" DataType="System.String"/>
<Parameter Name="zz14" DataType="System.String"/>
<Parameter Name="zz15" DataType="System.String"/>
<Parameter Name="zz16" DataType="System.String"/>
<Parameter Name="zz17" DataType="System.String"/>
<Parameter Name="zz18" DataType="System.String"/>
<Parameter Name="zz19" DataType="System.String"/>
<Parameter Name="zz20" DataType="System.String"/>
<Parameter Name="zz21" DataType="System.String"/>
<Parameter Name="zz22" DataType="System.String"/>
<Parameter Name="zz23" DataType="System.String"/>
<Parameter Name="zz24" DataType="System.String"/>
<Parameter Name="zz25" DataType="System.String"/>
<Parameter Name="zz26" DataType="System.String"/>
<Parameter Name="zz49" DataType="System.String"/>
<Parameter Name="zz27" DataType="System.String"/>
<Parameter Name="zz28" DataType="System.String"/>
<Parameter Name="zz29" DataType="System.String"/>
<Parameter Name="zz31" DataType="System.String"/>
<Parameter Name="zz32" DataType="System.String"/>
<Parameter Name="zz33" DataType="System.String"/>
<Parameter Name="zz34" DataType="System.String"/>
<Parameter Name="zz35" DataType="System.String"/>
<Parameter Name="zz36" DataType="System.String"/>
<Parameter Name="zz37" DataType="System.String"/>
<Parameter Name="zz38" DataType="System.String"/>
<Parameter Name="zz39" DataType="System.String"/>
<Parameter Name="zz40" DataType="System.String"/>
<Parameter Name="zz41" DataType="System.String"/>
<Parameter Name="zz42" DataType="System.String"/>
<Parameter Name="zz43" DataType="System.String"/>
<Parameter Name="zz44" DataType="System.String"/>
<Parameter Name="zz45" DataType="System.String"/>
<Parameter Name="zz46" DataType="System.String"/>
<Parameter Name="zz47" DataType="System.String"/>
<Parameter Name="zz48" DataType="System.String"/>
<Parameter Name="zz50" DataType="System.String"/>
<Parameter Name="zz51" DataType="System.String"/>
<Parameter Name="left500" DataType="System.String"/>
<Parameter Name="zz52" DataType="System.String"/>
<Parameter Name="zz53" DataType="System.String"/>
<Parameter Name="zz54" DataType="System.String"/>
<Parameter Name="zz55" DataType="System.String"/>
<Parameter Name="zz56" DataType="System.String"/>
<Parameter Name="zz57" DataType="System.String"/>
<Parameter Name="zz58" DataType="System.String"/>
<Parameter Name="zz59" DataType="System.String"/>
<Parameter Name="zz60" DataType="System.String"/>
<Parameter Name="zz61" DataType="System.String"/>
<Parameter Name="zz62" DataType="System.String"/>
<Parameter Name="zz63" DataType="System.String"/>
<Parameter Name="zz64" DataType="System.String"/>
<Parameter Name="zz65" DataType="System.String"/>
<Parameter Name="zz67" DataType="System.String"/>
<Parameter Name="left1000" DataType="System.String"/>
<Parameter Name="left2000" DataType="System.String"/>
<Parameter Name="left3000" DataType="System.String"/>
<Parameter Name="left4000" DataType="System.String"/>
<Parameter Name="left6000" DataType="System.String"/>
<Parameter Name="right500" DataType="System.String"/>
<Parameter Name="right1000" DataType="System.String"/>
<Parameter Name="right2000" DataType="System.String"/>
<Parameter Name="right3000" DataType="System.String"/>
<Parameter Name="right4000" DataType="System.String"/>
<Parameter Name="right6000" DataType="System.String"/>
<Parameter Name="srgppjty" DataType="System.String"/>
<Parameter Name="left_pjty" DataType="System.String"/>
<Parameter Name="right_pjty" DataType="System.String"/>
<Parameter Name="zz30" DataType="System.String"/>
<Parameter Name="zz66" DataType="System.String"/>
<Parameter Name="dct_presenter" DataType="System.String"/>
<Parameter Name="dct_commit_date" DataType="System.String"/>
<Parameter Name="dct_isShow" DataType="System.String"/>
<Parameter Name="tz_isShow" DataType="System.String"/>
<Parameter Name="gn_isShow" DataType="System.String"/>
<Parameter Name="hy_isShow" DataType="System.String"/>
<Parameter Name="wz_zdys" DataType="System.String"/>
<Parameter Name="showzz" DataType="System.String"/>
<Parameter Name="lj500" DataType="System.String"/>
<Parameter Name="lj1000" DataType="System.String"/>
<Parameter Name="lj2000" DataType="System.String"/>
<Parameter Name="lj3000" DataType="System.String"/>
<Parameter Name="lj4000" DataType="System.String"/>
<Parameter Name="lj6000" DataType="System.String"/>
<Parameter Name="rj500" DataType="System.String"/>
<Parameter Name="rj1000" DataType="System.String"/>
<Parameter Name="rj2000" DataType="System.String"/>
<Parameter Name="rj3000" DataType="System.String"/>
<Parameter Name="rj4000" DataType="System.String"/>
<Parameter Name="rj6000" DataType="System.String"/>
<Parameter Name="unqualified" DataType="System.String"/>
</Dictionary>
<ReportPage Name="Page2" Fill.Color="White">
<DataBand Name="Data2" Width="718.2" Height="1001.7">
<TextObject Name="Text1" Left="-9.45" Top="623.7" Width="718.2" Height="47.25" Text="职业健康检查表" HorzAlign="Center" VertAlign="Center" Font="宋体, 26.25pt, style=Bold"/>
<TextObject Name="Text6" Left="9.45" Top="9.45" Width="94.5" Height="37.8" AfterDataEvent="Text6_AfterData" Text="[dct_isShow]" HorzAlign="Center" VertAlign="Center" Font="宋体, 10pt"/>
<TextObject Name="Text4" Left="113.4" Top="9.45" Width="94.5" Height="37.8" AfterDataEvent="Text4_AfterData" Text="[tz_isShow]" HorzAlign="Center" VertAlign="Center" Font="宋体, 10pt"/>
<TextObject Name="Text5" Left="217.35" Top="9.45" Width="94.5" Height="37.8" AfterDataEvent="Text5_AfterData" Text="[gn_isShow]" HorzAlign="Center" VertAlign="Center" Font="宋体, 10pt"/>
<TextObject Name="Text7" Left="321.3" Top="9.45" Width="94.5" Height="37.8" AfterDataEvent="Text7_AfterData" Text="[hy_isShow]" HorzAlign="Center" VertAlign="Center" Font="宋体, 10pt"/>
<TextObject Name="Text8" Left="453.6" Top="18.9" Width="94.5" Height="18.9" AfterDataEvent="Text8_AfterData" Text="[showzz]" Font="宋体, 9pt"/>
<TextObject Name="Text93" Left="576.45" Top="18.9" Width="94.5" Height="18.9" Visible="false" AfterDataEvent="Text93_AfterData" Text="[img.isShowC]" Font="宋体, 9pt"/>
<TextObject Name="Text94" Left="576.45" Top="47.25" Width="94.5" Height="18.9" Visible="false" AfterDataEvent="Text94_AfterData" Text="[img.isShowX]" Font="宋体, 9pt"/>
<TextObject Name="Text95" Left="576.45" Top="75.6" Width="94.5" Height="18.9" Visible="false" AfterDataEvent="Text95_AfterData" Text="[img.isShowXD]" Font="宋体, 9pt"/>
<TextObject Name="Text96" Left="576.45" Top="103.95" Width="103.95" Height="18.9" Visible="false" AfterDataEvent="Text96_AfterData" Text="[img.isShowPFT]" Font="宋体, 9pt"/>
<PictureObject Name="Picture4" Left="500.85" Top="113.4" Width="94.5" Height="132.3" Border.Lines="All" DataColumn="photo.p" ShowErrorImage="true"/>
<TextObject Name="Text9" Left="56.7" Top="141.75" Width="378" Height="37.8" Text="姓名:[registerOneDt.person_name]" Font="宋体, 14.25pt"/>
<TextObject Name="Text97" Left="56.7" Top="179.55" Width="378" Height="37.8" Text="单位:[registerOneDt.util_name]" Font="宋体, 14.25pt"/>
<TextObject Name="Text98" Left="56.7" Top="217.35" Width="378" Height="37.8" Text="电话:[registerOneDt.phone]" Font="宋体, 14.25pt"/>
<TextObject Name="Text99" Left="56.7" Top="255.15" Width="378" Height="37.8" Text="车间:[registerOneDt.department]" Font="宋体, 14.25pt"/>
<TextObject Name="Text100" Left="56.7" Top="292.95" Width="453.6" Height="37.8" Text="工号:[registerOneDt.job_num]" Font="宋体, 14.25pt"/>
<TextObject Name="Text101" Left="56.7" Top="330.75" Width="453.6" Height="37.8" Text="体检编号:[registerOneDt.physical_num]" Font="宋体, 14.25pt"/>
<TextObject Name="Text102" Left="56.7" Top="368.55" Width="453.6" Height="37.8" Text="工种:[registerOneDt.work_category]" Font="宋体, 14.25pt"/>
<TextObject Name="Text103" Left="56.7" Top="406.35" Width="453.6" Height="37.8" Text="填表日期:[registerOneDt.main_review_date]" Font="宋体, 14.25pt"/>
<TextObject Name="Text104" Left="56.7" Top="444.15" Width="453.6" Height="28.35" Text="类别:上岗前( &#13;&#10;" Font="宋体, 14.25pt"/>
<CheckBoxObject Name="CheckBox1" Left="207.9" Top="444.15" Width="18.9" Height="18.9" Expression="IIf([registerOneDt.status].Contains(&quot;上岗前&quot;)==true,true,false)"/>
<CheckBoxObject Name="CheckBox2" Left="226.8" Top="472.5" Width="18.9" Height="18.9" Expression="IIf([registerOneDt.status].Contains(&quot;在岗期间&quot;)==true,true,false)"/>
<CheckBoxObject Name="CheckBox3" Left="207.9" Top="500.85" Width="18.9" Height="18.9" Expression="IIf([registerOneDt.status].Contains(&quot;离岗时&quot;)==true,true,false)"/>
<TextObject Name="Text105" Left="56.7" Top="472.5" Width="453.6" Height="28.35" Text=" 在岗期间( &#13;&#10;" Font="宋体, 14.25pt"/>
<TextObject Name="Text106" Left="56.7" Top="500.85" Width="453.6" Height="28.35" Text=" 离岗时( &#13;&#10;" Font="宋体, 14.25pt"/>
</DataBand>
<PageFooterBand Name="PageFooter1" Top="1005.7" Width="718.2" Height="37.8">
<TextObject Name="Text2" Top="9.45" Width="718.2" Height="18.9" Text="铁营镇卫生院制" HorzAlign="Center" Font="宋体, 14.25pt, style=Bold"/>
</PageFooterBand>
</ReportPage>
<ReportPage Name="Page3" Fill.Color="White">
<DataBand Name="Data3" Width="718.2" Height="585.9">
<TableObject Name="Table1" Left="28.35" Top="56.7" Width="645.95" Height="175.77">
<TableColumn Name="Column230" Width="135.5"/>
<TableColumn Name="Column231" Width="201.65"/>
<TableColumn Name="Column232" Width="154.4"/>
<TableColumn Name="Column233" Width="154.4"/>
<TableRow Name="Row103" Height="58.59">
<TableCell Name="Cell651" Text="姓 名:" VertAlign="Bottom" Font="宋体, 14.25pt, style=Bold"/>
<TableCell Name="Cell652" Border.Lines="Bottom" Text="[registerOneDt.person_name]" VertAlign="Bottom" Font="宋体, 14.25pt"/>
<TableCell Name="Cell653" Text="性 别:" VertAlign="Bottom" Font="宋体, 14.25pt, style=Bold"/>
<TableCell Name="Cell654" Border.Lines="Bottom" Text="[registerOneDt.sex]" VertAlign="Bottom" Font="宋体, 14.25pt"/>
</TableRow>
<TableRow Name="Row104" Height="58.59">
<TableCell Name="Cell656" Text="身份证号码:" VertAlign="Bottom" Font="宋体, 14.25pt, style=Bold"/>
<TableCell Name="Cell657" Border.Lines="Bottom" Text="[registerOneDt.card_number]" VertAlign="Bottom" Font="宋体, 14.25pt"/>
<TableCell Name="Cell658" Text="婚 姻 状 况:" VertAlign="Bottom" Font="宋体, 14.25pt, style=Bold"/>
<TableCell Name="Cell659" Border.Lines="Bottom" AfterDataEvent="Cell659_AfterData" Text="[registerOneDt.marry_status]" VertAlign="Bottom" Font="宋体, 14.25pt"/>
</TableRow>
<TableRow Name="Row105" Height="58.59">
<TableCell Name="Cell661" Text="总 工 龄:" VertAlign="Bottom" Font="宋体, 14.25pt, style=Bold"/>
<TableCell Name="Cell662" Border.Lines="Bottom" Text="[registerOneDt.work_years]年[registerOneDt.work_months]月" VertAlign="Bottom" Font="宋体, 14.25pt"/>
<TableCell Name="Cell663" Text="接毒接害工龄:" VertAlign="Bottom" Font="宋体, 14.25pt, style=Bold"/>
<TableCell Name="Cell664" Border.Lines="Bottom" Text="[registerOneDt.touch_years]年[registerOneDt.touch_months]月" VertAlign="Bottom" Font="宋体, 14.25pt"/>
</TableRow>
</TableObject>
<TextObject Name="Text3" Left="28.35" Top="255.15" Width="255.15" Height="28.35" Text="接触职业病危害因素名称:" VertAlign="Bottom" Font="宋体, 14.25pt, style=Bold"/>
<TextObject Name="Text107" Left="28.35" Top="302.4" Width="623.7" Height="203.26" CanGrow="true" Text="[registerOneDt.hazards_text]" Font="宋体, 14.25pt"/>
<TextObject Name="Text108" Left="27.53" Top="518.32" Width="255.15" Height="28.35" Text="职业史:" VertAlign="Bottom" Font="宋体, 14.25pt, style=Bold"/>
<TableObject Name="Table2" Left="27.53" Top="556.12" Width="671.64" Height="26.76" Border.Lines="Top, Bottom">
<TableColumn Name="Column234" Width="124.54"/>
<TableColumn Name="Column235" Width="152.89"/>
<TableColumn Name="Column236" Width="86.74"/>
<TableColumn Name="Column237" Width="96.19"/>
<TableColumn Name="Column238" Width="124.54"/>
<TableColumn Name="Column239" Width="86.74"/>
<TableRow Name="Row106" Height="26.76">
<TableCell Name="Cell665" Border.Lines="Right, Top, Bottom" Text="起止日期" HorzAlign="Center" VertAlign="Center" Font="宋体, 12pt"/>
<TableCell Name="Cell666" Border.Lines="Right, Bottom" Text="工作单位" HorzAlign="Center" VertAlign="Center" Font="宋体, 12pt"/>
<TableCell Name="Cell667" Border.Lines="Right, Bottom" Text="车间" HorzAlign="Center" VertAlign="Center" Font="宋体, 12pt"/>
<TableCell Name="Cell668" Border.Lines="Right, Bottom" Text="工种" HorzAlign="Center" VertAlign="Center" Font="宋体, 12pt"/>
<TableCell Name="Cell669" Border.Lines="Right, Bottom" Text="有害因素" HorzAlign="Center" VertAlign="Center" Font="宋体, 12pt"/>
<TableCell Name="Cell690" Border.Lines="Bottom" Text="防护措施" HorzAlign="Center" VertAlign="Center" Font="宋体, 12pt"/>
</TableRow>
</TableObject>
</DataBand>
<DataBand Name="Data6" Top="589.13" Width="718.2" Height="113.4" CanBreak="true" DataSource="Table11">
<TableObject Name="Table3" Left="28.35" Width="671.73" Height="37.8">
<TableColumn Name="Column248" Width="124.56"/>
<TableColumn Name="Column249" Width="152.96"/>
<TableColumn Name="Column250" Width="86.74"/>
<TableColumn Name="Column251" Width="96.19"/>
<TableColumn Name="Column252" Width="124.54"/>
<TableColumn Name="Column253" Width="86.74"/>
<TableRow Name="Row113" Height="37.8" AutoSize="true">
<TableCell Name="Cell709" Border.Lines="Right, Bottom" Text="[historyDt.start_date]-[historyDt.end_date]" HorzAlign="Center" VertAlign="Center" Font="宋体, 12pt"/>
<TableCell Name="Cell710" Border.Lines="Right, Bottom" Text="[historyDt.util]" HorzAlign="Center" VertAlign="Center" Font="宋体, 12pt"/>
<TableCell Name="Cell711" Border.Lines="Right, Bottom" Text="[historyDt.workshop]" HorzAlign="Center" VertAlign="Center" Font="宋体, 12pt"/>
<TableCell Name="Cell712" Border.Lines="Right, Bottom" Text="[historyDt.work_type]" HorzAlign="Center" VertAlign="Center" Font="宋体, 12pt"/>
<TableCell Name="Cell713" Border.Lines="Right, Bottom" Text="[historyDt.factory]" HorzAlign="Center" VertAlign="Center" Font="宋体, 11pt"/>
<TableCell Name="Cell714" Border.Lines="Bottom" Text="[historyDt.protect_method]" HorzAlign="Center" VertAlign="Center" Font="宋体, 12pt"/>
</TableRow>
</TableObject>
</DataBand>
</ReportPage>
<ReportPage Name="Page4" Fill.Color="White">
<DataBand Name="Data4" Width="718.2" Height="132.31">
<TextObject Name="Text40" Left="18.9" Top="56.7" Width="217.35" Height="28.35" Text="既往史" VertAlign="Center" Font="宋体, 12pt, style=Bold"/>
<TableObject Name="Table4" Left="28.35" Top="94.5" Width="652.05" Height="37.81">
<TableColumn Name="Column11" Width="130.41"/>
<TableColumn Name="Column12" Width="130.41"/>
<TableColumn Name="Column13" Width="130.41"/>
<TableColumn Name="Column14" Width="130.41"/>
<TableColumn Name="Column15" Width="130.41"/>
<TableRow Name="Row38" Height="37.81">
<TableCell Name="Cell125" Border.Lines="Right, Top, Bottom" Text="疾病名称" HorzAlign="Center" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell126" Border.Lines="All" Text="诊断日期" HorzAlign="Center" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell127" Border.Lines="All" Text="诊断单位" HorzAlign="Center" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell128" Border.Lines="All" Text="治疗经过" HorzAlign="Center" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell129" Border.Lines="Left, Top, Bottom" Text="转归" HorzAlign="Center" VertAlign="Center" Font="宋体, 10pt"/>
</TableRow>
</TableObject>
<DataBand Name="Data25" Top="135.54" Width="718.2" Height="37.8" DataSource="Table13">
<TableObject Name="Table14" Left="28.35" Width="652.05" Height="37.8" Border.Lines="Bottom">
<TableColumn Name="Column254" Width="130.41"/>
<TableColumn Name="Column255" Width="130.41"/>
<TableColumn Name="Column256" Width="130.41"/>
<TableColumn Name="Column257" Width="130.41"/>
<TableColumn Name="Column258" Width="130.41"/>
<TableRow Name="Row114" MinHeight="37.8" Height="37.8" AutoSize="true">
<TableCell Name="Cell715" Border.Lines="Right" Text="[pastDt.disease]" HorzAlign="Center" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell716" Border.Lines="Right" Text="[pastDt.diagnose_date]" HorzAlign="Center" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell717" Border.Lines="Right" Text="[pastDt.util]" HorzAlign="Center" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell718" Border.Lines="Right" Text="[pastDt.treatment]" HorzAlign="Center" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell719" Text="[pastDt.outcome]" HorzAlign="Center" VertAlign="Center" Font="宋体, 10pt"/>
</TableRow>
</TableObject>
</DataBand>
<DataBand Name="Data22" Top="176.56" Width="718.2" Height="803.25">
<TableObject Name="Table9" Left="28.86" Top="675.31" Width="661.49" Height="37.8">
<TableColumn Name="Column64" Width="65.75"/>
<TableColumn Name="Column65" Width="84.65"/>
<TableColumn Name="Column66" Width="65.75"/>
<TableColumn Name="Column67" Width="27.95"/>
<TableColumn Name="Column68" Width="65.75"/>
<TableColumn Name="Column69" Width="27.95"/>
<TableColumn Name="Column70" Width="65.75"/>
<TableColumn Name="Column71" Width="84.65"/>
<TableColumn Name="Column72" Width="69.31"/>
<TableColumn Name="Column73" Width="22.06"/>
<TableColumn Name="Column74" Width="59.86"/>
<TableColumn Name="Column75" Width="22.06"/>
<TableRow Name="Row33" Height="37.8">
<TableCell Name="Cell203" Border.Lines="Bottom" Text="[doctorDt.discript]" VertAlign="Bottom" Font="宋体, 10pt" ColSpan="12"/>
<TableCell Name="Cell204" Border.Lines="Bottom" HorzAlign="Center" VertAlign="Bottom" Font="宋体, 10pt"/>
<TableCell Name="Cell205" Border.Lines="Bottom" HorzAlign="Center" VertAlign="Bottom" Font="宋体, 10pt"/>
<TableCell Name="Cell206" Border.Lines="Bottom" HorzAlign="Center" VertAlign="Bottom" Font="宋体, 10pt"/>
<TableCell Name="Cell207" Border.Lines="Bottom" HorzAlign="Center" VertAlign="Bottom" Font="宋体, 10pt"/>
<TableCell Name="Cell208" Border.Lines="Bottom" VertAlign="Bottom" Font="宋体, 10pt"/>
<TableCell Name="Cell209" Border.Lines="Bottom" HorzAlign="Center" VertAlign="Bottom" Font="宋体, 10pt"/>
<TableCell Name="Cell210" Border.Lines="Bottom" HorzAlign="Center" VertAlign="Bottom" Font="宋体, 10pt"/>
<TableCell Name="Cell211" Border.Lines="Bottom" HorzAlign="Center" VertAlign="Bottom" Font="宋体, 10pt"/>
<TableCell Name="Cell212" Border.Lines="Bottom" VertAlign="Bottom" Font="宋体, 10pt"/>
<TableCell Name="Cell213" Border.Lines="Bottom" HorzAlign="Center" VertAlign="Bottom" Font="宋体, 10pt"/>
<TableCell Name="Cell214" Border.Lines="Bottom" VertAlign="Bottom" Font="宋体, 10pt"/>
</TableRow>
</TableObject>
<TextObject Name="Text44" Left="19.41" Top="372.91" Width="217.35" Height="28.35" Text="烟酒史" VertAlign="Center" Font="宋体, 12pt, style=Bold"/>
<TableObject Name="Table7" Left="28.86" Top="306.76" Width="661.29" Height="37.8">
<TableColumn Name="Column78" Width="65.16"/>
<TableColumn Name="Column79" Width="46.26"/>
<TableColumn Name="Column80" Width="74.61"/>
<TableColumn Name="Column81" Width="46.26"/>
<TableColumn Name="Column82" Width="74.61"/>
<TableColumn Name="Column83" Width="46.26"/>
<TableColumn Name="Column84" Width="74.61"/>
<TableColumn Name="Column85" Width="46.26"/>
<TableColumn Name="Column86" Width="78.17"/>
<TableColumn Name="Column87" Width="59.27"/>
<TableColumn Name="Column276" Width="49.82"/>
<TableRow Name="Row31" Height="37.8">
<TableCell Name="Cell181" Border.Lines="Bottom" Text="现有子女" VertAlign="Bottom" Font="宋体, 10pt"/>
<TableCell Name="Cell182" Border.Lines="Bottom" Text="[doctorDt.children]" HorzAlign="Center" VertAlign="Bottom" Font="宋体, 10pt"/>
<TableCell Name="Cell183" Border.Lines="Bottom" Text="人 流产" HorzAlign="Center" VertAlign="Bottom" Font="宋体, 10pt"/>
<TableCell Name="Cell184" Border.Lines="Bottom" Text="[doctorDt.abortion_times]" HorzAlign="Center" VertAlign="Bottom" Font="宋体, 10pt"/>
<TableCell Name="Cell185" Border.Lines="Bottom" Text="次 早产" HorzAlign="Center" VertAlign="Bottom" Font="宋体, 10pt"/>
<TableCell Name="Cell186" Border.Lines="Bottom" Text="[doctorDt.abortion_early_times]" HorzAlign="Center" VertAlign="Bottom" Font="宋体, 10pt"/>
<TableCell Name="Cell187" Border.Lines="Bottom" Text="次 死产" HorzAlign="Center" VertAlign="Bottom" Font="宋体, 10pt"/>
<TableCell Name="Cell188" Border.Lines="Bottom" Text="[doctorDt.abortion_death_times]" HorzAlign="Center" VertAlign="Bottom" Font="宋体, 10pt"/>
<TableCell Name="Cell189" Border.Lines="Bottom" Text="次 异常胎" HorzAlign="Center" VertAlign="Bottom" Font="宋体, 10pt"/>
<TableCell Name="Cell190" Border.Lines="Bottom" Text="[doctorDt.abortion_except_times]" HorzAlign="Center" VertAlign="Bottom" Font="宋体, 10pt"/>
<TableCell Name="Cell751" Border.Lines="Bottom" Text="次" VertAlign="Bottom" Font="宋体, 10pt"/>
</TableRow>
</TableObject>
<TextObject Name="Text43" Left="19.41" Top="268.96" Width="217.35" Height="28.35" Text="生育史" VertAlign="Center" Font="宋体, 12pt, style=Bold"/>
<TableObject Name="Table33" Left="28.35" Top="207.9" Width="661.35" Height="37.8">
<TableColumn Name="Column240" Width="46.05"/>
<TableColumn Name="Column241" Width="102.75"/>
<TableColumn Name="Column242" Width="64.95"/>
<TableColumn Name="Column243" Width="93.3"/>
<TableColumn Name="Column244" Width="64.95"/>
<TableColumn Name="Column245" Width="83.85"/>
<TableColumn Name="Column246" Width="93.3"/>
<TableColumn Name="Column247" Width="46.05"/>
<TableColumn Name="Column259"/>
<TableRow Name="Row112" Height="37.8">
<TableCell Name="Cell701" Border.Lines="Bottom" Text="初潮" VertAlign="Bottom" Font="宋体, 10pt"/>
<TableCell Name="Cell702" Border.Lines="Bottom" Text="[doctorDt.menarche_age]" HorzAlign="Center" VertAlign="Bottom" Font="宋体, 10pt"/>
<TableCell Name="Cell703" Border.Lines="Bottom" Text="岁 经期" HorzAlign="Center" VertAlign="Bottom" Font="宋体, 10pt"/>
<TableCell Name="Cell704" Border.Lines="Bottom" Text="[doctorDt.menarche_time]" HorzAlign="Center" VertAlign="Bottom" Font="宋体, 10pt"/>
<TableCell Name="Cell705" Border.Lines="Bottom" Text="天 周期" HorzAlign="Center" VertAlign="Bottom" Font="宋体, 10pt"/>
<TableCell Name="Cell706" Border.Lines="Bottom" Text="[doctorDt.menarche_per_week]" HorzAlign="Center" VertAlign="Bottom" Font="宋体, 10pt"/>
<TableCell Name="Cell707" Border.Lines="Bottom" Text="天 停经年龄" HorzAlign="Center" VertAlign="Bottom" Font="宋体, 10pt"/>
<TableCell Name="Cell708" Border.Lines="Bottom" Text="[doctorDt.menarche_stop_age]" HorzAlign="Center" VertAlign="Bottom" Font="宋体, 10pt"/>
<TableCell Name="Cell720" Border.Lines="Bottom" Text="岁" HorzAlign="Center" VertAlign="Bottom" Font="宋体, 10pt"/>
</TableRow>
</TableObject>
<TextObject Name="Text113" Left="18.9" Top="170.1" Width="217.35" Height="28.35" Text="月经史" VertAlign="Center" Font="宋体, 12pt, style=Bold"/>
<TableObject Name="Table5" Left="28.35" Top="66.15" Width="656.36" Height="75.6">
<TableColumn Name="Column16" Width="81.4"/>
<TableColumn Name="Column17" Width="251.51"/>
<TableColumn Name="Column18" Width="109.75"/>
<TableColumn Name="Column19" Width="213.7"/>
<TableRow Name="Row29" Height="37.8" AutoSize="true">
<TableCell Name="Cell135" Border.Lines="Bottom" Text="病名:" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell136" Border.Lines="Bottom" Text="[doctorDt.speedOrSlow_history_name]" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell137" Border.Lines="Bottom" Text="诊断日期:" HorzAlign="Center" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell138" Border.Lines="Bottom" Text="[doctorDt.speedOrSlow_history_date]" VertAlign="Center" Font="宋体, 10pt"/>
</TableRow>
<TableRow Name="Row121" MinHeight="37.8" Height="37.8" AutoSize="true">
<TableCell Name="Cell747" Border.Lines="Bottom" Text="诊断单位:" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell748" Border.Lines="Bottom" Text="[doctorDt.speedOrSlow_history_util]" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell749" Border.Lines="Bottom" Text="是否痊愈:" HorzAlign="Center" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell750" Border.Lines="Bottom" Text="[doctorDt.speedOrSlow_isOK]" VertAlign="Center" Font="宋体, 10pt"/>
</TableRow>
</TableObject>
<TextObject Name="Text41" Left="18.9" Top="28.35" Width="217.35" Height="28.35" Text="急慢性职业病史" VertAlign="Center" Font="宋体, 12pt, style=Bold"/>
<TextObject Name="Text114" Left="19.41" Top="543.01" Width="217.35" Height="28.35" Text="家族史" VertAlign="Center" Font="宋体, 12pt, style=Bold"/>
<TableObject Name="Table33" Left="28.86" Top="580.81" Width="661.49" Height="37.8">
<TableColumn Name="Column279" Width="65.75"/>
<TableColumn Name="Column280" Width="84.65"/>
<TableColumn Name="Column281" Width="65.75"/>
<TableColumn Name="Column282" Width="27.95"/>
<TableColumn Name="Column283" Width="65.75"/>
<TableColumn Name="Column284" Width="27.95"/>
<TableColumn Name="Column285" Width="65.75"/>
<TableColumn Name="Column286" Width="84.65"/>
<TableColumn Name="Column287" Width="69.31"/>
<TableColumn Name="Column288" Width="22.06"/>
<TableColumn Name="Column289" Width="59.86"/>
<TableColumn Name="Column290" Width="22.06"/>
<TableRow Name="Row124" Height="37.8">
<TableCell Name="Cell756" Border.Lines="Bottom" Text="[doctorDt.family_history]" VertAlign="Bottom" Font="宋体, 10pt" ColSpan="12"/>
<TableCell Name="Cell757" Border.Lines="Bottom" HorzAlign="Center" VertAlign="Bottom" Font="宋体, 10pt"/>
<TableCell Name="Cell758" Border.Lines="Bottom" HorzAlign="Center" VertAlign="Bottom" Font="宋体, 10pt"/>
<TableCell Name="Cell759" Border.Lines="Bottom" HorzAlign="Center" VertAlign="Bottom" Font="宋体, 10pt"/>
<TableCell Name="Cell760" Border.Lines="Bottom" HorzAlign="Center" VertAlign="Bottom" Font="宋体, 10pt"/>
<TableCell Name="Cell761" Border.Lines="Bottom" VertAlign="Bottom" Font="宋体, 10pt"/>
<TableCell Name="Cell762" Border.Lines="Bottom" HorzAlign="Center" VertAlign="Bottom" Font="宋体, 10pt"/>
<TableCell Name="Cell763" Border.Lines="Bottom" HorzAlign="Center" VertAlign="Bottom" Font="宋体, 10pt"/>
<TableCell Name="Cell764" Border.Lines="Bottom" HorzAlign="Center" VertAlign="Bottom" Font="宋体, 10pt"/>
<TableCell Name="Cell765" Border.Lines="Bottom" VertAlign="Bottom" Font="宋体, 10pt"/>
<TableCell Name="Cell766" Border.Lines="Bottom" HorzAlign="Center" VertAlign="Bottom" Font="宋体, 10pt"/>
<TableCell Name="Cell767" Border.Lines="Bottom" VertAlign="Bottom" Font="宋体, 10pt"/>
</TableRow>
</TableObject>
<TableObject Name="Table29" Left="628.44" Top="251.72" Width="661.48" Height="37.8" Visible="false">
<TableColumn Name="Column291" Width="77.17"/>
<TableColumn Name="Column292" Width="322.86"/>
<TableColumn Name="Column293" Width="261.45"/>
<TableRow Name="Row125" Height="37.8">
<TableCell Name="Cell768" Border.Lines="Bottom" Text="婚姻状况:" VertAlign="Bottom" Font="宋体, 10pt"/>
<TableCell Name="Cell769" Border.Lines="Bottom" Text="[doctorDt.marry_history]" VertAlign="Bottom" Font="宋体, 10pt" ColSpan="2"/>
<TableCell Name="Cell770" Font="宋体, 9pt"/>
</TableRow>
</TableObject>
<TextObject Name="Text115" Left="570.56" Top="258.12" Width="217.35" Height="28.35" Visible="false" Text="婚姻史" VertAlign="Center" Font="宋体, 12pt, style=Bold"/>
<TextObject Name="Text45" Left="19.41" Top="637.51" Width="217.35" Height="28.35" Text="其它" VertAlign="Center" Font="宋体, 12pt, style=Bold"/>
<CheckBoxObject Name="CheckBox7" Left="29.89" Top="449.16" Width="18.9" Height="18.9" Expression="IIf([doctorDt.drink_status].Contains(&quot;不饮酒&quot;)==true,true,false)"/>
<CheckBoxObject Name="CheckBox8" Left="116.29" Top="449.16" Width="18.9" Height="18.9" Expression="IIf([doctorDt.drink_status].Contains(&quot;偶饮酒&quot;)==true,true,false)"/>
<CheckBoxObject Name="CheckBox9" Left="202.33" Top="449.16" Width="18.9" Height="18.9" Expression="IIf([doctorDt.drink_status].Contains(&quot;经常饮酒&quot;)==true,true,false)"/>
<TextObject Name="Text122" Left="131.67" Top="450.11" Width="70.94" Height="17.01" Text="偶饮酒," Font="宋体, 9pt"/>
<TextObject Name="Text123" Left="49.26" Top="450.11" Width="70.94" Height="17.01" Text="不饮酒," Font="宋体, 9pt"/>
<TextObject Name="Text124" Left="222.85" Top="450.11" Width="70.94" Height="17.01" Text="经常饮酒," Font="宋体, 9pt"/>
<TextObject Name="Text126" Left="346.66" Top="444.61" Width="71.8" Height="32.32" Text="[doctorDt.drink_per_day]" Font="宋体, 9pt"/>
<TextObject Name="Text128" Left="419.58" Top="447.72" Width="57.17" Height="21.78" Text="ml/天," Font="宋体, 9pt"/>
<TextObject Name="Text130" Left="484.06" Top="448.11" Width="35.5" Height="21.01" Text="共" Font="宋体, 9pt"/>
<TextObject Name="Text132" Left="542.95" Top="448.12" Width="56.44" Height="20.99" Text="[doctorDt.drink_years]" Font="宋体, 9pt"/>
<LineObject Name="Line2" Left="25.08" Top="475.31" Width="659.26" Diagonal="true"/>
<CheckBoxObject Name="CheckBox18" Left="29.89" Top="449.16" Width="18.9" Height="18.9" Expression="IIf([doctorDt.drink_status].Contains(&quot;不饮酒&quot;)==true,true,false)"/>
<CheckBoxObject Name="CheckBox19" Left="116.29" Top="449.16" Width="18.9" Height="18.9" Expression="IIf([doctorDt.drink_status].Contains(&quot;偶饮酒&quot;)==true,true,false)"/>
<CheckBoxObject Name="CheckBox20" Left="202.33" Top="449.16" Width="18.9" Height="18.9" Expression="IIf([doctorDt.drink_status].Contains(&quot;经常饮酒&quot;)==true,true,false)"/>
<TextObject Name="Text142" Left="131.67" Top="450.11" Width="70.94" Height="17.01" Text="偶饮酒," Font="宋体, 9pt"/>
<TextObject Name="Text143" Left="49.26" Top="450.11" Width="70.94" Height="17.01" Text="不饮酒," Font="宋体, 9pt"/>
<TextObject Name="Text144" Left="222.85" Top="450.11" Width="70.94" Height="17.01" Text="经常饮酒," Font="宋体, 9pt"/>
<TextObject Name="Text146" Left="346.66" Top="444.61" Width="71.8" Height="32.32" Text="[doctorDt.drink_per_day]" Font="宋体, 9pt"/>
<TextObject Name="Text148" Left="419.58" Top="447.72" Width="57.17" Height="21.78" Text="ml/天," Font="宋体, 9pt"/>
<TextObject Name="Text150" Left="484.06" Top="448.11" Width="35.5" Height="21.01" Text="共" Font="宋体, 9pt"/>
<TextObject Name="Text152" Left="542.95" Top="448.12" Width="56.44" Height="20.99" Text="[doctorDt.drink_years]" Font="宋体, 9pt"/>
<LineObject Name="Line4" Left="25.08" Top="475.31" Width="659.26" Diagonal="true"/>
<TextObject Name="Text118" Left="221.22" Top="409.36" Width="70.94" Height="17.01" Text="经常吸烟," Font="宋体, 9pt"/>
<TextObject Name="Text121" Left="221.22" Top="409.36" Width="70.94" Height="17.01" Text="经常吸烟," Font="宋体, 9pt"/>
<TextObject Name="Text125" Left="348.5" Top="407.37" Width="56.44" Height="20.99" Text="[doctorDt.smoke_per_day]" Font="宋体, 9pt"/>
<TextObject Name="Text127" Left="420.35" Top="410.2" Width="54.9" Height="15.33" Text="包/天," Font="宋体, 9pt"/>
<TextObject Name="Text129" Left="482.53" Top="407.35" Width="41.98" Height="21.03" Text="共" Font="宋体, 9pt"/>
<TextObject Name="Text131" Left="547" Top="407.37" Width="56.44" Height="20.99" Text="[doctorDt.smoke_years]" Font="宋体, 9pt"/>
<TextObject Name="Text135" Left="348.25" Top="407.37" Width="56.44" Height="20.99" Text="[doctorDt.smoke_per_day]" Font="宋体, 9pt"/>
<TextObject Name="Text139" Left="221.22" Top="409.36" Width="70.94" Height="17.01" Text="经常吸烟," Font="宋体, 9pt"/>
<TextObject Name="Text141" Left="221.22" Top="409.36" Width="70.94" Height="17.01" Text="经常吸烟," Font="宋体, 9pt"/>
<TextObject Name="Text145" Left="348.5" Top="407.37" Width="56.44" Height="20.99" Text="[doctorDt.smoke_per_day]" Font="宋体, 9pt"/>
<TextObject Name="Text147" Left="420.35" Top="410.2" Width="54.9" Height="15.33" Text="包/天," Font="宋体, 9pt"/>
<TextObject Name="Text149" Left="482.53" Top="407.35" Width="41.98" Height="21.03" Text="共" Font="宋体, 9pt"/>
<TextObject Name="Text151" Left="547" Top="407.37" Width="56.44" Height="20.99" Text="[doctorDt.smoke_years]" Font="宋体, 9pt"/>
<TextObject Name="Text155" Left="348.25" Top="407.37" Width="56.44" Height="20.99" Text="[doctorDt.smoke_per_day]" Font="宋体, 9pt"/>
<CheckBoxObject Name="CheckBox5" Left="114.69" Top="408.42" Width="18.9" Height="18.9" Expression="IIf([doctorDt.smoke_status].Contains(&quot;偶吸烟&quot;)==true,true,false)"/>
<CheckBoxObject Name="CheckBox6" Left="204.52" Top="408.42" Width="18.9" Height="18.9" Expression="IIf([doctorDt.smoke_status].Contains(&quot;经常吸烟&quot;)==true,true,false)"/>
<TextObject Name="Text116" Left="130.04" Top="409.36" Width="70.94" Height="17.01" Text="偶吸烟," Font="宋体, 9pt"/>
<TextObject Name="Text119" Left="130.04" Top="409.36" Width="70.94" Height="17.01" Text="偶吸烟," Font="宋体, 9pt"/>
<LineObject Name="Line1" Left="25.08" Top="432.95" Width="659.26" Diagonal="true"/>
<CheckBoxObject Name="CheckBox22" Left="114.69" Top="408.42" Width="18.9" Height="18.9" Expression="IIf([doctorDt.smoke_status].Contains(&quot;偶吸烟&quot;)==true,true,false)"/>
<CheckBoxObject Name="CheckBox23" Left="204.52" Top="408.42" Width="18.9" Height="18.9" Expression="IIf([doctorDt.smoke_status].Contains(&quot;经常吸烟&quot;)==true,true,false)"/>
<TextObject Name="Text137" Left="130.04" Top="409.36" Width="70.94" Height="17.01" Text="偶吸烟," Font="宋体, 9pt"/>
<TextObject Name="Text140" Left="130.04" Top="409.36" Width="70.94" Height="17.01" Text="偶吸烟," Font="宋体, 9pt"/>
<LineObject Name="Line3" Left="25.08" Top="432.95" Width="659.26" Diagonal="true"/>
<CheckBoxObject Name="CheckBox4" Left="28.3" Top="408.42" Width="18.9" Height="18.9" Expression="IIf([doctorDt.smoke_status].Contains(&quot;不吸烟&quot;)==true,true,false)"/>
<TextObject Name="Text117" Left="47.63" Top="409.36" Width="62.04" Height="17.01" Text="不吸烟," Font="宋体, 9pt"/>
<CheckBoxObject Name="CheckBox13" Left="28.3" Top="408.42" Width="18.9" Height="18.9" Expression="IIf([doctorDt.smoke_status].Contains(&quot;不吸烟&quot;)==true,true,false)"/>
<CheckBoxObject Name="CheckBox15" Left="28.3" Top="408.42" Width="18.9" Height="18.9" Expression="IIf([doctorDt.smoke_status].Contains(&quot;不吸烟&quot;)==true,true,false)"/>
<CheckBoxObject Name="CheckBox17" Left="28.3" Top="408.42" Width="18.9" Height="18.9" Expression="IIf([doctorDt.smoke_status].Contains(&quot;不吸烟&quot;)==true,true,false)"/>
<CheckBoxObject Name="CheckBox21" Left="28.3" Top="408.42" Width="18.9" Height="18.9" Expression="IIf([doctorDt.smoke_status].Contains(&quot;不吸烟&quot;)==true,true,false)"/>
<TextObject Name="Text138" Left="47.63" Top="409.36" Width="62.04" Height="17.01" Text="不吸烟," Font="宋体, 9pt"/>
<CheckBoxObject Name="CheckBox24" Left="28.3" Top="408.42" Width="18.9" Height="18.9" Expression="IIf([doctorDt.smoke_status].Contains(&quot;不吸烟&quot;)==true,true,false)"/>
<CheckBoxObject Name="CheckBox25" Left="28.3" Top="408.42" Width="18.9" Height="18.9" Expression="IIf([doctorDt.smoke_status].Contains(&quot;不吸烟&quot;)==true,true,false)"/>
<CheckBoxObject Name="CheckBox26" Left="28.3" Top="408.42" Width="18.9" Height="18.9" Expression="IIf([doctorDt.smoke_status].Contains(&quot;不吸烟&quot;)==true,true,false)"/>
<TextObject Name="Text134" Left="620.43" Top="448.09" Width="41.98" Height="21.03" Text="年" Font="宋体, 9pt"/>
<TextObject Name="Text154" Left="620.43" Top="448.09" Width="41.98" Height="21.03" Text="年" Font="宋体, 9pt"/>
<TextObject Name="Text133" Left="619.62" Top="407.35" Width="41.98" Height="21.03" Text="年" Font="宋体, 9pt"/>
<TextObject Name="Text153" Left="619.62" Top="407.35" Width="41.98" Height="21.03" Text="年" Font="宋体, 9pt"/>
<TextObject Name="Text10" Left="24.88" Top="493.54" Width="109.64" Height="18.9" Text="经常饮酒类别(" VertAlign="Center" Font="宋体, 10pt"/>
<CheckBoxObject Name="CheckBox10" Left="134.73" Top="492.56" Width="27.8" Height="29.4" Expression="IIf([doctorDt.personal].Contains(&quot;白酒&quot;)==true,true,false)"/>
<CheckBoxObject Name="CheckBox11" Left="207.16" Top="495.19" Width="26.35" Height="28.6" Expression="IIf([doctorDt.personal].Contains(&quot;红酒或黄酒&quot;)==true,true,false)"/>
<CheckBoxObject Name="CheckBox12" Left="308.42" Top="491.9" Width="30.24" Height="31.06" Expression="IIf([doctorDt.personal].Contains(&quot;啤酒&quot;)==true,true,false)"/>
<TextObject Name="Text156" Left="140.56" Top="497.18" Width="52.38" Height="24.22" Text="1、白酒" Font="宋体, 9pt"/>
<TextObject Name="Text157" Left="205.7" Top="498.05" Width="110.57" Height="24.22" Text=" 2、红酒或黄酒" Font="宋体, 9pt"/>
<TextObject Name="Text158" Left="316.91" Top="497.15" Width="110.57" Height="24.22" Text="3、啤酒" Font="宋体, 9pt"/>
</DataBand>
</DataBand>
</ReportPage>
<ReportPage Name="Page5" Fill.Color="White">
<DataBand Name="Data5" Width="718.2" Height="926.1">
<TableObject Name="Table10" Left="28.35" Top="28.35" Width="662.28" Height="877.12">
<TableColumn Name="Column94" Width="110.38"/>
<TableColumn Name="Column95" Width="110.38"/>
<TableColumn Name="Column96" Width="110.38"/>
<TableColumn Name="Column97" Width="110.38"/>
<TableColumn Name="Column98" Width="110.38"/>
<TableColumn Name="Column99" Width="110.38"/>
<TableRow Name="Row60" Height="33.3">
<TableCell Name="Cell371" Border.Lines="All" Border.Width="1.5" Fill.Color="Gainsboro" Text="项 目" HorzAlign="Center" VertAlign="Center" Font="宋体, 10pt, style=Bold"/>
<TableCell Name="Cell372" Border.Lines="All" Border.Width="1.5" Fill.Color="Gainsboro" Text="有无症状" HorzAlign="Center" VertAlign="Center" Font="宋体, 10pt, style=Bold"/>
<TableCell Name="Cell373" Border.Lines="All" Border.Width="1.5" Fill.Color="Gainsboro" Text="项 目" HorzAlign="Center" VertAlign="Center" Font="宋体, 10pt, style=Bold"/>
<TableCell Name="Cell374" Border.Lines="All" Border.Width="1.5" Fill.Color="Gainsboro" Text="有无症状" HorzAlign="Center" VertAlign="Center" Font="宋体, 10pt, style=Bold"/>
<TableCell Name="Cell375" Border.Lines="All" Border.Width="1.5" Fill.Color="Gainsboro" Text="项 目" HorzAlign="Center" VertAlign="Center" Font="宋体, 10pt, style=Bold"/>
<TableCell Name="Cell240" Border.Lines="All" Border.Width="1.5" Fill.Color="Gainsboro" Text="有无症状" HorzAlign="Center" VertAlign="Center" Font="宋体, 10pt, style=Bold"/>
</TableRow>
<TableRow Name="Row61" Height="33.3">
<TableCell Name="Cell376" Border.Lines="All" Border.Width="1.5" Text="1、头痛" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell377" Border.Lines="All" Border.Width="1.5" Text="[zz1]" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell378" Border.Lines="All" Border.Width="1.5" Text="2、头晕" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell379" Border.Lines="All" Border.Width="1.5" Text="[zz2]" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell380" Border.Lines="All" Border.Width="1.5" Text="3、眩晕" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell241" Border.Lines="All" Border.Width="1.5" Text="[zz3]" VertAlign="Center" Font="宋体, 10pt"/>
</TableRow>
<TableRow Name="Row62" Height="33.3">
<TableCell Name="Cell381" Border.Lines="All" Border.Width="1.5" Text="4、失眠" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell382" Border.Lines="All" Border.Width="1.5" Text="[zz4]" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell383" Border.Lines="All" Border.Width="1.5" Text="5、嗜睡" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell384" Border.Lines="All" Border.Width="1.5" Text="[zz5]" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell385" Border.Lines="All" Border.Width="1.5" Text="6、多梦" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell242" Border.Lines="All" Border.Width="1.5" Text="[zz6]" VertAlign="Center" Font="宋体, 10pt"/>
</TableRow>
<TableRow Name="Row63" Height="33.3">
<TableCell Name="Cell386" Border.Lines="All" Border.Width="1.5" Text="7、记忆力减退" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell387" Border.Lines="All" Border.Width="1.5" Text="[zz7]" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell388" Border.Lines="All" Border.Width="1.5" Text="8、易激动" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell389" Border.Lines="All" Border.Width="1.5" Text="[zz8]" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell390" Border.Lines="All" Border.Width="1.5" Text="9、疲乏无力" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell243" Border.Lines="All" Border.Width="1.5" Text="[zz9]" VertAlign="Center" Font="宋体, 10pt"/>
</TableRow>
<TableRow Name="Row64" Height="33.3">
<TableCell Name="Cell391" Border.Lines="All" Border.Width="1.5" Text="10、低热" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell392" Border.Lines="All" Border.Width="1.5" Text="[zz10]" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell393" Border.Lines="All" Border.Width="1.5" Text="12、盗汗" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell394" Border.Lines="All" Border.Width="1.5" Text="[zz11]" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell239" Border.Lines="All" Border.Width="1.5" Text="12、多汗" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell244" Border.Lines="All" Border.Width="1.5" Text="[zz12]" VertAlign="Center" Font="宋体, 10pt"/>
</TableRow>
<TableRow Name="Row39" Height="33.3">
<TableCell Name="Cell245" Border.Lines="All" Border.Width="1.5" Text="13、全身酸痛" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell246" Border.Lines="All" Border.Width="1.5" Text="[zz13]" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell247" Border.Lines="All" Border.Width="1.5" Text="14、性欲减退" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell248" Border.Lines="All" Border.Width="1.5" Text="[zz14]" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell249" Border.Lines="All" Border.Width="1.5" Text="15、视物模糊" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell250" Border.Lines="All" Border.Width="1.5" Text="[zz15]" VertAlign="Center" Font="宋体, 10pt"/>
</TableRow>
<TableRow Name="Row40" Height="33.3">
<TableCell Name="Cell251" Border.Lines="All" Border.Width="1.5" Text="16、视力下降" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell252" Border.Lines="All" Border.Width="1.5" Text="[zz16]" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell253" Border.Lines="All" Border.Width="1.5" Text="17、眼痛" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell254" Border.Lines="All" Border.Width="1.5" Text="[zz17]" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell255" Border.Lines="All" Border.Width="1.5" Text="18、羞明" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell256" Border.Lines="All" Border.Width="1.5" Text="[zz18]" VertAlign="Center" Font="宋体, 10pt"/>
</TableRow>
<TableRow Name="Row41" Height="33.3">
<TableCell Name="Cell257" Border.Lines="All" Border.Width="1.5" Text="19、流泪" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell258" Border.Lines="All" Border.Width="1.5" Text="[zz19]" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell259" Border.Lines="All" Border.Width="1.5" Text="20、嗅觉减退" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell260" Border.Lines="All" Border.Width="1.5" Text="[zz20]" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell261" Border.Lines="All" Border.Width="1.5" Text="21、鼻干" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell262" Border.Lines="All" Border.Width="1.5" Text="[zz21]" VertAlign="Center" Font="宋体, 10pt"/>
</TableRow>
<TableRow Name="Row42" Height="33.3">
<TableCell Name="Cell263" Border.Lines="All" Border.Width="1.5" Text="22、鼻堵" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell264" Border.Lines="All" Border.Width="1.5" Text="[zz22]" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell265" Border.Lines="All" Border.Width="1.5" Text="23、流鼻血" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell266" Border.Lines="All" Border.Width="1.5" Text="[zz23]" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell267" Border.Lines="All" Border.Width="1.5" Text="24、流涕" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell268" Border.Lines="All" Border.Width="1.5" Text="[zz24]" VertAlign="Center" Font="宋体, 10pt"/>
</TableRow>
<TableRow Name="Row43" Height="33.3">
<TableCell Name="Cell269" Border.Lines="All" Border.Width="1.5" Text="25、耳鸣" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell270" Border.Lines="All" Border.Width="1.5" Text="[zz25]" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell271" Border.Lines="All" Border.Width="1.5" Text="26、耳聋" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell272" Border.Lines="All" Border.Width="1.5" Text="[zz26]" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell273" Border.Lines="All" Border.Width="1.5" Text="27、口渴" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell274" Border.Lines="All" Border.Width="1.5" Text="[zz27]" VertAlign="Center" Font="宋体, 10pt"/>
</TableRow>
<TableRow Name="Row44" Height="33.3">
<TableCell Name="Cell275" Border.Lines="All" Border.Width="1.5" Text="28、流涎" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell276" Border.Lines="All" Border.Width="1.5" Text="[zz28]" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell277" Border.Lines="All" Border.Width="1.5" Text="29、牙痛" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell278" Border.Lines="All" Border.Width="1.5" Text="[zz29]" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell279" Border.Lines="All" Border.Width="1.5" Text="30、牙齿松动" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell280" Border.Lines="All" Border.Width="1.5" Text="[zz30]" VertAlign="Center" Font="宋体, 10pt"/>
</TableRow>
<TableRow Name="Row45" Height="33.3">
<TableCell Name="Cell281" Border.Lines="All" Border.Width="1.5" Text="31、刷牙出血" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell282" Border.Lines="All" Border.Width="1.5" Text="[zz31]" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell283" Border.Lines="All" Border.Width="1.5" Text="32、口腔异味" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell284" Border.Lines="All" Border.Width="1.5" Text="[zz32]" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell285" Border.Lines="All" Border.Width="1.5" Text="33、口腔溃疡" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell286" Border.Lines="All" Border.Width="1.5" Text="[zz33]" VertAlign="Center" Font="宋体, 10pt"/>
</TableRow>
<TableRow Name="Row46" Height="33.3">
<TableCell Name="Cell287" Border.Lines="All" Border.Width="1.5" Text="34、咽痛" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell288" Border.Lines="All" Border.Width="1.5" Text="[zz34]" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell289" Border.Lines="All" Border.Width="1.5" Text="35、气短" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell290" Border.Lines="All" Border.Width="1.5" Text="[zz35]" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell291" Border.Lines="All" Border.Width="1.5" Text="36、胸闷" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell292" Border.Lines="All" Border.Width="1.5" Text="[zz36]" VertAlign="Center" Font="宋体, 10pt"/>
</TableRow>
<TableRow Name="Row47" Height="33.3">
<TableCell Name="Cell293" Border.Lines="All" Border.Width="1.5" Text="37、胸痛" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell294" Border.Lines="All" Border.Width="1.5" Text="[zz37]" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell295" Border.Lines="All" Border.Width="1.5" Text="38、咳嗽" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell296" Border.Lines="All" Border.Width="1.5" Text="[zz38]" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell297" Border.Lines="All" Border.Width="1.5" Text="39、咳痰" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell298" Border.Lines="All" Border.Width="1.5" Text="[zz39]" VertAlign="Center" Font="宋体, 10pt"/>
</TableRow>
<TableRow Name="Row48" Height="33.3">
<TableCell Name="Cell299" Border.Lines="All" Border.Width="1.5" Text="40、咯血" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell300" Border.Lines="All" Border.Width="1.5" Text="[zz40]" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell301" Border.Lines="All" Border.Width="1.5" Text="41、哮喘" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell302" Border.Lines="All" Border.Width="1.5" Text="[zz41]" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell303" Border.Lines="All" Border.Width="1.5" Text="42、心悸" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell304" Border.Lines="All" Border.Width="1.5" Text="[zz42]" VertAlign="Center" Font="宋体, 10pt"/>
</TableRow>
<TableRow Name="Row49" Height="33.3">
<TableCell Name="Cell305" Border.Lines="All" Border.Width="1.5" Text="43、心前区不适" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell306" Border.Lines="All" Border.Width="1.5" Text="[zz43]" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell307" Border.Lines="All" Border.Width="1.5" Text="44、食欲减退" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell308" Border.Lines="All" Border.Width="1.5" Text="[zz44]" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell309" Border.Lines="All" Border.Width="1.5" Text="45、消瘦" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell310" Border.Lines="All" Border.Width="1.5" Text="[zz45]" VertAlign="Center" Font="宋体, 10pt"/>
</TableRow>
<TableRow Name="Row50" Height="33.3">
<TableCell Name="Cell311" Border.Lines="All" Border.Width="1.5" Text="46、恶心" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell312" Border.Lines="All" Border.Width="1.5" Text="[zz46]" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell313" Border.Lines="All" Border.Width="1.5" Text="47、呕吐" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell314" Border.Lines="All" Border.Width="1.5" Text="[zz47]" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell315" Border.Lines="All" Border.Width="1.5" Text="48、腹胀" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell316" Border.Lines="All" Border.Width="1.5" Text="[zz48]" VertAlign="Center" Font="宋体, 10pt"/>
</TableRow>
<TableRow Name="Row51" Height="33.3">
<TableCell Name="Cell317" Border.Lines="All" Border.Width="1.5" Text="49、腹痛" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell318" Border.Lines="All" Border.Width="1.5" Text="[zz49]" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell319" Border.Lines="All" Border.Width="1.5" Text="50、肝区痛" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell320" Border.Lines="All" Border.Width="1.5" Text="[zz50]" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell321" Border.Lines="All" Border.Width="1.5" Text="51、腹泻" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell322" Border.Lines="All" Border.Width="1.5" Text="[zz51]" VertAlign="Center" Font="宋体, 10pt"/>
</TableRow>
<TableRow Name="Row52" Height="33.3">
<TableCell Name="Cell323" Border.Lines="All" Border.Width="1.5" Text="52、便秘 " VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell324" Border.Lines="All" Border.Width="1.5" Text="[zz52]" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell325" Border.Lines="All" Border.Width="1.5" Text="53、尿频" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell326" Border.Lines="All" Border.Width="1.5" Text="[zz53]" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell327" Border.Lines="All" Border.Width="1.5" Text="54、尿急" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell328" Border.Lines="All" Border.Width="1.5" Text="[zz54]" VertAlign="Center" Font="宋体, 10pt"/>
</TableRow>
<TableRow Name="Row53" Height="33.3">
<TableCell Name="Cell329" Border.Lines="All" Border.Width="1.5" Text="55、尿血" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell330" Border.Lines="All" Border.Width="1.5" Text="[zz55]" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell331" Border.Lines="All" Border.Width="1.5" Text="56、皮下出血" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell332" Border.Lines="All" Border.Width="1.5" Text="[zz56]" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell333" Border.Lines="All" Border.Width="1.5" Text="57、皮肤搔痒" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell334" Border.Lines="All" Border.Width="1.5" Text="[zz57]" VertAlign="Center" Font="宋体, 10pt"/>
</TableRow>
<TableRow Name="Row54" Height="33.3">
<TableCell Name="Cell335" Border.Lines="All" Border.Width="1.5" Text="58、皮疹" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell336" Border.Lines="All" Border.Width="1.5" Text="[zz58]" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell337" Border.Lines="All" Border.Width="1.5" Text="59、浮肿" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell338" Border.Lines="All" Border.Width="1.5" Text="[zz59]" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell339" Border.Lines="All" Border.Width="1.5" Text="60、脱发" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell340" Border.Lines="All" Border.Width="1.5" Text="[zz60]" VertAlign="Center" Font="宋体, 10pt"/>
</TableRow>
<TableRow Name="Row55" Height="33.3">
<TableCell Name="Cell341" Border.Lines="All" Border.Width="1.5" Text="61、关节痛" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell342" Border.Lines="All" Border.Width="1.5" Text="[zz61]" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell343" Border.Lines="All" Border.Width="1.5" Text="62、四肢麻木" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell344" Border.Lines="All" Border.Width="1.5" Text="[zz62]" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell345" Border.Lines="All" Border.Width="1.5" Text="63、动作不灵活" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell346" Border.Lines="All" Border.Width="1.5" Text="[zz63]" VertAlign="Center" Font="宋体, 10pt"/>
</TableRow>
<TableRow Name="Row56" Height="33.3">
<TableCell Name="Cell347" Border.Lines="All" Border.Width="1.5" Text="64、月经异常" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell348" Border.Lines="All" Border.Width="1.5" Text="[zz64]" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell349" Border.Lines="All" Border.Width="1.5" Text="65、目前无不适症状" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell350" Border.Lines="All" Border.Width="1.5" Text="[zz65]" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell351" Border.Lines="All" Border.Width="1.5" Text="66、下肢承重感" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell352" Border.Lines="All" Border.Width="1.5" Text="[zz66]" VertAlign="Center" Font="宋体, 10pt"/>
</TableRow>
<TableRow Name="Row57" Height="33.3">
<TableCell Name="Cell353" Border.Lines="All" Border.Width="1.5" Text="67、四肢发凉" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell354" Border.Lines="All" Border.Width="1.5" Text="[zz67]" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell355" Border.Lines="All" Border.Width="1.5" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell356" Border.Lines="All" Border.Width="1.5" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell357" Border.Lines="All" Border.Width="1.5" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell358" Border.Lines="All" Border.Width="1.5" VertAlign="Center" Font="宋体, 10pt"/>
</TableRow>
<TableRow Name="Row58" Height="44.62">
<TableCell Name="Cell359" Border.Lines="All" Border.Width="1.5" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell360" Border.Lines="All" Border.Width="1.5" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell361" Border.Lines="All" Border.Width="1.5" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell362" Border.Lines="All" Border.Width="1.5" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell363" Border.Lines="All" Border.Width="1.5" Text="医师签名" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell364" Border.Lines="All" Border.Width="1.5" VertAlign="Center" Font="宋体, 10pt">
<PictureObject Name="Picture10" Left="3.78" Top="-3.78" Width="113.4" Height="56.7" SizeMode="Normal" Padding="0, 10, 0, 0" DataColumn="inquery.user"/>
</TableCell>
</TableRow>
<TableRow Name="Row59" Height="33.3">
<TableCell Name="Cell365" Border.Lines="All" Border.Width="1.5" Text="*有上述症状用“+”表示。无症状用“ —”表示" VertAlign="Center" Font="宋体, 10pt" ColSpan="6"/>
<TableCell Name="Cell366" Border.Lines="All" Border.Width="1.5" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell367" Border.Lines="All" Border.Width="1.5" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell368" Border.Lines="All" Border.Width="1.5" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell369" Border.Lines="All" Border.Width="1.5" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell370" Border.Lines="All" Border.Width="1.5" VertAlign="Center" Font="宋体, 10pt"/>
</TableRow>
</TableObject>
<TextObject Name="Text12" Left="9.45" Width="217.35" Height="28.35" Text="症状" VertAlign="Center" Font="宋体, 12pt, style=Bold"/>
</DataBand>
</ReportPage>
<ReportPage Name="Page10" Fill.Color="White">
<DataBand Name="Data10" Width="718.2" Height="18.9" CanGrow="true" CanShrink="true" CanBreak="true" KeepTogether="true">
<SubreportObject Name="Subreport1" Width="94.5" Height="18.9" ReportPage="Page1"/>
</DataBand>
<DataBand Name="Data9" Top="22.13" Width="718.2" Height="18.9" CanGrow="true" CanShrink="true">
<SubreportObject Name="Subreport2" Width="94.5" Height="18.9" ReportPage="Page11"/>
</DataBand>
<DataBand Name="Data11" Top="44.25" Width="718.2" Height="18.9" CanGrow="true" CanShrink="true">
<SubreportObject Name="Subreport6" Width="94.5" Height="18.9" ReportPage="Page8"/>
</DataBand>
<DataBand Name="Data15" Top="66.38" Width="718.2" Height="18.9" CanGrow="true" CanShrink="true">
<SubreportObject Name="Subreport3" Width="94.5" Height="18.9" ReportPage="Page12"/>
</DataBand>
<DataBand Name="Data16" Top="88.5" Width="718.2" Height="18.9" CanGrow="true" CanShrink="true" StartNewPage="true" FirstRowStartsNewPage="true">
<SubreportObject Name="Subreport4" Width="94.5" Height="18.9" ReportPage="Page6"/>
</DataBand>
</ReportPage>
<ReportPage Name="Page1" Fill.Color="White">
<GroupHeaderBand Name="GroupHeader4" Top="31.58" Width="718.2" Height="56.7" Condition="[newTz_tjjgDt.exam_group_maintain_id]">
<TableObject Name="Table33" Left="28.35" Top="28.35" Width="330.75" Height="28.35">
<TableColumn Name="Column157" Width="93.87"/>
<TableColumn Name="Column158" Width="46.62"/>
<TableColumn Name="Column159" Width="56.07"/>
<TableColumn Name="Column160" Width="52.92"/>
<TableColumn Name="Column161" Width="81.27"/>
<TableRow Name="Row82" Height="28.35">
<TableCell Name="Cell498" Border.Lines="Top" Fill.Color="Gainsboro" Text="项目" VertAlign="Center" Font="宋体, 10pt" ColSpan="2"/>
<TableCell Name="Cell499" Border.Lines="Top" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell500" Border.Lines="Top" Fill.Color="Gainsboro" Text="结果" VertAlign="Center" Font="宋体, 10pt" ColSpan="3"/>
<TableCell Name="Cell501" Border.Lines="Top" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell502" Border.Lines="Top" HorzAlign="Right" VertAlign="Center" Font="宋体, 10pt"/>
</TableRow>
</TableObject>
<TableObject Name="Table34" Left="359.1" Top="28.35" Width="330.75" Height="28.35">
<TableColumn Name="Column162" Width="93.87"/>
<TableColumn Name="Column163" Width="46.62"/>
<TableColumn Name="Column164" Width="56.07"/>
<TableColumn Name="Column165" Width="52.92"/>
<TableColumn Name="Column166" Width="81.27"/>
<TableRow Name="Row83" Height="28.35">
<TableCell Name="Cell503" Border.Lines="Top" Fill.Color="Gainsboro" Text="项目" VertAlign="Center" Font="宋体, 10pt" ColSpan="2"/>
<TableCell Name="Cell504" Border.Lines="Top" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell505" Border.Lines="Top" Fill.Color="Gainsboro" Text="结果" VertAlign="Center" Font="宋体, 10pt" ColSpan="3"/>
<TableCell Name="Cell506" Border.Lines="Top" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell507" Border.Lines="Top" HorzAlign="Right" VertAlign="Center" Font="宋体, 10pt"/>
</TableRow>
</TableObject>
<TextObject Name="Text68" Left="28.35" Width="330.75" Height="28.35" Text="[newTz_tjjgDt.tzPaterDt.team_name]" VertAlign="Center" Font="宋体, 10pt, style=Bold"/>
<DataHeaderBand Name="DataHeader4" Width="718.2" Height="28.35" CanGrow="true" CanShrink="true" CanBreak="true" KeepWithData="true">
<TextObject Name="Text67" Left="9.45" Width="217.35" Height="28.35" Text="体征" VertAlign="Center" Font="宋体, 12pt, style=Bold"/>
</DataHeaderBand>
<DataBand Name="Data12" Top="91.5" Width="718.2" Height="28.35" CanGrow="true" CanShrink="true" CanBreak="true" DataSource="Table6" KeepTogether="true">
<TableObject Name="Table33" Left="28.35" Width="661.5" Height="28.35">
<TableColumn Name="Column167" Width="91.98"/>
<TableColumn Name="Column168" Width="54.18"/>
<TableColumn Name="Column169" Width="177.03"/>
<TableColumn Name="Column170" Width="145.53"/>
<TableColumn Name="Column171" Width="192.78"/>
<TableRow Name="Row84" Height="28.35" AutoSize="true">
<TableCell Name="Cell508" Border.Lines="Bottom" Text="[newTz_tjjgDt.project_name1]" VertAlign="Center" Font="宋体, 10pt" ColSpan="2"/>
<TableCell Name="Cell509" Border.Lines="Bottom" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell510" Border.Lines="Bottom" Text="[newTz_tjjgDt.project_result1]" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell511" Border.Lines="Bottom" Text="[newTz_tjjgDt.project_name2]" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell512" Border.Lines="Bottom" AfterDataEvent="Cell92_AfterData" Text="[newTz_tjjgDt.project_result2]" VertAlign="Center" Font="宋体, 10pt"/>
</TableRow>
</TableObject>
</DataBand>
<GroupFooterBand Name="GroupFooter4" Top="123.08" Width="718.2" Height="49.14">
<TextObject Name="Text69" Left="28.35" Width="85.05" Height="28.35" Text="医师签名:" VertAlign="Center" Font="宋体, 10pt"/>
<TextObject Name="Text70" Left="359.1" Width="292.95" Height="28.35" Text="报告日期:[newTz_tjjgDt.commit_date]" VertAlign="Center" Font="宋体, 10pt"/>
<PictureObject Name="Picture5" Left="103.95" Width="113.4" Height="49.14" CanGrow="true" SizeMode="Normal" MaxHeight="49.14" DataColumn="newTz_tjjgDt.presenter"/>
</GroupFooterBand>
</GroupHeaderBand>
</ReportPage>
<ReportPage Name="Page11" Fill.Color="White">
<GroupHeaderBand Name="GroupHeader1" Top="31.58" Width="718.2" Height="56.7" Condition="[gn_tjjgDt.exam_group_maintain_id]">
<TableObject Name="Table33" Left="28.35" Top="28.35" Width="661.5" Height="28.35">
<TableColumn Name="Column172" Width="165.69"/>
<TableColumn Name="Column173" Width="90.09"/>
<TableColumn Name="Column174" Width="127.89"/>
<TableColumn Name="Column175" Width="124.74"/>
<TableColumn Name="Column176" Width="153.09"/>
<TableRow Name="Row85" Height="28.35">
<TableCell Name="Cell513" Border.Lines="Top" Fill.Color="Gainsboro" Text="项目" VertAlign="Center" Font="宋体, 10pt" ColSpan="2"/>
<TableCell Name="Cell514" Border.Lines="Top" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell515" Border.Lines="Top" Fill.Color="Gainsboro" Text="结果" VertAlign="Center" Font="宋体, 10pt" ColSpan="3"/>
<TableCell Name="Cell516" Border.Lines="Top" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell517" Border.Lines="Top" HorzAlign="Right" VertAlign="Center" Font="宋体, 10pt"/>
</TableRow>
</TableObject>
<TextObject Name="Text72" Left="28.35" Width="330.75" Height="28.35" Text="[gn_tjjgDt.gNJTSJCPaterDt.team_name]" VertAlign="Center" Font="宋体, 10pt, style=Bold"/>
<DataHeaderBand Name="DataHeader1" Width="718.2" Height="28.35" CanGrow="true" CanShrink="true" CanBreak="true" KeepWithData="true">
<TextObject Name="Text71" Left="9.45" Width="217.35" Height="28.35" Text="功能及特殊检查" VertAlign="Center" Font="宋体, 12pt, style=Bold"/>
</DataHeaderBand>
<DataBand Name="Data13" Top="91.5" Width="718.2" Height="28.35" CanGrow="true" CanShrink="true" CanBreak="true" DataSource="Table24" KeepTogether="true">
<TableObject Name="Table33" Left="28.35" Width="661.5" Height="28.35">
<TableColumn Name="Column177" Width="161.91"/>
<TableColumn Name="Column178" Width="105.21"/>
<TableColumn Name="Column179" Width="124.11"/>
<TableColumn Name="Column180" Width="120.96"/>
<TableColumn Name="Column181" Width="149.31"/>
<TableRow Name="Row86" Height="28.35" AutoSize="true">
<TableCell Name="Cell518" Border.Lines="Bottom" Text="[gn_tjjgDt.project_name]" VertAlign="Center" Font="宋体, 10pt" ColSpan="2"/>
<TableCell Name="Cell519" Border.Lines="Bottom" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell520" Border.Lines="Bottom" Text="[gn_tjjgDt.project_result]" VertAlign="Center" Font="宋体, 10pt" ColSpan="3"/>
<TableCell Name="Cell521" Border.Lines="Bottom" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell522" Border.Lines="Bottom" AfterDataEvent="Cell92_AfterData" VertAlign="Center" Font="宋体, 10pt"/>
</TableRow>
</TableObject>
</DataBand>
<GroupFooterBand Name="GroupFooter1" Top="123.08" Width="718.2" Height="49.14">
<TextObject Name="Text73" Left="28.35" Width="85.05" Height="28.35" Text="医师签名:" VertAlign="Center" Font="宋体, 10pt"/>
<TextObject Name="Text74" Left="359.1" Width="292.95" Height="28.35" Text="报告日期:[gn_tjjgDt.commit_date]" VertAlign="Center" Font="宋体, 10pt"/>
<PictureObject Name="Picture7" Left="103.95" Width="113.4" Height="49.14" SizeMode="Normal" MaxHeight="49.14" Padding="0, 5, 0, 0" DataColumn="gn_tjjgDt.presenter_img"/>
</GroupFooterBand>
</GroupHeaderBand>
</ReportPage>
<ReportPage Name="Page12" Fill.Color="White">
<GroupHeaderBand Name="GroupHeader2" Top="32.35" Width="718.2" Height="56.7" Condition="[hy_tjjgDt.exam_group_maintain_id]">
<TableObject Name="Table33" Left="28.35" Top="28.35" Width="659.59" Height="28.35">
<TableColumn Name="Column190" Width="274.36"/>
<TableColumn Name="Column191" Width="142.06"/>
<TableColumn Name="Column192" Width="151.51"/>
<TableColumn Name="Column193" Width="91.66"/>
<TableRow Name="Row93" Height="28.35">
<TableCell Name="Cell571" Border.Lines="Top" Fill.Color="Gainsboro" Text="项目" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell572" Border.Lines="Top" Fill.Color="Gainsboro" Text="结果" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell573" Border.Lines="Top" Fill.Color="Gainsboro" Text="参考值" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell574" Border.Lines="Top" Fill.Color="Gainsboro" Text="计量单位" VertAlign="Center" Font="宋体, 10pt"/>
</TableRow>
</TableObject>
<TextObject Name="Text79" Left="28.35" Width="330.75" Height="28.35" Text="[hy_tjjgDt.hYJCPaterDt.team_name]" VertAlign="Center" Font="宋体, 10pt, style=Bold"/>
<DataHeaderBand Name="DataHeader2" Width="718.2" Height="28.35" CanGrow="true" CanShrink="true" CanBreak="true">
<TextObject Name="Text78" Left="9.45" Width="217.35" Height="28.35" Text="化验检查" VertAlign="Center" Font="宋体, 12pt, style=Bold"/>
</DataHeaderBand>
<DataBand Name="Data14" Top="93.05" Width="718.2" Height="28.35" CanGrow="true" CanShrink="true" CanBreak="true" DataSource="Table25" KeepTogether="true">
<TableObject Name="Table33" Left="28.35" Width="659.59" Height="28.35">
<TableColumn Name="Column194" Width="274.36"/>
<TableColumn Name="Column195" Width="142.06"/>
<TableColumn Name="Column196" Width="151.51"/>
<TableColumn Name="Column197" Width="91.66"/>
<TableRow Name="Row94" Height="28.35">
<TableCell Name="Cell575" Border.Lines="Bottom" Text="[hy_tjjgDt.project_name]" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell576" Border.Lines="Bottom" Text="[hy_tjjgDt.project_result]" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell577" Border.Lines="Bottom" Text="[hy_tjjgDt.reference_value]" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell578" Border.Lines="Bottom" Text="[hy_tjjgDt.project_unit]" VertAlign="Center" Font="宋体, 10pt"/>
</TableRow>
</TableObject>
</DataBand>
<GroupFooterBand Name="GroupFooter2" Top="125.4" Width="718.2" Height="49.14">
<TextObject Name="Text80" Left="28.35" Width="94.5" Height="28.35" Text="检验者签名:" VertAlign="Center" Font="宋体, 10pt"/>
<TextObject Name="Text81" Left="359.1" Width="292.95" Height="28.35" Text="报告日期:[hy_tjjgDt.commit_date]" VertAlign="Center" Font="宋体, 10pt"/>
<PictureObject Name="Picture8" Left="113.4" Width="113.4" Height="49.14" SizeMode="Normal" MaxHeight="49.14" Padding="0, 5, 0, 0" DataColumn="hy_tjjgDt.presenter_img"/>
</GroupFooterBand>
</GroupHeaderBand>
</ReportPage>
<ReportPage Name="Page6" Fill.Color="White">
<DataBand Name="Data1" Width="718.2" Height="803.25" CanGrow="true" CanShrink="true" CanBreak="true" KeepTogether="true">
<TableObject Name="Table15" Left="28.35" Top="699.3" Width="661.06" Height="75.6" Border.Lines="All" GrowToBottom="true">
<TableColumn Name="Column260" Width="141.64"/>
<TableColumn Name="Column261" Width="169.99"/>
<TableColumn Name="Column262" Width="169.99"/>
<TableColumn Name="Column263" Width="179.44"/>
<TableRow Name="Row115" Height="75.6" AutoSize="true">
<TableCell Name="Cell721" Border.Lines="All" Text="体检结论:&#13;&#10;&#13;&#10;[registerOneDt.main_result]" Font="宋体, 10pt"/>
<TableCell Name="Cell722" Border.Lines="All" Text="处理意见:&#13;&#10;&#13;&#10;[registerOneDt.handle_advise]" Font="宋体, 10pt"/>
<TableCell Name="Cell723" Border.Lines="All" Text="主检医师签名:" Font="宋体, 10pt">
<PictureObject Name="Picture9" Left="18.9" Top="13.23" Width="122.85" Height="49.14" SizeMode="Normal" Padding="0, 5, 0, 0" DataColumn="doc.user"/>
</TableCell>
<TableCell Name="Cell724" Border.Lines="All" Text="年 月 日&#13;&#10; (公章)" HorzAlign="Right" VertAlign="Bottom" Font="宋体, 10pt"/>
</TableRow>
</TableObject>
<TableObject Name="Table17" Left="28.35" Top="774.9" Width="661.38" Height="28.35">
<TableColumn Name="Column264" Width="141.72"/>
<TableColumn Name="Column265" Width="170.07"/>
<TableColumn Name="Column266" Width="170.07"/>
<TableColumn Name="Column267" Width="179.52"/>
<TableRow Name="Row118" Height="28.35">
<TableCell Name="Cell735" Border.Lines="Left, Right" Text="复查项目:" Font="宋体, 10pt"/>
<TableCell Name="Cell736" Border.Lines="Left, Right" Text="复查的时间/次数:" Font="宋体, 10pt"/>
<TableCell Name="Cell737" Border.Lines="Left, Right" Text="复查结论:" Font="宋体, 10pt"/>
<TableCell Name="Cell738" Border.Lines="Left, Right" Text="处理意见:" Font="宋体, 10pt"/>
</TableRow>
</TableObject>
<TableObject Name="Table26" Left="28.35" Top="28.35" Width="660.65" Height="604.03" Border.Lines="Bottom">
<TableColumn Name="Column277" Width="500"/>
<TableColumn Name="Column278" Width="160.65"/>
<TableRow Name="Row122" Height="433.88">
<TableCell Name="Cell752" Border.Lines="Left, Right, Top" Text="化验及其他检查报告粘贴处:" Font="宋体, 10pt" ColSpan="2" RowSpan="2"/>
<TableCell Name="Cell753" Font="宋体, 9pt"/>
</TableRow>
<TableRow Name="Row123" Height="170.15">
<TableCell Name="Cell754" Font="宋体, 9pt"/>
<TableCell Name="Cell755" Font="宋体, 9pt"/>
</TableRow>
</TableObject>
<TableObject Name="Table33" Left="28.35" Top="633.15" Width="661.5" Height="66.15" Border.Lines="Left, Right, Bottom">
<TableColumn Name="Column294" Width="13.23"/>
<TableColumn Name="Column295" Width="136.08"/>
<TableColumn Name="Column296" Width="136.08"/>
<TableColumn Name="Column297" Width="136.08"/>
<TableColumn Name="Column298" Width="240.03"/>
<TableRow Name="Row126" Height="37.8">
<TableCell Name="Cell771" Text="检查结果:&#13;&#10;" Font="宋体, 10pt" ColSpan="5"/>
<TableCell Name="Cell772" Font="宋体, 9pt"/>
<TableCell Name="Cell773" Font="宋体, 9pt"/>
<TableCell Name="Cell774" Font="宋体, 9pt"/>
<TableCell Name="Cell775" Font="宋体, 9pt"/>
</TableRow>
<TableRow Name="Row127" Height="28.35" AutoSize="true">
<TableCell Name="Cell776" Text="[registerOneDt.check_result]" VertAlign="Center" Font="宋体, 10pt" ColSpan="5"/>
<TableCell Name="Cell777" Font="宋体, 9pt"/>
<TableCell Name="Cell778" Font="宋体, 9pt"/>
<TableCell Name="Cell779" Font="宋体, 9pt"/>
<TableCell Name="Cell780" Font="宋体, 9pt"/>
</TableRow>
</TableObject>
</DataBand>
<DataBand Name="Data17" Top="807.25" Width="718.2" Height="37.8" CanGrow="true" CanShrink="true" CanBreak="true" DataSource="Table16">
<TableObject Name="Table18" Left="28.35" Width="661.34" Height="37.8">
<TableColumn Name="Column272" Width="141.71"/>
<TableColumn Name="Column273" Width="170.06"/>
<TableColumn Name="Column274" Width="170.06"/>
<TableColumn Name="Column275" Width="179.51"/>
<TableRow Name="Row120" MinHeight="37.8" Height="37.8" AutoSize="true">
<TableCell Name="Cell743" Border.Lines="Left, Right" Text="[dtReinspection.project]" Font="宋体, 10pt"/>
<TableCell Name="Cell744" Border.Lines="Left, Right" Text="[dtReinspection.check_time]" Font="宋体, 10pt"/>
<TableCell Name="Cell745" Border.Lines="Left, Right" Text="[dtReinspection.main_review]" Font="宋体, 10pt"/>
<TableCell Name="Cell746" Border.Lines="Left, Right" Text="[dtReinspection.main_result]" Font="宋体, 10pt"/>
</TableRow>
</TableObject>
</DataBand>
<DataBand Name="Data7" Top="849.05" Width="718.2" Height="75.6">
<TableObject Name="Table33" Left="28.35" Width="661.38" Height="75.6">
<TableColumn Name="Column268" Width="141.72"/>
<TableColumn Name="Column269" Width="170.07"/>
<TableColumn Name="Column270" Width="170.07"/>
<TableColumn Name="Column271" Width="179.52"/>
<TableRow Name="Row119" Height="75.6">
<TableCell Name="Cell739" Border.Lines="All" Text="复查劳动者签名:" Font="宋体, 10pt"/>
<TableCell Name="Cell740" Border.Lines="All" Text="主检医师签名:" Font="宋体, 10pt"/>
<TableCell Name="Cell741" Border.Lines="All" Text="年 月 日&#13;&#10; (公章)" HorzAlign="Right" VertAlign="Bottom" Font="宋体, 10pt" ColSpan="2"/>
<TableCell Name="Cell742" Font="宋体, 9pt"/>
</TableRow>
</TableObject>
</DataBand>
</ReportPage>
<ReportPage Name="Page9" RawPaperSize="9" FirstPageSource="1" OtherPagesSource="1" Guides="113.4,567" StartPageEvent="Page9_StartPage">
<DataBand Name="Data18" Width="718.2" Height="1001.7" CanGrow="true" CanShrink="true" Guides="9.45,604.8">
<PictureObject Name="caichaoImg" Left="9.45" Top="9.45" Width="689.85" Height="973.35" CanGrow="true" BeforePrintEvent="caichaoImg_BeforePrint" DataColumn="img.caichaoImg"/>
</DataBand>
</ReportPage>
<ReportPage Name="Page13" StartPageEvent="Page13_StartPage">
<DataBand Name="Data19" Width="718.2" Height="982.8">
<PictureObject Name="Picture1" Width="718.2" Height="982.8" CanGrow="true" BeforePrintEvent="caichaoImg_BeforePrint" DataColumn="img.xpImg"/>
</DataBand>
</ReportPage>
<ReportPage Name="Page14">
<DataBand Name="Data20" Width="718.2" Height="1001.7">
<PictureObject Name="Picture2" Width="718.2" Height="1001.7" CanGrow="true" BeforePrintEvent="caichaoImg_BeforePrint" DataColumn="img.xdImg"/>
</DataBand>
</ReportPage>
<ReportPage Name="Page15">
<DataBand Name="Data21" Width="718.2" Height="992.25">
<PictureObject Name="Picture3" Width="718.2" Height="992.25" CanGrow="true" BeforePrintEvent="caichaoImg_BeforePrint" DataColumn="img.pftImg"/>
</DataBand>
</ReportPage>
<ReportPage Name="Page8" Fill.Color="White">
<DataBand Name="Data8" Width="718.2" Height="313.74" FirstRowStartsNewPage="true">
<TextObject Name="Text90" Left="28.35" Top="264.6" Width="85.05" Height="28.35" Text="医师签名:" VertAlign="Center" Font="宋体, 10pt"/>
<TextObject Name="Text91" Left="359.1" Top="264.6" Width="292.95" Height="28.35" Text="报告日期:[dct_commit_date]" VertAlign="Center" Font="宋体, 10pt"/>
<TableObject Name="Table33" Left="28.35" Top="28.35" Width="661.36" Height="236.2">
<TableColumn Name="Column198" Width="120.47"/>
<TableColumn Name="Column199" Width="101.57"/>
<TableColumn Name="Column200" Width="73.22"/>
<TableColumn Name="Column201" Width="73.22"/>
<TableColumn Name="Column202" Width="73.22"/>
<TableColumn Name="Column203" Width="73.22"/>
<TableColumn Name="Column204" Width="73.22"/>
<TableColumn Name="Column205" Width="73.22"/>
<TableRow Name="Row95" Height="39.68">
<TableCell Name="Cell579" Border.Lines="Top, Bottom" Text="纯音听阈测试" HorzAlign="Center" VertAlign="Center" Font="宋体, 10pt" RowSpan="6"/>
<TableCell Name="Cell580" Border.Lines="Top, Bottom" Fill.Color="Gainsboro" Text="Hz" HorzAlign="Center" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell581" Border.Lines="Top, Bottom" Fill.Color="Gainsboro" Text="500" HorzAlign="Center" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell582" Border.Lines="Top, Bottom" Fill.Color="Gainsboro" Text="1000" HorzAlign="Center" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell583" Border.Lines="Top, Bottom" Fill.Color="Gainsboro" Text="2000" HorzAlign="Center" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell584" Border.Lines="Top, Bottom" Fill.Color="Gainsboro" Text="3000" HorzAlign="Center" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell585" Border.Lines="Top, Bottom" Fill.Color="Gainsboro" Text="4000" HorzAlign="Center" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell586" Border.Lines="Top, Bottom" Fill.Color="Gainsboro" Text="6000" HorzAlign="Center" VertAlign="Center" Font="宋体, 10pt"/>
</TableRow>
<TableRow Name="Row96" Height="39.68">
<TableCell Name="Cell587" HorzAlign="Center" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell588" Border.Lines="Bottom" Text="左耳(dB)" HorzAlign="Center" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell589" Border.Lines="Bottom" Text="[left500]" HorzAlign="Center" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell590" Border.Lines="Bottom" Text="[left1000]" HorzAlign="Center" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell591" Border.Lines="Bottom" Text="[left2000]" HorzAlign="Center" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell592" Border.Lines="Bottom" Text="[left3000]" HorzAlign="Center" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell593" Border.Lines="Bottom" Text="[left4000]" HorzAlign="Center" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell594" Border.Lines="Bottom" Text="[left6000]" HorzAlign="Center" VertAlign="Center" Font="宋体, 10pt"/>
</TableRow>
<TableRow Name="Row97" Height="39.68">
<TableCell Name="Cell595" HorzAlign="Center" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell596" Border.Lines="Bottom" Text="右耳(dB)" HorzAlign="Center" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell597" Border.Lines="Bottom" Text="[right500]" HorzAlign="Center" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell598" Border.Lines="Bottom" Text="[right1000]" HorzAlign="Center" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell599" Border.Lines="Bottom" Text="[right2000]" HorzAlign="Center" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell600" Border.Lines="Bottom" Text="[right3000]" HorzAlign="Center" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell601" Border.Lines="Bottom" Text="[right4000]" HorzAlign="Center" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell602" Border.Lines="Bottom" Text="[right6000]" HorzAlign="Center" VertAlign="Center" Font="宋体, 10pt"/>
</TableRow>
<TableRow Name="Row98" Height="39.68">
<TableCell Name="Cell603" HorzAlign="Center" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell604" Border.Lines="Bottom" Text="左耳校正(dB)" HorzAlign="Center" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell605" Border.Lines="Bottom" Text="[lj500]" HorzAlign="Center" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell606" Border.Lines="Bottom" Text="[lj1000]" HorzAlign="Center" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell607" Border.Lines="Bottom" Text="[lj2000]" HorzAlign="Center" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell608" Border.Lines="Bottom" Text="[lj3000]" HorzAlign="Center" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell609" Border.Lines="Bottom" Text="[lj4000]" HorzAlign="Center" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell610" Border.Lines="Bottom" Text="[lj6000]" HorzAlign="Center" VertAlign="Center" Font="宋体, 10pt"/>
</TableRow>
<TableRow Name="Row99" Height="39.68">
<TableCell Name="Cell611" HorzAlign="Center" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell612" Border.Lines="Bottom" Text="右耳校正(dB)" HorzAlign="Center" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell613" Border.Lines="Bottom" Text="[rj500]" HorzAlign="Center" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell614" Border.Lines="Bottom" Text="[rj1000]" HorzAlign="Center" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell615" Border.Lines="Bottom" Text="[rj2000]" HorzAlign="Center" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell616" Border.Lines="Bottom" Text="[rj3000]" HorzAlign="Center" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell617" Border.Lines="Bottom" Text="[rj4000]" HorzAlign="Center" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell618" Border.Lines="Bottom" Text="[rj6000]" HorzAlign="Center" VertAlign="Center" Font="宋体, 10pt"/>
</TableRow>
<TableRow Name="Row100" Height="37.8">
<TableCell Name="Cell619" Font="宋体, 9pt"/>
<TableCell Name="Cell620" Border.Lines="Bottom" Text="听力计算(dB)" HorzAlign="Center" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell621" Border.Lines="Bottom" Text="双耳高频平均听阈:[srgppjty];左耳语频平均听阈:[left_pjty];右耳语频平均听阈:[right_pjty]" HorzAlign="Center" VertAlign="Center" Font="宋体, 10pt" ColSpan="6"/>
<TableCell Name="Cell622" Border.Lines="Bottom" HorzAlign="Center" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell623" Border.Lines="Bottom" HorzAlign="Center" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell624" Border.Lines="Bottom" HorzAlign="Center" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell625" Border.Lines="Bottom" HorzAlign="Center" VertAlign="Center" Font="宋体, 10pt"/>
<TableCell Name="Cell626" Border.Lines="Bottom" HorzAlign="Center" VertAlign="Center" Font="宋体, 10pt"/>
</TableRow>
</TableObject>
<TextObject Name="Text92" Left="28.35" Width="330.75" Height="28.35" Text="电测听" VertAlign="Center" Font="宋体, 10pt, style=Bold"/>
<PictureObject Name="Picture11" Left="113.4" Top="264.6" Width="113.4" Height="49.14" SizeMode="Normal" MaxHeight="49.14" Padding="0, 5, 0, 0" DataColumn="dct.user"/>
</DataBand>
</ReportPage>
</Report>