This commit is contained in:
Duidev Software House
2025-10-14 07:59:56 +07:00
parent 684705b383
commit 5d172ab337
12 changed files with 576 additions and 322 deletions

No files matched your search

@@ -132,7 +132,7 @@
</tr>
</table>
@if ($keterangan != '')
<br /> {!! $keterangan !!}
Komentar: <br /> {!! $keterangan !!}
@endif
</td>
</tr>
@@ -87,7 +87,7 @@
<tr>
<td width="45">&nbsp;</td>
<td valign="top" colspan="7" width="755">
{!! $keterangan !!}
Komentar :<br />{!! $keterangan !!}
</td>
</tr>
<tr><td colspan="8">&nbsp;</td></tr>
@@ -103,145 +103,183 @@
<tr>
<td width="45">&nbsp;</td>
<td valign="top" colspan="7" width="755">
@php
$nomor = 1;
@endphp
<table style="width:100%">
<tr><td valign="top" colspan="3">1. Pewarnaan Gram :</td></tr>
@if (isset($data['id_selepitel']))
<tr>
<td valign="top" style="width:20%">Sel epithel</td>
<td valign="top" style="width:5%">:</td>
<td valign="top" style="width:75%">{!! $data['id_selepitel'] !!}</td>
</tr>
@endif
@if (isset($data['id_selradang']))
<tr>
<td valign="top" style="width:20%">Sel radang</td>
<td valign="top" style="width:5%">:</td>
<td valign="top" style="width:75%">{!! $data['id_selradang'] !!}</td>
</tr>
@endif
@if (isset($data['id_mikroorganisme']) OR isset($data['id_mikroorganismeoptional']))
<tr>
<td valign="top">Mikroorganisme</td>
<td valign="top">:</td>
<td valign="top">
@if (isset($data['id_mikroorganisme']))
{!! $data['id_mikroorganisme'] !!}
@endif
@if (isset($data['id_mikroorganismeoptional']))
<br />{!! $data['id_mikroorganismeoptional'] !!}
@endif
</td>
</tr>
@endif
@if (isset($data['id_jumlahlactobacillus']) OR isset($data['id_jumlahgardnerella']) OR isset($data['id_jumlahmobiluncus']))
<tr>
<td valign="top">&nbsp;</td>
<td valign="top" colspan="2">
<table cellpadding="0" cellspacing="0" width="100%" border="1">
<tr>
<td width="30%" align="center"><strong>NUGGENT SCORE</strong></td>
<td width="40%" align="center"><strong>Jumlah per lapang pandang besar</strong></td>
<td width="30%" align="center"><strong>skor</strong></td>
</tr>
<tr>
<td>Lactobacillus</td>
<td align="center">
@if (isset($data['id_jumlahlactobacillus']))
{!! $data['id_jumlahlactobacillus'] !!}
@endif
</td>
<td align="center">
@if (isset($data['id_lactobacillus']))
{!! $data['id_lactobacillus'] !!}
@php $id_lactobacillus = $data['id_lactobacillus']; @endphp
@else
@php $id_lactobacillus = 0; @endphp
@endif
</td>
</tr>
<tr>
<td>Gardnerella</td>
<td align="center">
@if (isset($data['id_jumlahgardnerella']))
{!! $data['id_jumlahgardnerella'] !!}
@endif
</td>
<td align="center">
@if (isset($data['id_gardnerella']))
{!! $data['id_gardnerella'] !!}
@php $id_gardnerella = $data['id_gardnerella']; @endphp
@else
@php $id_gardnerella = 0; @endphp
@endif
</td>
</tr>
<tr>
<td>Mobiluncus</td>
<td align="center">
@if (isset($data['id_jumlahmobiluncus']))
{!! $data['id_jumlahmobiluncus'] !!}
@endif
</td>
<td align="center">
@if (isset($data['id_mobiluncus']))
{!! $data['id_mobiluncus'] !!}
@php $id_mobiluncus = $data['id_mobiluncus']; @endphp
@else
@php $id_mobiluncus = 0; @endphp
@endif
</td>
</tr>
<tr>
<td>Total Score</td>
<td>&nbsp;</td>
<td align="center">
@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
</td>
</tr>
<tr>
<td colspan="3">KET : {{$keterangan}}</td>
</tr>
</table>
</td>
</tr>
@endif
<tr><td colspan="3">&nbsp;</td></tr>
@if (isset($data['id_pewarnaanziehlnielsen']))
@php
$nomor++;
@endphp
<tr>
<td valign="top" style="width:20%">Sel epithel</td>
<td valign="top" style="width:5%">:</td>
<td valign="top" style="width:75%">@if (isset($data['id_selepitel'])) {!! $data['id_selepitel'] !!} @endif</td>
</tr>
<tr>
<td valign="top">Sel radang</td>
<td valign="top">{{$nomor}}. Pewarnaan Ziehl Neelsen</td>
<td valign="top">:</td>
<td valign="top">@if (isset($data['id_selradang'])) {!! $data['id_selradang'] !!} @endif</td>
</tr>
<tr>
<td valign="top">Mikroorganisme</td>
<td valign="top">:</td>
<td valign="top">
@if (isset($data['id_mikroorganisme']))
{!! $data['id_mikroorganisme'] !!}
@endif
@if (isset($data['id_mikroorganismeoptional']))
<br />{!! $data['id_mikroorganismeoptional'] !!}
@endif
</td>
</tr>
<tr>
<td valign="top">&nbsp;</td>
<td valign="top" colspan="2">
@if (isset($data['id_jumlahlactobacillus']) OR isset($data['id_jumlahgardnerella']) OR isset($data['id_jumlahmobiluncus']))
<table cellpadding="0" cellspacing="0" width="100%" border="1">
<tr>
<td width="30%" align="center"><strong>NUGGENT SCORE</strong></td>
<td width="40%" align="center"><strong>Jumlah per lapang pandang besar</strong></td>
<td width="30%" align="center"><strong>skor</strong></td>
</tr>
<tr>
<td>Lactobacillus</td>
<td align="center">
@if (isset($data['id_jumlahlactobacillus']))
{!! $data['id_jumlahlactobacillus'] !!}
@endif
</td>
<td align="center">
@if (isset($data['id_lactobacillus']))
{!! $data['id_lactobacillus'] !!}
@php $id_lactobacillus = $data['id_lactobacillus']; @endphp
@else
@php $id_lactobacillus = 0; @endphp
@endif
</td>
</tr>
<tr>
<td>Gardnerella</td>
<td align="center">
@if (isset($data['id_jumlahgardnerella']))
{!! $data['id_jumlahgardnerella'] !!}
@endif
</td>
<td align="center">
@if (isset($data['id_gardnerella']))
{!! $data['id_gardnerella'] !!}
@php $id_gardnerella = $data['id_gardnerella']; @endphp
@else
@php $id_gardnerella = 0; @endphp
@endif
</td>
</tr>
<tr>
<td>Mobiluncus</td>
<td align="center">
@if (isset($data['id_jumlahmobiluncus']))
{!! $data['id_jumlahmobiluncus'] !!}
@endif
</td>
<td align="center">
@if (isset($data['id_mobiluncus']))
{!! $data['id_mobiluncus'] !!}
@php $id_mobiluncus = $data['id_mobiluncus']; @endphp
@else
@php $id_mobiluncus = 0; @endphp
@endif
</td>
</tr>
<tr>
<td>Total Score</td>
<td>&nbsp;</td>
<td align="center">
@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
</td>
</tr>
<tr>
<td colspan="3">KET : {{$keterangan}}</td>
</tr>
</table>
@endif
</td>
<td valign="top">{!! $data['id_pewarnaanziehlnielsen'] !!}</td>
</tr>
@endif
@if (isset($data['id_pewarnaankoh']))
@php
$nomor++;
@endphp
<tr><td colspan="3">&nbsp;</td></tr>
<tr>
<td valign="top">2. Pewarnaan Ziehl Nielsen</td>
<td valign="top">{{$nomor}}. Pewarnaan KOH</td>
<td valign="top">:</td>
<td valign="top">@if (isset($data['id_pewarnaanziehlnielsen'])) {!! $data['id_pewarnaanziehlnielsen'] !!} @endif</td>
<td valign="top">{!! $data['id_pewarnaankoh'] !!}</td>
</tr>
@endif
@if (isset($data['id_pewarnaanneisser']))
@php
$nomor++;
@endphp
<tr><td colspan="3">&nbsp;</td></tr>
<tr>
<td valign="top">3. Pewarnaan KOH</td>
<td valign="top">{{$nomor}}. Pewarnaan Neelsen</td>
<td valign="top">:</td>
<td valign="top">@if (isset($data['id_pewarnaankoh'])) {!! $data['id_pewarnaankoh'] !!} @endif</td>
<td valign="top">{!! $data['id_pewarnaanneisser'] !!}</td>
</tr>
@endif
@if (isset($data['id_pewarnaannegatif']))
@php
$nomor++;
@endphp
<tr><td colspan="3">&nbsp;</td></tr>
<tr>
<td valign="top">4. Pewarnaan Neisser</td>
<td valign="top">{{$nomor}}. Pewarnaan Negatif</td>
<td valign="top">:</td>
<td valign="top">@if (isset($data['id_pewarnaanneisser'])) {!! $data['id_pewarnaanneisser'] !!} @endif</td>
<td valign="top">{!! $data['id_pewarnaannegatif'] !!}</td>
</tr>
@endif
@if (isset($data['id_pewarnaanspora']))
@php
$nomor++;
@endphp
<tr><td colspan="3">&nbsp;</td></tr>
<tr>
<td valign="top">5. Pewarnaan Negatif</td>
<td valign="top">{{$nomor}}. Pewarnaan Spora</td>
<td valign="top">:</td>
<td valign="top">@if (isset($data['id_pewarnaannegatif'])) {!! $data['id_pewarnaannegatif'] !!} @endif</td>
<td valign="top">{!! $data['id_pewarnaanspora'] !!}</td>
</tr>
@endif
@if (isset($data['id_pewarnaangiesma']) OR isset($data['id_pewarnaangiesmaoptional']) )
@php
$nomor++;
@endphp
<tr><td colspan="3">&nbsp;</td></tr>
<tr>
<td valign="top">6. Pewarnaan Spora</td>
<td valign="top">:</td>
<td valign="top">@if (isset($data['id_pewarnaanspora'])) {!! $data['id_pewarnaanspora'] !!} @endif</td>
</tr>
<tr><td colspan="3">&nbsp;</td></tr>
<tr>
<td valign="top">7. Pewarnaan Giemsa</td>
<td valign="top">{{$nomor}}. Pewarnaan Giemsa</td>
<td valign="top">:</td>
<td valign="top">
@if (isset($data['id_pewarnaangiesma']))
@@ -252,13 +290,14 @@
@endif
</td>
</tr>
@endif
<tr><td colspan="3">&nbsp;</td></tr>
@php
$urutan = 8;
$nomor++;
@endphp
@if (isset($data['id_bakteri01']) OR isset($data['id_bakteri02']))
<tr>
<td valign="top">{{$urutan}}. Biakan Kultur (Aerob / Anaerob)</td>
<td valign="top">{{$nomor}}. Biakan Kultur (Aerob / Anaerob)</td>
<td valign="top">:</td>
<td valign="top">
@if (isset($data['id_biakankultur']))
@@ -392,7 +431,7 @@
$keterangan = $keterangan.'<br />Cefoperazone - Sulbactam : '.$id_kbscf.' ('.$id_sirkbscf.')';
}
}
echo $keterangan;
echo 'Komentar:<br />'.$keterangan;
@endphp
@endif
</td>
@@ -140,56 +140,72 @@
@endif
</td>
</tr>
@if (isset($data['lsg_pewarnaanziehlnielsen']))
<tr><td colspan="3">&nbsp;</td></tr>
<tr>
<td valign="top">Pewarnaan Ziehl Nielsen</td>
<td valign="top">Pewarnaan Ziehl Neelsen</td>
<td valign="top">:</td>
<td valign="top">{!! $lsg_pewarnaanziehlnielsen !!}</td>
</tr>
@endif
@if (isset($data['lsg_pewarnaankoh']))
<tr><td colspan="3">&nbsp;</td></tr>
<tr>
<td valign="top">Pewarnaan KOH</td>
<td valign="top">:</td>
<td valign="top">{!! $lsg_pewarnaankoh !!}</td>
</tr>
@endif
@if (isset($data['lsg_pewarnaanneisser']))
<tr><td colspan="3">&nbsp;</td></tr>
<tr>
<td valign="top">Pewarnaan Neisser</td>
<td valign="top">:</td>
<td valign="top">{!! $lsg_pewarnaanneisser !!}</td>
</tr>
@endif
@if (isset($data['lsg_pewarnaannegatif']))
<tr><td colspan="3">&nbsp;</td></tr>
<tr>
<td valign="top">Pewarnaan Negatif</td>
<td valign="top">:</td>
<td valign="top">{!! $lsg_pewarnaannegatif !!}</td>
</tr>
@endif
@if (isset($data['lsg_pewarnaangiesma']))
<tr><td colspan="3">&nbsp;</td></tr>
<tr>
<td valign="top">Pewarnaan Giemsa</td>
<td valign="top">:</td>
<td valign="top">{!! $lsg_pewarnaangiesma !!}</td>
</tr>
@endif
@if (isset($data['lsg_pewarnaanspora']))
<tr><td colspan="3">&nbsp;</td></tr>
<tr>
<td valign="top">Pewarnaan Spora</td>
<td valign="top">:</td>
<td valign="top">{!! $lsg_pewarnaanspora !!}</td>
</tr>
@endif
@if (isset($data['lsg_pewarnaanlain']))
<tr><td colspan="3">&nbsp;</td></tr>
<tr>
<td valign="top">Pewarnaan Lain-lain</td>
<td valign="top">:</td>
<td valign="top">{!! $lsg_pewarnaanlain !!}</td>
</tr>
@endif
@if (isset($data['lsg_ditemukanmorfologi']))
<tr>
<td valign="top">Ditemukan morfologi</td>
<td valign="top">:</td>
<td valign="top">{!! $lsg_ditemukanmorfologi !!}</td>
</tr>
@endif
</table>
@if ($keterangan != '')
<br /> {!! $keterangan !!}
Komentar: <br /> {!! $keterangan !!}
@endif
</td>
</tr>
@@ -169,6 +169,7 @@
</td>
</tr>
</table>
Komentar:<br />
@if (isset($data['viralload']))
{!! $data['viralload'] !!}
@endif