You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
111 lines
3.7 KiB
111 lines
3.7 KiB
<html> |
|
<head> |
|
<meta content="text/html; charset=UTF-8"> |
|
<style type="text/css"> |
|
.footer{ |
|
position:absolute; |
|
bottom:20px; |
|
width: 98%; |
|
} |
|
</style> |
|
</head> |
|
<body> |
|
<div align="left"> |
|
$$logo$$ |
|
<h1 align="center"> 青岛海信智能医疗技术有限公司 </h1> |
|
<h2 align="center"> 彩色多普勒超声检查报告单 </h2> |
|
</div> |
|
<div style="margin-top:15px; "> |
|
<table width="98%" align="left" style="border-color: red"> |
|
<tbody> |
|
<tr> |
|
<td style="font-size: 12pt;"><b>超声部位:</b> $$checkbody$$</td> |
|
<td align="right" style="font-size: 12pt;"><b>检查号:</b> $$checknumber$$</td> |
|
</tr> |
|
</tbody> |
|
</table> |
|
<hr style="height:2px;border:none;border-top:2px solid #000000;" width="100%/"> |
|
</div> |
|
<div style="margin-top:10px; "> |
|
<table width="100%" align="left" style="margin-bottom: 10px; padding-bottom: 20px; border-color: red"> |
|
<tbody> |
|
<tr> |
|
<td style="font-size: 12pt;"><b>姓名:</b> $$name$$</td> |
|
<td style="font-size: 12pt;"><b>性别:</b> $$sex$$ <b>年龄:</b> $$age$$</td> |
|
<td style="font-size: 12pt;"><b>科别:</b> $$examroom$$</td> |
|
<td style="font-size: 12pt;"><b>申请医师:</b> $$requestdoctor$$</td> |
|
</tr> |
|
<tr><td></td></tr> |
|
<tr> |
|
<td style="font-size: 12pt;"><b>病历号:</b> $$pid$$ </td> |
|
<td style="font-size: 12pt;"><b>住院号:</b> $$hospitalnumber$$ </td> |
|
<td style="font-size: 12pt;"><b>病区号:</b> $$areanumber$$ </td> |
|
<td style="font-size: 12pt;"><b>床位号:</b> $$bednumber$$ </td> |
|
</tr> |
|
</tbody> |
|
</table> |
|
<hr style="height:2px;border:none;border-top:2px solid #000000;margin-bottom: 15px; width: 100%;"> |
|
</div> |
|
<div style="margin-bottom:25px; " align="center" width="100%"> |
|
$$ctimgtable$$ |
|
<hr style="height:2px;border:none;border-top:2px solid #000000;margin-top: 15px;width: 100%;"> |
|
</div> |
|
<div style="margin-top:25px; width: 100%; " align="center"> |
|
<table width="100%" align="center"> |
|
<tbody> |
|
<tr> |
|
<td style="font-size: 12pt;"><b>超声所见</b></td> |
|
</tr> |
|
<tr> |
|
<td style="padding-top:16px;padding-left:36px;font-size: 12pt;"><code>$$checkview$$</code></td> |
|
</tr> |
|
</tbody> |
|
</table> |
|
</div> |
|
<div style=" margin-top:50px; width:100%; " align="center"> |
|
<table width="100%" align="center"> |
|
<tbody> |
|
<tr> |
|
<td style="font-size: 12pt;"><b>超声提示</b></td> |
|
</tr> |
|
<tr> |
|
<td style="padding-top:16px;padding-left:36px;font-size: 12pt;"><code>$$checkconclusion$$</code></td> |
|
</tr> |
|
</tbody> |
|
</table> |
|
</div> |
|
<!--expert_section_start--> |
|
<div style="margin-top:25px; width: 100%; " align="center"> |
|
<table width="100%" align="center"> |
|
<tbody> |
|
<tr> |
|
<td style="font-size: 12pt;"><b>专家意见</b></td> |
|
</tr> |
|
<tr> |
|
<td style="padding-top:16px;padding-left:36px;font-size: 12pt;"><code>$$user_comment$$</code></td> |
|
</tr> |
|
</tbody> |
|
</table> |
|
</div> |
|
<!--expert_section_end--> |
|
<div class="footer"> |
|
<hr style="height:2px;border:none;border-top:2px solid #000000;" width="100%/"> |
|
<table width="100%" align="center"> |
|
<tbody> |
|
<tr> |
|
<td valign="bottom" style="font-size: 12pt;"><b>青岛海信智能医疗技术有限公司</b></td> |
|
<td valign="bottom" style="font-size: 12pt;"><b>诊断医师:</b> $$reportor_sig$$ </td> |
|
<td valign="bottom" style="font-size: 12pt;"><b>检查日期:</b> $$createtime$$</td> |
|
</tr> |
|
</tbody> |
|
</table> |
|
<table width="100%" align="left"> |
|
<tbody> |
|
<tr> |
|
<td style="font-size: 12pt;">仅供临床参考,不作证明材料!</td> |
|
</tr> |
|
</tbody> |
|
</table> |
|
</div> |
|
</body> |
|
</html> |