update
This commit is contained in:
No files matched your search
@@ -161,7 +161,8 @@ class DokterController extends Controller
|
|||||||
$data = [];
|
$data = [];
|
||||||
$data['komponens'] = KomponenJawaban::where('accnumber', $periksa->nofoto)->get();
|
$data['komponens'] = KomponenJawaban::where('accnumber', $periksa->nofoto)->get();
|
||||||
$data['antibiotiks'] = RekapAntibiotik::where('orderid', $periksa->id)->get();
|
$data['antibiotiks'] = RekapAntibiotik::where('orderid', $periksa->id)->get();
|
||||||
$data['tanggal'] = $tanggal;
|
$data['iscritical'] = CriticalValueSample::where('nofoto', $periksa->nofoto)->first();
|
||||||
|
$data['tanggal'] = $tanggal;
|
||||||
$data['periksa'] = $periksa;
|
$data['periksa'] = $periksa;
|
||||||
$data['keterangan'] = $keterangan;
|
$data['keterangan'] = $keterangan;
|
||||||
$data['tandatangananalis'] = $tandatangananalis;
|
$data['tandatangananalis'] = $tandatangananalis;
|
||||||
|
|||||||
@@ -136,7 +136,9 @@
|
|||||||
@php
|
@php
|
||||||
$cekketerangan = explode('/table', $keterangan);
|
$cekketerangan = explode('/table', $keterangan);
|
||||||
@endphp
|
@endphp
|
||||||
|
@if(isset($iscritical->id))
|
||||||
|
<p><strong><i>Critical Value</i></strong></p>
|
||||||
|
@endif
|
||||||
@if (!isset($cekketerangan[1]) && isset($antibiotiks) && $antibiotiks->isNotEmpty())
|
@if (!isset($cekketerangan[1]) && isset($antibiotiks) && $antibiotiks->isNotEmpty())
|
||||||
@if ($bakteri != '')
|
@if ($bakteri != '')
|
||||||
<p>Bakteri Yang ditemukan : <strong><i>{{$bakteri}}</i></strong> {{$data['bakterisir'] ?? ''}}</p>
|
<p>Bakteri Yang ditemukan : <strong><i>{{$bakteri}}</i></strong> {{$data['bakterisir'] ?? ''}}</p>
|
||||||
|
|||||||
@@ -95,6 +95,9 @@
|
|||||||
$namakuman1 = '';
|
$namakuman1 = '';
|
||||||
$namakuman2 = '';
|
$namakuman2 = '';
|
||||||
@endphp
|
@endphp
|
||||||
|
@if(isset($iscritical->id))
|
||||||
|
<p><strong><i>Critical Value</i></strong></p>
|
||||||
|
@endif
|
||||||
@if (isset($antibiotiks) && $antibiotiks->isNotEmpty())
|
@if (isset($antibiotiks) && $antibiotiks->isNotEmpty())
|
||||||
@php
|
@php
|
||||||
$grouped = $antibiotiks->filter(function ($row) {
|
$grouped = $antibiotiks->filter(function ($row) {
|
||||||
|
|||||||
@@ -354,6 +354,9 @@
|
|||||||
$namakuman1 = '';
|
$namakuman1 = '';
|
||||||
$namakuman2 = '';
|
$namakuman2 = '';
|
||||||
@endphp
|
@endphp
|
||||||
|
@if(isset($iscritical->id))
|
||||||
|
<p><strong><i>Critical Value</i></strong></p>
|
||||||
|
@endif
|
||||||
@if (isset($antibiotiks) && $antibiotiks->isNotEmpty())
|
@if (isset($antibiotiks) && $antibiotiks->isNotEmpty())
|
||||||
@php
|
@php
|
||||||
$grouped = $antibiotiks->filter(function ($row) {
|
$grouped = $antibiotiks->filter(function ($row) {
|
||||||
|
|||||||
@@ -197,11 +197,13 @@
|
|||||||
@php
|
@php
|
||||||
$cekketerangan = explode('/table', $keterangan);
|
$cekketerangan = explode('/table', $keterangan);
|
||||||
@endphp
|
@endphp
|
||||||
|
@if(isset($iscritical->id))
|
||||||
@if (!isset($cekketerangan[1]) && isset($antibiotiks) && $antibiotiks->isNotEmpty())
|
<p><strong><i>Critical Value</i></strong></p>
|
||||||
@if ($bakteri != '')
|
|
||||||
<p>Bakteri Yang ditemukan : <strong><i>{{$bakteri}}</i></strong> {{$data['bakterisir'] ?? ''}}</p>
|
|
||||||
@endif
|
@endif
|
||||||
|
@if (!isset($cekketerangan[1]) && isset($antibiotiks) && $antibiotiks->isNotEmpty())
|
||||||
|
@if ($bakteri != '')
|
||||||
|
<p>Bakteri Yang ditemukan : <strong><i>{{$bakteri}}</i></strong> {{$data['bakterisir'] ?? ''}}</p>
|
||||||
|
@endif
|
||||||
@php
|
@php
|
||||||
// Filter antibiotik yang printrow == true
|
// Filter antibiotik yang printrow == true
|
||||||
$filtered = $antibiotiks->filter(function($row) {
|
$filtered = $antibiotiks->filter(function($row) {
|
||||||
|
|||||||
@@ -334,6 +334,9 @@
|
|||||||
$namakuman1 = '';
|
$namakuman1 = '';
|
||||||
$namakuman2 = '';
|
$namakuman2 = '';
|
||||||
@endphp
|
@endphp
|
||||||
|
@if(isset($iscritical->id))
|
||||||
|
<p><strong><i>Critical Value</i></strong></p>
|
||||||
|
@endif
|
||||||
@if (isset($antibiotiks) && $antibiotiks->isNotEmpty())
|
@if (isset($antibiotiks) && $antibiotiks->isNotEmpty())
|
||||||
@php
|
@php
|
||||||
$grouped = $antibiotiks->filter(function ($row) {
|
$grouped = $antibiotiks->filter(function ($row) {
|
||||||
|
|||||||
@@ -5124,6 +5124,9 @@
|
|||||||
selectionmode : 'checkbox',
|
selectionmode : 'checkbox',
|
||||||
pagesizeoptions : ['10', '20', '30', '50', '100'],
|
pagesizeoptions : ['10', '20', '30', '50', '100'],
|
||||||
altrows : true,
|
altrows : true,
|
||||||
|
ready: function () {
|
||||||
|
$("#gridpemeriksaan").jqxGrid('sortby', 'tlsnofoto', 'asc');
|
||||||
|
},
|
||||||
columns: [
|
columns: [
|
||||||
{ text: 'Expertise', filterable: false, columntype: 'button', align: 'center', width: 70, cellsrenderer: function () {
|
{ text: 'Expertise', filterable: false, columntype: 'button', align: 'center', width: 70, cellsrenderer: function () {
|
||||||
return "Expertise";
|
return "Expertise";
|
||||||
|
|||||||
@@ -5124,6 +5124,9 @@
|
|||||||
selectionmode : 'checkbox',
|
selectionmode : 'checkbox',
|
||||||
pagesizeoptions : ['10', '20', '30', '50', '100'],
|
pagesizeoptions : ['10', '20', '30', '50', '100'],
|
||||||
altrows : true,
|
altrows : true,
|
||||||
|
ready: function () {
|
||||||
|
$("#gridpemeriksaan").jqxGrid('sortby', 'tlsnofoto', 'asc');
|
||||||
|
},
|
||||||
columns: [
|
columns: [
|
||||||
{ text: 'Expertise', filterable: false, columntype: 'button', align: 'center', width: 70, cellsrenderer: function () {
|
{ text: 'Expertise', filterable: false, columntype: 'button', align: 'center', width: 70, cellsrenderer: function () {
|
||||||
return "Expertise";
|
return "Expertise";
|
||||||
|
|||||||
Reference in New Issue
Block a user