634 lines
58 KiB
Plaintext
634 lines
58 KiB
Plaintext
|
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
<Report ScriptLanguage="CSharp" TextQuality="Regular" ReportInfo.Description="Demonstrates how to use the Table object. Notes: - to set the number of columns and rows, use "ColumnCount" and "RowCount" properties. Also you may add new columns/rows from a column/row context menu; - to join/split cells, use context menu of the cell; - to set the column/row autosize, use context menu of the column/row. " ReportInfo.Created="01/17/2008 17:08:04" ReportInfo.Modified="11/15/2023 15:59:42" 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="";
|
||
|
|
private void Text6_AfterData(object sender, EventArgs e)
|
||
|
|
{
|
||
|
|
dct = Text6.Text;
|
||
|
|
if(dct.Equals("no"))
|
||
|
|
{
|
||
|
|
Subreport6.Visible = false;
|
||
|
|
}
|
||
|
|
Text6.Visible = false;
|
||
|
|
}
|
||
|
|
string tz="";
|
||
|
|
private void Text4_AfterData(object sender, EventArgs e)
|
||
|
|
{
|
||
|
|
tz = Text4.Text;
|
||
|
|
if(tz.Equals("no"))
|
||
|
|
{
|
||
|
|
Subreport1.Visible = false;
|
||
|
|
}
|
||
|
|
Text4.Visible = false;
|
||
|
|
}
|
||
|
|
string gn="";
|
||
|
|
private void Text5_AfterData(object sender, EventArgs e)
|
||
|
|
{
|
||
|
|
gn = Text5.Text;
|
||
|
|
if(gn.Equals("no"))
|
||
|
|
{
|
||
|
|
Subreport2.Visible = false;
|
||
|
|
}
|
||
|
|
Text5.Visible = false;
|
||
|
|
}
|
||
|
|
string hy="";
|
||
|
|
private void Text7_AfterData(object sender, EventArgs e)
|
||
|
|
{
|
||
|
|
hy = Text7.Text;
|
||
|
|
if(hy.Equals("no"))
|
||
|
|
{
|
||
|
|
Subreport3.Visible = false;
|
||
|
|
}
|
||
|
|
Text7.Visible = false;
|
||
|
|
}
|
||
|
|
|
||
|
|
|
||
|
|
private void Cell230_AfterData(object sender, EventArgs e)
|
||
|
|
{
|
||
|
|
string text = Cell230.Text;
|
||
|
|
if(text == "是")
|
||
|
|
{
|
||
|
|
Cell230.Text = "已婚";
|
||
|
|
}
|
||
|
|
else if(text == "否"){
|
||
|
|
Cell230.Text = "未婚";
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
</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="Connection1" ConnectionString="rijcmlq+rW0RkboK+/8CKGGYUID3ctBV8q9SvKYxl3iiE7vBnh7Tgou0+4WFf3NfmPSvHVFbgAuMkhKi1+dg3SnVy9+79pRZi64OOHjC6MK1u8gcNFgi3jlsydEl1HlIE2kOieySm7C003q2bWQCvM/TyXduJ7G1TcD9tAbCyGQedNyOfiWwob3emnBQcbupik6TFWF">
|
||
|
|
<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="Table2" Alias="doc" DataType="System.Int32" Enabled="true"/>
|
||
|
|
</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_Table27" ParentDataSource="Table20" ChildDataSource="null" 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"/>
|
||
|
|
</Dictionary>
|
||
|
|
<ReportPage Name="Page2" Fill.Color="White">
|
||
|
|
<DataBand Name="Data2" Width="718.2" Height="926.1">
|
||
|
|
<TextObject Name="Text1" Top="75.6" Width="718.2" Height="122.85" Text="铁营镇卫生院 体检报告" HorzAlign="Center" VertAlign="Center" Font="黑体, 30pt, style=Bold"/>
|
||
|
|
<TableObject Name="Table1" Left="113.4" Top="378" Width="491.51" Height="283.5">
|
||
|
|
<TableColumn Name="Column1" Width="146.53"/>
|
||
|
|
<TableColumn Name="Column2" Width="344.98"/>
|
||
|
|
<TableRow Name="Row1" Height="56.7">
|
||
|
|
<TableCell Name="Cell1" Text="姓 名" HorzAlign="Center" VertAlign="Center" Font="宋体, 16pt"/>
|
||
|
|
<TableCell Name="Cell2" Border.Lines="Bottom" Text="[registerOneDt.person_name]" HorzAlign="Center" VertAlign="Center" Font="宋体, 16pt"/>
|
||
|
|
</TableRow>
|
||
|
|
<TableRow Name="Row2" Height="56.7">
|
||
|
|
<TableCell Name="Cell6" Text="性 别" HorzAlign="Center" VertAlign="Center" Font="宋体, 16pt"/>
|
||
|
|
<TableCell Name="Cell7" Border.Lines="Bottom" Text="[registerOneDt.sex]" HorzAlign="Center" VertAlign="Center" Font="宋体, 16pt"/>
|
||
|
|
</TableRow>
|
||
|
|
<TableRow Name="Row3" Height="56.7">
|
||
|
|
<TableCell Name="Cell11" Text="身份证号" HorzAlign="Center" VertAlign="Center" Font="宋体, 16pt"/>
|
||
|
|
<TableCell Name="Cell12" Border.Lines="Bottom" Text="[registerOneDt.card_number]" HorzAlign="Center" VertAlign="Center" Font="宋体, 16pt"/>
|
||
|
|
</TableRow>
|
||
|
|
<TableRow Name="Row4" Height="56.7">
|
||
|
|
<TableCell Name="Cell16" Text="单 位" HorzAlign="Center" VertAlign="Center" Font="宋体, 16pt"/>
|
||
|
|
<TableCell Name="Cell17" Border.Lines="Bottom" Text="[registerOneDt.util_name]" HorzAlign="Center" VertAlign="Center" Font="宋体, 16pt"/>
|
||
|
|
</TableRow>
|
||
|
|
<TableRow Name="Row5" Height="56.7">
|
||
|
|
<TableCell Name="Cell21" Text="体检编号" HorzAlign="Center" VertAlign="Center" Font="宋体, 16pt"/>
|
||
|
|
<TableCell Name="Cell22" Border.Lines="Bottom" Text="[registerOneDt.physical_num]" HorzAlign="Center" VertAlign="Center" Font="宋体, 16pt"/>
|
||
|
|
</TableRow>
|
||
|
|
</TableObject>
|
||
|
|
<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"/>
|
||
|
|
<PictureObject Name="Picture4" Left="519.75" Top="151.2" Width="94.5" Height="132.3" Border.Lines="All" DataColumn="photo.p" ShowErrorImage="true"/>
|
||
|
|
</DataBand>
|
||
|
|
</ReportPage>
|
||
|
|
<ReportPage Name="Page10" Fill.Color="White">
|
||
|
|
<DataBand Name="Data3" Width="718.2" Height="18.9">
|
||
|
|
<SubreportObject Name="Subreport7" Width="94.5" Height="18.9" ReportPage="Page3"/>
|
||
|
|
</DataBand>
|
||
|
|
<DataBand Name="Data10" Top="22.9" 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="45.8" 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="68.7" 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="91.6" 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="114.5" Width="718.2" Height="18.9" CanGrow="true" CanShrink="true">
|
||
|
|
<SubreportObject Name="Subreport4" Width="94.5" Height="18.9" ReportPage="Page6"/>
|
||
|
|
</DataBand>
|
||
|
|
<DataBand Name="Data17" Top="137.4" Width="718.2" Height="18.9" CanGrow="true" CanShrink="true">
|
||
|
|
<SubreportObject Name="Subreport5" Width="94.5" Height="18.9" ReportPage="Page7"/>
|
||
|
|
</DataBand>
|
||
|
|
</ReportPage>
|
||
|
|
<ReportPage Name="Page1" Fill.Color="White">
|
||
|
|
<GroupHeaderBand Name="GroupHeader4" Top="32.35" 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="93.05" 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="125.4" Width="718.2" Height="49.14" CanGrow="true" CanShrink="true" CanBreak="true">
|
||
|
|
<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" Padding="0, 5, 0, 0" DataColumn="newTz_tjjgDt.presenter"/>
|
||
|
|
</GroupFooterBand>
|
||
|
|
</GroupHeaderBand>
|
||
|
|
</ReportPage>
|
||
|
|
<ReportPage Name="Page11" Fill.Color="White">
|
||
|
|
<GroupHeaderBand Name="GroupHeader1" Top="32.35" 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="93.05" 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="125.4" 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" CanGrow="true" CanShrink="true" SizeMode="Normal" 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="85.05" 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="103.95" Width="113.4" Height="49.14" SizeMode="Normal" 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="56.7" CanGrow="true" CanShrink="true" CanBreak="true" KeepTogether="true">
|
||
|
|
<TextObject Name="Text82" Left="9.45" Width="217.35" Height="28.35" Text="四、检查结论" VertAlign="Center" Font="宋体, 12pt, style=Bold"/>
|
||
|
|
<TextObject Name="Text83" Left="28.35" Top="28.35" Width="661.5" Height="28.35" Text="[registerOneDt.common_result]" VertAlign="Center" Font="宋体, 10pt"/>
|
||
|
|
</DataBand>
|
||
|
|
</ReportPage>
|
||
|
|
<ReportPage Name="Page7" Fill.Color="White">
|
||
|
|
<DataBand Name="Data6" Width="718.2" Height="56.7" CanGrow="true" CanShrink="true" CanBreak="true" KeepDetail="true">
|
||
|
|
<TextObject Name="Text84" Left="9.45" Width="217.35" Height="28.35" Text="五、检查建议" VertAlign="Center" Font="宋体, 12pt, style=Bold"/>
|
||
|
|
<TextObject Name="Text85" Left="28.35" Top="28.35" Width="661.5" Height="28.35" Text="[registerOneDt.common_advise]" VertAlign="Center" Font="宋体, 10pt"/>
|
||
|
|
<DataBand Name="Data7" Top="60.7" Width="718.2" Height="113.4" CanGrow="true" CanShrink="true" CanBreak="true" KeepDetail="true">
|
||
|
|
<TextObject Name="Text86" Left="330.75" Width="113.4" Height="47.25" Text="主检医师:" VertAlign="Center" Font="宋体, 14pt"/>
|
||
|
|
<TextObject Name="Text87" Left="368.55" Top="56.7" Width="198.45" Height="28.35" Text="体检单位(章)" HorzAlign="Center" VertAlign="Center" Font="宋体, 14pt"/>
|
||
|
|
<TextObject Name="Text88" Left="368.55" Top="85.05" Width="198.45" Height="28.35" Text="[registerOneDt.main_review_date]" Format="Date" Format.Format="D" HorzAlign="Center" VertAlign="Center" Font="宋体, 14pt"/>
|
||
|
|
<PictureObject Name="Picture9" Left="434.7" Width="141.75" Height="56.7" SizeMode="Normal" Image="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
|
||
|
|
</DataBand>
|
||
|
|
</DataBand>
|
||
|
|
</ReportPage>
|
||
|
|
<ReportPage Name="Page8" Fill.Color="White">
|
||
|
|
<DataBand Name="Data8" Width="718.2" Height="313.74">
|
||
|
|
<TextObject Name="Text90" Left="28.35" Top="264.6" Width="88.83" 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="0" HorzAlign="Center" VertAlign="Center" Font="宋体, 10pt"/>
|
||
|
|
<TableCell Name="Cell606" Border.Lines="Bottom" Text="0" HorzAlign="Center" VertAlign="Center" Font="宋体, 10pt"/>
|
||
|
|
<TableCell Name="Cell607" Border.Lines="Bottom" Text="0" HorzAlign="Center" VertAlign="Center" Font="宋体, 10pt"/>
|
||
|
|
<TableCell Name="Cell608" Border.Lines="Bottom" Text="0" HorzAlign="Center" VertAlign="Center" Font="宋体, 10pt"/>
|
||
|
|
<TableCell Name="Cell609" Border.Lines="Bottom" Text="0" HorzAlign="Center" VertAlign="Center" Font="宋体, 10pt"/>
|
||
|
|
<TableCell Name="Cell610" Border.Lines="Bottom" Text="0" 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="0" HorzAlign="Center" VertAlign="Center" Font="宋体, 10pt"/>
|
||
|
|
<TableCell Name="Cell614" Border.Lines="Bottom" Text="0" HorzAlign="Center" VertAlign="Center" Font="宋体, 10pt"/>
|
||
|
|
<TableCell Name="Cell615" Border.Lines="Bottom" Text="0" HorzAlign="Center" VertAlign="Center" Font="宋体, 10pt"/>
|
||
|
|
<TableCell Name="Cell616" Border.Lines="Bottom" Text="0" HorzAlign="Center" VertAlign="Center" Font="宋体, 10pt"/>
|
||
|
|
<TableCell Name="Cell617" Border.Lines="Bottom" Text="0" HorzAlign="Center" VertAlign="Center" Font="宋体, 10pt"/>
|
||
|
|
<TableCell Name="Cell618" Border.Lines="Bottom" Text="0" HorzAlign="Center" VertAlign="Center" Font="宋体, 10pt"/>
|
||
|
|
</TableRow>
|
||
|
|
<TableRow Name="Row100" Height="37.8">
|
||
|
|
<TableCell Name="Cell619"/>
|
||
|
|
<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="Picture10" Left="120.96" Top="264.6" Width="113.4" Height="49.14" SizeMode="Normal" Padding="0, 5, 0, 0" DataColumn="dct.user"/>
|
||
|
|
</DataBand>
|
||
|
|
</ReportPage>
|
||
|
|
<ReportPage Name="Page3" Fill.Color="White">
|
||
|
|
<DataBand Name="Data5" Width="718.2" Height="240.9">
|
||
|
|
<TextObject Name="Text38" Top="37.8" Width="718.2" Height="28.35" Text="中华人民共和国预防性健康检查用表" HorzAlign="Center" VertAlign="Bottom" Font="黑体, 12pt, style=Bold"/>
|
||
|
|
<TextObject Name="Text39" Top="66.15" Width="718.2" Height="47.25" Text="健康检查表" HorzAlign="Center" VertAlign="Center" Font="宋体, 18pt, style=Bold"/>
|
||
|
|
<TableObject Name="Table3" Left="9.45" Top="113.4" Width="671.78" Height="127.5">
|
||
|
|
<TableColumn Name="Column5" Width="134"/>
|
||
|
|
<TableColumn Name="Column6" Width="96.22"/>
|
||
|
|
<TableColumn Name="Column7" Width="96.22"/>
|
||
|
|
<TableColumn Name="Column8" Width="96.22"/>
|
||
|
|
<TableColumn Name="Column9" Width="96.22"/>
|
||
|
|
<TableColumn Name="Column10" Width="152.9"/>
|
||
|
|
<TableRow Name="Row34" Height="42.5">
|
||
|
|
<TableCell Name="Cell215" Text="单位名称:" HorzAlign="Center" VertAlign="Bottom" Font="宋体, 12pt"/>
|
||
|
|
<TableCell Name="Cell216" Border.Lines="Bottom" Text="[registerOneDt.util_name]" HorzAlign="Justify" VertAlign="Bottom" Font="宋体, 12pt" ColSpan="5"/>
|
||
|
|
<TableCell Name="Cell217" Border.Lines="Bottom" HorzAlign="Right" VertAlign="Bottom" Font="宋体, 12pt"/>
|
||
|
|
<TableCell Name="Cell218" Border.Lines="Bottom" HorzAlign="Right" VertAlign="Bottom" Font="宋体, 12pt"/>
|
||
|
|
<TableCell Name="Cell219" Border.Lines="Bottom" HorzAlign="Right" VertAlign="Bottom" Font="宋体, 12pt"/>
|
||
|
|
<TableCell Name="Cell220" Border.Lines="Bottom" HorzAlign="Right" VertAlign="Bottom" Font="宋体, 12pt"/>
|
||
|
|
</TableRow>
|
||
|
|
<TableRow Name="Row35" Height="42.5">
|
||
|
|
<TableCell Name="Cell221" Text="姓 名:" HorzAlign="Center" VertAlign="Bottom" Font="宋体, 12pt"/>
|
||
|
|
<TableCell Name="Cell222" Border.Lines="Bottom" Text="[registerOneDt.person_name]" VertAlign="Bottom" Font="宋体, 12pt"/>
|
||
|
|
<TableCell Name="Cell223" Text="性 别:" VertAlign="Bottom" Font="宋体, 12pt"/>
|
||
|
|
<TableCell Name="Cell224" Border.Lines="Bottom" Text="[registerOneDt.sex]" VertAlign="Bottom" Font="宋体, 12pt"/>
|
||
|
|
<TableCell Name="Cell225" Text="出生日期:" VertAlign="Bottom" Font="宋体, 12pt"/>
|
||
|
|
<TableCell Name="Cell226" Border.Lines="Bottom" Text="[registerOneDt.birth]" VertAlign="Bottom" Font="宋体, 12pt"/>
|
||
|
|
</TableRow>
|
||
|
|
<TableRow Name="Row36" Height="42.5">
|
||
|
|
<TableCell Name="Cell227" Text="民 族:" HorzAlign="Center" VertAlign="Bottom" Font="宋体, 12pt"/>
|
||
|
|
<TableCell Name="Cell228" Border.Lines="Bottom" Text="[registerOneDt.nation]" VertAlign="Bottom" Font="宋体, 12pt"/>
|
||
|
|
<TableCell Name="Cell229" Text="婚 否:" VertAlign="Bottom" Font="宋体, 12pt"/>
|
||
|
|
<TableCell Name="Cell230" Border.Lines="Bottom" AfterDataEvent="Cell230_AfterData" Text="[registerOneDt.marry_status]" VertAlign="Bottom" Font="宋体, 12pt"/>
|
||
|
|
<TableCell Name="Cell231" Text="体检日期:" VertAlign="Bottom" Font="宋体, 12pt"/>
|
||
|
|
<TableCell Name="Cell232" Border.Lines="Bottom" Text="[registerOneDt.check_date]" VertAlign="Bottom" Font="宋体, 12pt"/>
|
||
|
|
</TableRow>
|
||
|
|
</TableObject>
|
||
|
|
</DataBand>
|
||
|
|
</ReportPage>
|
||
|
|
</Report>
|