Files
cmsi-kchb/resources/views/screeningLotteryFillFormInfo.blade.php
2025-06-13 12:29:06 +08:00

29 lines
1.4 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

@extends('layouts.app')
@section('content')
<div class="container">
<div class="row justify-content-center">
<div class="col-md-8 main-area">
<h1 style="text-align: center;">篩檢抽獎資格</h1>
<h3 style="text-align: center;"><hr style="width:2em; display: inline-block"></h3>
<h2 style="text-align: center;"></h2>
<p class="lead"></p>
<p class="lead">★定量免疫糞便潛血檢查38-63年次且112年迄今未接受糞便潛血檢查。</p>
<p class="lead">★乳房X光攝影檢查篩檢 43-68年次或69-73年次二等親內曾罹患乳癌且112年迄今未接受乳房X光攝影檢查之女性市民。</p>
<p class="lead">★子宮頸抹片檢查篩檢: 4383年次且111年迄今未接受子宮頸抹片檢查。</p>
<p class="lead">★口腔黏膜檢查3983年次有嚼檳榔(含已戒)或吸菸習慣自112年迄今未接受口腔黏膜檢查。</p>
<p class="lead">★肺癌低劑量電腦斷層掃描:重度吸菸者(38-63年次)或具肺癌家族史(男性38-63年次、女性38-68年次)且111年迄今未接受肺癌篩檢。</p>
<p class="lead">★B、C肝炎篩檢 45至79歲(民國34-68年次)及原民40-79(民國34-73年次)迄今未參加過BC肝篩檢之市民。</p>
<p>&nbsp;</p>
</div>
</div>
</div>
@endsection