| 1. Pewarnaan Gram : |
@if (isset($data['id_selepitel']))
| Sel epithel |
: |
{!! $data['id_selepitel'] !!} |
@endif
@if (isset($data['id_selradang']))
| Sel radang |
: |
{!! $data['id_selradang'] !!} |
@endif
@if (isset($data['id_mikroorganisme']) OR isset($data['id_mikroorganismeoptional']))
| Mikroorganisme |
: |
@if (isset($data['id_mikroorganisme']))
{!! $data['id_mikroorganisme'] !!}
@endif
@if (isset($data['id_mikroorganismeoptional']))
{!! $data['id_mikroorganismeoptional'] !!}
@endif
|
@endif
@if (isset($data['id_jumlahlactobacillus']) OR isset($data['id_jumlahgardnerella']) OR isset($data['id_jumlahmobiluncus']))
| |
| NUGGENT SCORE |
Jumlah per lapang pandang besar |
skor |
| Lactobacillus |
@if (isset($data['id_jumlahlactobacillus']))
{!! $data['id_jumlahlactobacillus'] !!}
@endif
|
@if (isset($data['id_lactobacillus']))
{!! $data['id_lactobacillus'] !!}
@php $id_lactobacillus = $data['id_lactobacillus']; @endphp
@else
@php $id_lactobacillus = 0; @endphp
@endif
|
| Gardnerella |
@if (isset($data['id_jumlahgardnerella']))
{!! $data['id_jumlahgardnerella'] !!}
@endif
|
@if (isset($data['id_gardnerella']))
{!! $data['id_gardnerella'] !!}
@php $id_gardnerella = $data['id_gardnerella']; @endphp
@else
@php $id_gardnerella = 0; @endphp
@endif
|
| Mobiluncus |
@if (isset($data['id_jumlahmobiluncus']))
{!! $data['id_jumlahmobiluncus'] !!}
@endif
|
@if (isset($data['id_mobiluncus']))
{!! $data['id_mobiluncus'] !!}
@php $id_mobiluncus = $data['id_mobiluncus']; @endphp
@else
@php $id_mobiluncus = 0; @endphp
@endif
|
| Total Score |
|
@php
$jumlah = (int)$id_lactobacillus + (int)$id_gardnerella + (int)$id_mobiluncus;
echo $jumlah;
if ($jumlah >= 10){
$keterangan = "Bacterial vaginosis";
} else if ($jumlah >= 6){
$keterangan = "Intermediate";
} else {
$keterangan = "Normal";
}
@endphp
|
| KET : {{$keterangan}} |
|
@endif
| |
@if (isset($data['id_pewarnaanziehlnielsen']))
@php
$nomor++;
@endphp
| {{$nomor}}. Pewarnaan Ziehl Neelsen |
: |
{!! $data['id_pewarnaanziehlnielsen'] !!} |
@endif
@if (isset($data['id_pewarnaankoh']))
@php
$nomor++;
@endphp
| |
| {{$nomor}}. Pewarnaan KOH |
: |
{!! $data['id_pewarnaankoh'] !!} |
@endif
@if (isset($data['id_pewarnaanneisser']))
@php
$nomor++;
@endphp
| |
| {{$nomor}}. Pewarnaan Neelsen |
: |
{!! $data['id_pewarnaanneisser'] !!} |
@endif
@if (isset($data['id_pewarnaannegatif']))
@php
$nomor++;
@endphp
| |
| {{$nomor}}. Pewarnaan Negatif |
: |
{!! $data['id_pewarnaannegatif'] !!} |
@endif
@if (isset($data['id_pewarnaanspora']))
@php
$nomor++;
@endphp
| |
| {{$nomor}}. Pewarnaan Spora |
: |
{!! $data['id_pewarnaanspora'] !!} |
@endif
@if (isset($data['id_pewarnaangiesma']) OR isset($data['id_pewarnaangiesmaoptional']) )
@php
$nomor++;
@endphp
| |
| {{$nomor}}. Pewarnaan Giemsa |
: |
@if (isset($data['id_pewarnaangiesma']))
{!! $data['id_pewarnaangiesma'] !!}
@endif
@if (isset($data['id_pewarnaangiesmaoptional']))
{!! $data['id_pewarnaangiesmaoptional'] !!}
@endif
|
@endif
| |
@php
$nomor++;
@endphp
@if (isset($data['id_bakteri01']) OR isset($data['id_bakteri02']))
| {{$nomor}}. Biakan Kultur (Aerob / Anaerob) |
: |
@if (isset($data['id_biakankultur']))
{!! $data['id_biakankultur'] !!}
@endif
| Bakteri I |
: |
@if (isset($data['id_bakteri01']))
{!! $data['id_bakteri01'] !!}
@endif
@if (isset($data['id_bakterisir01']))
( {!! $data['id_bakterisir01'] !!} )
@endif
|
| Hitung Koloni |
: |
@if (isset($data['id_bakterihitungkol01']) AND $data['id_bakterihitungkol01'] != 'lainnya')
{!! $data['id_bakterihitungkol01'] !!}
@endif
@if (isset($data['id_bakterihitungkolteks01']))
{!! $data['id_bakterihitungkolteks01'] !!}
@endif
|
| Bakteri II |
: |
@if (isset($data['id_bakteri02']))
{!! $data['id_bakteri02'] !!}
@endif
@if (isset($data['id_bakterisir02']))
( {!! $data['id_bakterisir02'] !!} )
@endif
|
| Hitung Koloni |
: |
@if (isset($data['id_bakterihitungkol02']) AND $data['id_bakterihitungkol02'] != 'lainnya')
{!! $data['id_bakterihitungkol02'] !!}
@endif
@if (isset($data['id_bakterihitungkolteks02']))
{!! $data['id_bakterihitungkolteks02'] !!}
@endif
|
|
@endif
@if (isset($data['keterangan']))
@php
if (isset($data['id_kbamc'])){
$id_kbamc = $data['id_kbamc'];
} else {
$id_kbamc = '';
}
if (isset($data['id_kblef'])){
$id_kblef = $data['id_kblef'];
} else {
$id_kblef = '';
}
if (isset($data['id_kbfos'])){
$id_kbfos = $data['id_kbfos'];
} else {
$id_kbfos = '';
}
if (isset($data['id_kbscf'])){
$id_kbscf = $data['id_kbscf'];
} else {
$id_kbscf = '';
}
if (isset($data['id_sirkbamc'])){
$id_sirkbamc = $data['id_sirkbamc'];
} else {
$id_sirkbamc = '';
}
if (isset($data['id_sirkblef'])){
$id_sirkblef = $data['id_sirkblef'];
} else {
$id_sirkblef = '';
}
if (isset($data['id_sirkbfos'])){
$id_sirkbfos = $data['id_sirkbfos'];
} else {
$id_sirkbfos = '';
}
if (isset($data['id_sirkbscf'])){
$id_sirkbscf = $data['id_sirkbscf'];
} else {
$id_sirkbscf = '';
}
$keterangan = $data['keterangan'];
$cekadatabel = explode('table', $keterangan);
if (isset($cekadatabel[1])) {
$keterangan = str_replace('