|
@@ -394,7 +394,9 @@
|
|
|
<w:rPr>
|
|
|
<w:spacing w:val="3"/>
|
|
|
</w:rPr>
|
|
|
+ <#if pathological.xkts?? && pathological.xkts > -1 >
|
|
|
<w:t xml:space="preserve"> ${pathological.xkts!}</w:t>
|
|
|
+ </#if>
|
|
|
</w:r>
|
|
|
</w:p>
|
|
|
</w:tc>
|
|
@@ -453,7 +455,9 @@
|
|
|
<w:rPr>
|
|
|
<w:spacing w:val="3"/>
|
|
|
</w:rPr>
|
|
|
+ <#if pathological.slbm?? && pathological.slbm > -1 >
|
|
|
<w:t xml:space="preserve"> ${pathological.slbm!}</w:t>
|
|
|
+ </#if>
|
|
|
</w:r>
|
|
|
</w:p>
|
|
|
</w:tc>
|
|
@@ -794,14 +798,32 @@
|
|
|
<w:spacing w:val="2"/>
|
|
|
<w:lang w:eastAsia="zh-CN"/>
|
|
|
</w:rPr>
|
|
|
- <w:t xml:space="preserve">蜡块数量 ${pathological.sllk!} </w:t>
|
|
|
+ <w:t xml:space="preserve">蜡块数量</w:t>
|
|
|
+ </w:r>
|
|
|
+ <w:r>
|
|
|
+ <w:rPr>
|
|
|
+ <w:spacing w:val="2"/>
|
|
|
+ <w:lang w:eastAsia="zh-CN"/>
|
|
|
+ </w:rPr>
|
|
|
+ <#if pathological.sllk?? && pathological.sllk > -1 >
|
|
|
+ <w:t xml:space="preserve"> ${pathological.sllk!}</w:t>
|
|
|
+ </#if>
|
|
|
</w:r>
|
|
|
<w:r>
|
|
|
<w:rPr>
|
|
|
<w:spacing w:val="1"/>
|
|
|
<w:lang w:eastAsia="zh-CN"/>
|
|
|
</w:rPr>
|
|
|
- <w:t xml:space="preserve"> 切片数量 ${pathological.slqp!}</w:t>
|
|
|
+ <w:t xml:space="preserve"> 切片数量</w:t>
|
|
|
+ </w:r>
|
|
|
+ <w:r>
|
|
|
+ <w:rPr>
|
|
|
+ <w:spacing w:val="1"/>
|
|
|
+ <w:lang w:eastAsia="zh-CN"/>
|
|
|
+ </w:rPr>
|
|
|
+ <#if pathological.slqp?? && pathological.slqp > -1 >
|
|
|
+ <w:t xml:space="preserve"> ${pathological.slqp!}</w:t>
|
|
|
+ </#if>
|
|
|
</w:r>
|
|
|
</w:p>
|
|
|
</w:tc>
|
|
@@ -881,7 +903,16 @@
|
|
|
<w:spacing w:val="3"/>
|
|
|
<w:lang w:eastAsia="zh-CN"/>
|
|
|
</w:rPr>
|
|
|
- <w:t xml:space="preserve">样本数量 ${pathological.bdyb!}</w:t>
|
|
|
+ <w:t xml:space="preserve">样本数量</w:t>
|
|
|
+ </w:r>
|
|
|
+ <w:r>
|
|
|
+ <w:rPr>
|
|
|
+ <w:spacing w:val="3"/>
|
|
|
+ <w:lang w:eastAsia="zh-CN"/>
|
|
|
+ </w:rPr>
|
|
|
+ <#if pathological.bdyb?? && pathological.bdyb > -1 >
|
|
|
+ <w:t xml:space="preserve"> ${pathological.bdyb!}</w:t>
|
|
|
+ </#if>
|
|
|
</w:r>
|
|
|
<w:r>
|
|
|
<w:rPr>
|
|
@@ -895,7 +926,16 @@
|
|
|
<w:spacing w:val="3"/>
|
|
|
<w:lang w:eastAsia="zh-CN"/>
|
|
|
</w:rPr>
|
|
|
- <w:t xml:space="preserve">切片数量 ${pathological.bdqp!}</w:t>
|
|
|
+ <w:t xml:space="preserve">切片数量 </w:t>
|
|
|
+ </w:r>
|
|
|
+ <w:r>
|
|
|
+ <w:rPr>
|
|
|
+ <w:spacing w:val="3"/>
|
|
|
+ <w:lang w:eastAsia="zh-CN"/>
|
|
|
+ </w:rPr>
|
|
|
+ <#if pathological.bdqp?? && pathological.bdqp > -1 >
|
|
|
+ <w:t xml:space="preserve"> ${pathological.bdqp!}</w:t>
|
|
|
+ </#if>
|
|
|
</w:r>
|
|
|
</w:p>
|
|
|
</w:tc>
|
|
@@ -1042,7 +1082,16 @@
|
|
|
<w:rFonts w:ascii="Times New Roman" w:hAnsi="Times New Roman" w:cs="Times New Roman"/>
|
|
|
<w:spacing w:val="4"/>
|
|
|
</w:rPr>
|
|
|
- <w:t xml:space="preserve">切片数量 ${pathological.he!}</w:t>
|
|
|
+ <w:t xml:space="preserve">切片数量 </w:t>
|
|
|
+ </w:r>
|
|
|
+ <w:r>
|
|
|
+ <w:rPr>
|
|
|
+ <w:rFonts w:ascii="Times New Roman" w:hAnsi="Times New Roman" w:cs="Times New Roman"/>
|
|
|
+ <w:spacing w:val="4"/>
|
|
|
+ </w:rPr>
|
|
|
+ <#if pathological.he?? && pathological.he > -1 >
|
|
|
+ <w:t xml:space="preserve"> ${pathological.he!}</w:t>
|
|
|
+ </#if>
|
|
|
</w:r>
|
|
|
</w:p>
|
|
|
</w:tc>
|
|
@@ -1109,7 +1158,16 @@
|
|
|
<w:rFonts w:ascii="Times New Roman" w:hAnsi="Times New Roman" w:cs="Times New Roman"/>
|
|
|
<w:spacing w:val="6"/>
|
|
|
</w:rPr>
|
|
|
- <w:t xml:space="preserve">切片数量 ${pathological.masson!}</w:t>
|
|
|
+ <w:t xml:space="preserve">切片数量</w:t>
|
|
|
+ </w:r>
|
|
|
+ <w:r>
|
|
|
+ <w:rPr>
|
|
|
+ <w:rFonts w:ascii="Times New Roman" w:hAnsi="Times New Roman" w:cs="Times New Roman"/>
|
|
|
+ <w:spacing w:val="6"/>
|
|
|
+ </w:rPr>
|
|
|
+ <#if pathological.masson?? && pathological.masson > -1 >
|
|
|
+ <w:t xml:space="preserve"> ${pathological.masson!}</w:t>
|
|
|
+ </#if>
|
|
|
</w:r>
|
|
|
</w:p>
|
|
|
</w:tc>
|
|
@@ -1206,7 +1264,18 @@
|
|
|
<w:position w:val="-1"/>
|
|
|
<w:lang w:eastAsia="zh-CN"/>
|
|
|
</w:rPr>
|
|
|
- <w:t xml:space="preserve">切片数量 ${pathological.psr!}</w:t>
|
|
|
+ <w:t xml:space="preserve">切片数量</w:t>
|
|
|
+ </w:r>
|
|
|
+ <w:r>
|
|
|
+ <w:rPr>
|
|
|
+ <w:rFonts w:ascii="Times New Roman" w:hAnsi="Times New Roman" w:cs="Times New Roman"/>
|
|
|
+ <w:spacing w:val="4"/>
|
|
|
+ <w:position w:val="-1"/>
|
|
|
+ <w:lang w:eastAsia="zh-CN"/>
|
|
|
+ </w:rPr>
|
|
|
+ <#if pathological.psr?? && pathological.psr > -1 >
|
|
|
+ <w:t xml:space="preserve"> ${pathological.psr!}</w:t>
|
|
|
+ </#if>
|
|
|
</w:r>
|
|
|
</w:p>
|
|
|
</w:tc>
|
|
@@ -1273,7 +1342,16 @@
|
|
|
<w:rFonts w:ascii="Times New Roman" w:hAnsi="Times New Roman" w:cs="Times New Roman"/>
|
|
|
<w:spacing w:val="4"/>
|
|
|
</w:rPr>
|
|
|
- <w:t xml:space="preserve">切片数量 ${pathological.pas!}</w:t>
|
|
|
+ <w:t xml:space="preserve">切片数量</w:t>
|
|
|
+ </w:r>
|
|
|
+ <w:r>
|
|
|
+ <w:rPr>
|
|
|
+ <w:rFonts w:ascii="Times New Roman" w:hAnsi="Times New Roman" w:cs="Times New Roman"/>
|
|
|
+ <w:spacing w:val="4"/>
|
|
|
+ </w:rPr>
|
|
|
+ <#if pathological.pas?? && pathological.pas > -1 >
|
|
|
+ <w:t xml:space="preserve"> ${pathological.pas!}</w:t>
|
|
|
+ </#if>
|
|
|
</w:r>
|
|
|
</w:p>
|
|
|
</w:tc>
|
|
@@ -1380,7 +1458,18 @@
|
|
|
<w:position w:val="-1"/>
|
|
|
<w:lang w:eastAsia="zh-CN"/>
|
|
|
</w:rPr>
|
|
|
+ <w:t xml:space="preserve">切片数量</w:t>
|
|
|
+ </w:r>
|
|
|
+ <w:r>
|
|
|
+ <w:rPr>
|
|
|
+ <w:rFonts w:ascii="Times New Roman" w:hAnsi="Times New Roman" w:cs="Times New Roman"/>
|
|
|
+ <w:spacing w:val="2"/>
|
|
|
+ <w:position w:val="-1"/>
|
|
|
+ <w:lang w:eastAsia="zh-CN"/>
|
|
|
+ </w:rPr>
|
|
|
+ <#if pathological.yho?? && pathological.yho > -1 >
|
|
|
<w:t xml:space="preserve">切片数量 ${pathological.yho!}</w:t>
|
|
|
+ </#if>
|
|
|
</w:r>
|
|
|
</w:p>
|
|
|
</w:tc>
|
|
@@ -1450,7 +1539,17 @@
|
|
|
<w:spacing w:val="4"/>
|
|
|
<w:lang w:eastAsia="zh-CN"/>
|
|
|
</w:rPr>
|
|
|
+ <w:t xml:space="preserve">切片数量</w:t>
|
|
|
+ </w:r>
|
|
|
+ <w:r>
|
|
|
+ <w:rPr>
|
|
|
+ <w:rFonts w:ascii="Times New Roman" w:hAnsi="Times New Roman" w:cs="Times New Roman"/>
|
|
|
+ <w:spacing w:val="4"/>
|
|
|
+ <w:lang w:eastAsia="zh-CN"/>
|
|
|
+ </w:rPr>
|
|
|
+ <#if pathological.fjb?? && pathological.fjb > -1 >
|
|
|
<w:t xml:space="preserve">切片数量 ${pathological.fjb!}</w:t>
|
|
|
+ </#if>
|
|
|
</w:r>
|
|
|
</w:p>
|
|
|
</w:tc>
|
|
@@ -1559,7 +1658,18 @@
|
|
|
<w:position w:val="-1"/>
|
|
|
<w:lang w:eastAsia="zh-CN"/>
|
|
|
</w:rPr>
|
|
|
+ <w:t xml:space="preserve">切片数量</w:t>
|
|
|
+ </w:r>
|
|
|
+ <w:r>
|
|
|
+ <w:rPr>
|
|
|
+ <w:rFonts w:ascii="Times New Roman" w:hAnsi="Times New Roman" w:cs="Times New Roman"/>
|
|
|
+ <w:spacing w:val="4"/>
|
|
|
+ <w:position w:val="-1"/>
|
|
|
+ <w:lang w:eastAsia="zh-CN"/>
|
|
|
+ </w:rPr>
|
|
|
+ <#if pathological.evg?? && pathological.evg > -1 >
|
|
|
<w:t xml:space="preserve">切片数量 ${pathological.evg!}</w:t>
|
|
|
+ </#if>
|
|
|
</w:r>
|
|
|
</w:p>
|
|
|
</w:tc>
|
|
@@ -1628,7 +1738,17 @@
|
|
|
<w:spacing w:val="5"/>
|
|
|
<w:position w:val="-1"/>
|
|
|
</w:rPr>
|
|
|
- <w:t xml:space="preserve">切片数量 ${pathological.tunel!}</w:t>
|
|
|
+ <w:t xml:space="preserve">切片数量</w:t>
|
|
|
+ </w:r>
|
|
|
+ <w:r>
|
|
|
+ <w:rPr>
|
|
|
+ <w:rFonts w:ascii="Times New Roman" w:hAnsi="Times New Roman" w:cs="Times New Roman"/>
|
|
|
+ <w:spacing w:val="5"/>
|
|
|
+ <w:position w:val="-1"/>
|
|
|
+ </w:rPr>
|
|
|
+ <#if pathological.tunel?? && pathological.tunel > -1 >
|
|
|
+ <w:t xml:space="preserve"> ${pathological.tunel!}</w:t>
|
|
|
+ </#if>
|
|
|
</w:r>
|
|
|
</w:p>
|
|
|
</w:tc>
|
|
@@ -1725,7 +1845,18 @@
|
|
|
<w:position w:val="-1"/>
|
|
|
<w:lang w:eastAsia="zh-CN"/>
|
|
|
</w:rPr>
|
|
|
- <w:t xml:space="preserve">切片数量 ${pathological.wga!}</w:t>
|
|
|
+ <w:t xml:space="preserve">切片数量</w:t>
|
|
|
+ </w:r>
|
|
|
+ <w:r>
|
|
|
+ <w:rPr>
|
|
|
+ <w:rFonts w:ascii="Times New Roman" w:hAnsi="Times New Roman" w:cs="Times New Roman"/>
|
|
|
+ <w:spacing w:val="5"/>
|
|
|
+ <w:position w:val="-1"/>
|
|
|
+ <w:lang w:eastAsia="zh-CN"/>
|
|
|
+ </w:rPr>
|
|
|
+ <#if pathological.wga?? && pathological.wga > -1 >
|
|
|
+ <w:t xml:space="preserve"> ${pathological.wga!}</w:t>
|
|
|
+ </#if>
|
|
|
</w:r>
|
|
|
</w:p>
|
|
|
</w:tc>
|
|
@@ -1807,7 +1938,16 @@
|
|
|
<w:rFonts w:ascii="Times New Roman" w:hAnsi="Times New Roman" w:cs="Times New Roman"/>
|
|
|
<w:spacing w:val="2"/>
|
|
|
</w:rPr>
|
|
|
- <w:t xml:space="preserve">切片数量 ${pathological.qtqp!}</w:t>
|
|
|
+ <w:t xml:space="preserve">切片数量</w:t>
|
|
|
+ </w:r>
|
|
|
+ <w:r>
|
|
|
+ <w:rPr>
|
|
|
+ <w:rFonts w:ascii="Times New Roman" w:hAnsi="Times New Roman" w:cs="Times New Roman"/>
|
|
|
+ <w:spacing w:val="2"/>
|
|
|
+ </w:rPr>
|
|
|
+ <#if pathological.qtqp?? && pathological.qtqp > -1 >
|
|
|
+ <w:t xml:space="preserve"> ${pathological.qtqp!}</w:t>
|
|
|
+ </#if>
|
|
|
</w:r>
|
|
|
</w:p>
|
|
|
</w:tc>
|
|
@@ -1890,7 +2030,23 @@
|
|
|
<w:spacing w:val="2"/>
|
|
|
<w:lang w:eastAsia="zh-CN"/>
|
|
|
</w:rPr>
|
|
|
- <w:t>切片数量 ${pathological.myzhqp!} 具体指标 </w:t>
|
|
|
+ <w:t>切片数量</w:t>
|
|
|
+ </w:r>
|
|
|
+ <w:r>
|
|
|
+ <w:rPr>
|
|
|
+ <w:spacing w:val="2"/>
|
|
|
+ <w:lang w:eastAsia="zh-CN"/>
|
|
|
+ </w:rPr>
|
|
|
+ <#if pathological.myzhqp?? && pathological.myzhqp > -1 >
|
|
|
+ <w:t xml:space="preserve"> ${pathological.myzhqp!}</w:t>
|
|
|
+ </#if>
|
|
|
+ </w:r>
|
|
|
+ <w:r>
|
|
|
+ <w:rPr>
|
|
|
+ <w:spacing w:val="2"/>
|
|
|
+ <w:lang w:eastAsia="zh-CN"/>
|
|
|
+ </w:rPr>
|
|
|
+ <w:t xml:space="preserve"> 具体指标 </w:t>
|
|
|
</w:r>
|
|
|
<#if pathological.myzhzb?? >
|
|
|
<w:r>
|
|
@@ -1979,7 +2135,23 @@
|
|
|
<w:spacing w:val="2"/>
|
|
|
<w:lang w:eastAsia="zh-CN"/>
|
|
|
</w:rPr>
|
|
|
- <w:t>切片数量 ${pathological.myygqp!} 具体指标 </w:t>
|
|
|
+ <w:t>切片数量</w:t>
|
|
|
+ </w:r>
|
|
|
+ <w:r>
|
|
|
+ <w:rPr>
|
|
|
+ <w:spacing w:val="2"/>
|
|
|
+ <w:lang w:eastAsia="zh-CN"/>
|
|
|
+ </w:rPr>
|
|
|
+ <#if pathological.myygqp?? && pathological.myygqp > -1 >
|
|
|
+ <w:t xml:space="preserve"> ${pathological.myygqp!}</w:t>
|
|
|
+ </#if>
|
|
|
+ </w:r>
|
|
|
+ <w:r>
|
|
|
+ <w:rPr>
|
|
|
+ <w:spacing w:val="2"/>
|
|
|
+ <w:lang w:eastAsia="zh-CN"/>
|
|
|
+ </w:rPr>
|
|
|
+ <w:t xml:space="preserve"> 具体指标 </w:t>
|
|
|
</w:r>
|
|
|
<#if pathological.myygzb?? >
|
|
|
<w:r>
|
|
@@ -2092,7 +2264,16 @@
|
|
|
<w:spacing w:val="2"/>
|
|
|
<w:lang w:eastAsia="zh-CN"/>
|
|
|
</w:rPr>
|
|
|
- <w:t xml:space="preserve">切片数量 ${pathological.qpsmqp!}</w:t>
|
|
|
+ <w:t xml:space="preserve">切片数量</w:t>
|
|
|
+ </w:r>
|
|
|
+ <w:r>
|
|
|
+ <w:rPr>
|
|
|
+ <w:spacing w:val="2"/>
|
|
|
+ <w:lang w:eastAsia="zh-CN"/>
|
|
|
+ </w:rPr>
|
|
|
+ <#if pathological.qpsmqp?? && pathological.qpsmqp > -1 >
|
|
|
+ <w:t xml:space="preserve"> ${pathological.qpsmqp!}</w:t>
|
|
|
+ </#if>
|
|
|
</w:r>
|
|
|
<w:r>
|
|
|
<w:rPr>
|
|
@@ -2328,7 +2509,16 @@
|
|
|
<w:spacing w:val="3"/>
|
|
|
<w:lang w:eastAsia="zh-CN"/>
|
|
|
</w:rPr>
|
|
|
- <w:t>切片数量 ${pathological.ypqp!}</w:t>
|
|
|
+ <w:t>切片数量</w:t>
|
|
|
+ </w:r>
|
|
|
+ <w:r>
|
|
|
+ <w:rPr>
|
|
|
+ <w:spacing w:val="3"/>
|
|
|
+ <w:lang w:eastAsia="zh-CN"/>
|
|
|
+ </w:rPr>
|
|
|
+ <#if pathological.ypqp?? && pathological.ypqp > -1 >
|
|
|
+ <w:t> ${pathological.ypqp!}</w:t>
|
|
|
+ </#if>
|
|
|
</w:r>
|
|
|
<w:r>
|
|
|
<w:rPr>
|