update
This commit is contained in:
@@ -256,6 +256,7 @@ class FrontpageController extends Controller
|
|||||||
'jsonmediamcconkey' => 'Media Mc Conkey',
|
'jsonmediamcconkey' => 'Media Mc Conkey',
|
||||||
'jsonpemeriksaantl' => 'Pemeriksaan Tambahan Lainnya',
|
'jsonpemeriksaantl' => 'Pemeriksaan Tambahan Lainnya',
|
||||||
'jsonbiakankultur' => 'Biakan Kultur',
|
'jsonbiakankultur' => 'Biakan Kultur',
|
||||||
|
'jsonvlparameter' => 'Paramater Viral Load',
|
||||||
];
|
];
|
||||||
foreach ($kelompokMapping as $key => $kelompok) {
|
foreach ($kelompokMapping as $key => $kelompok) {
|
||||||
$data[$key] = $allOrganisms->where('kelompok', $kelompok)->values();
|
$data[$key] = $allOrganisms->where('kelompok', $kelompok)->values();
|
||||||
@@ -528,6 +529,7 @@ class FrontpageController extends Controller
|
|||||||
'jsonmediamcconkey' => 'Media Mc Conkey',
|
'jsonmediamcconkey' => 'Media Mc Conkey',
|
||||||
'jsonpemeriksaantl' => 'Pemeriksaan Tambahan Lainnya',
|
'jsonpemeriksaantl' => 'Pemeriksaan Tambahan Lainnya',
|
||||||
'jsonbiakankultur' => 'Biakan Kultur',
|
'jsonbiakankultur' => 'Biakan Kultur',
|
||||||
|
'jsonvlparameter' => 'Paramater Viral Load',
|
||||||
];
|
];
|
||||||
foreach ($kelompokMapping as $key => $kelompok) {
|
foreach ($kelompokMapping as $key => $kelompok) {
|
||||||
$data[$key] = $allOrganisms->where('kelompok', $kelompok)->values();
|
$data[$key] = $allOrganisms->where('kelompok', $kelompok)->values();
|
||||||
|
|||||||
@@ -141,17 +141,17 @@ return [
|
|||||||
// 'verify_server_certificate' => true,
|
// 'verify_server_certificate' => true,
|
||||||
// ],
|
// ],
|
||||||
//
|
//
|
||||||
// 'production' => [
|
'production' => [
|
||||||
// 'name' => 'Production',
|
'name' => 'Production',
|
||||||
// 'host' => 'https://example.com/log-viewer',
|
'host' => 'https://example.com/log-viewer',
|
||||||
// 'auth' => [ // Example of Bearer token auth
|
'auth' => [
|
||||||
// 'token' => env('LOG_VIEWER_PRODUCTION_TOKEN'),
|
'token' => env('LOG_VIEWER_PRODUCTION_TOKEN'),
|
||||||
// ],
|
],
|
||||||
// 'headers' => [
|
'headers' => [
|
||||||
// 'X-Foo' => 'Bar',
|
'X-Foo' => 'Bar',
|
||||||
// ],
|
],
|
||||||
// 'verify_server_certificate' => true,
|
'verify_server_certificate' => true,
|
||||||
// ],
|
],
|
||||||
],
|
],
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
@@ -1838,12 +1838,11 @@
|
|||||||
<label for="vl_parameter01" class="col-form-label">Parameter</label>
|
<label for="vl_parameter01" class="col-form-label">Parameter</label>
|
||||||
<select class="form-control ekspertiseseletc" id="vl_parameter01" name="vl_parameter01">
|
<select class="form-control ekspertiseseletc" id="vl_parameter01" name="vl_parameter01">
|
||||||
<option value="">Pilih Salah Satu</option>
|
<option value="">Pilih Salah Satu</option>
|
||||||
<option value="TCM-RNA HIV">TCM-RNA HIV</option>
|
@if(isset($jsonvlparameter) && !empty($jsonvlparameter))
|
||||||
<option value="TCM HBV">TCM HBV</option>
|
@foreach($jsonvlparameter as $rows)
|
||||||
<option value="TCM-HCV VL">TCM-HCV VL</option>
|
<option value="{!! $rows->name !!}">{!! $rows->name !!}</option>
|
||||||
<option value="PCR HIV Viral load">PCR HIV Viral load</option>
|
@endforeach
|
||||||
<option value="EID PCR DNA HIV">EID PCR DNA HIV</option>
|
@endif
|
||||||
|
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group col-lg-3" id="vl_hasildiv1select">
|
<div class="form-group col-lg-3" id="vl_hasildiv1select">
|
||||||
|
|||||||
@@ -1893,11 +1893,11 @@
|
|||||||
<label for="vl_parameter01" class="col-form-label">Parameter</label>
|
<label for="vl_parameter01" class="col-form-label">Parameter</label>
|
||||||
<select class="form-control ekspertiseseletc" id="vl_parameter01" name="vl_parameter01">
|
<select class="form-control ekspertiseseletc" id="vl_parameter01" name="vl_parameter01">
|
||||||
<option value="">Pilih Salah Satu</option>
|
<option value="">Pilih Salah Satu</option>
|
||||||
<option value="TCM-RNA HIV">TCM-RNA HIV</option>
|
@if(isset($jsonvlparameter) && !empty($jsonvlparameter))
|
||||||
<option value="TCM-HCV VL">TCM-HCV VL</option>
|
@foreach($jsonvlparameter as $rows)
|
||||||
<option value="TCM HBV">TCM HBV</option>
|
<option value="{!! $rows->name !!}">{!! $rows->name !!}</option>
|
||||||
<option value="PCR HIV Viral load">PCR HIV Viral load</option>
|
@endforeach
|
||||||
<option value="EID PCR DNA HIV">EID PCR DNA HIV</option>
|
@endif
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group col-lg-3" id="vl_hasildiv1select">
|
<div class="form-group col-lg-3" id="vl_hasildiv1select">
|
||||||
|
|||||||
@@ -1893,11 +1893,11 @@
|
|||||||
<label for="vl_parameter01" class="col-form-label">Parameter</label>
|
<label for="vl_parameter01" class="col-form-label">Parameter</label>
|
||||||
<select class="form-control ekspertiseseletc" id="vl_parameter01" name="vl_parameter01">
|
<select class="form-control ekspertiseseletc" id="vl_parameter01" name="vl_parameter01">
|
||||||
<option value="">Pilih Salah Satu</option>
|
<option value="">Pilih Salah Satu</option>
|
||||||
<option value="TCM-RNA HIV">TCM-RNA HIV</option>
|
@if(isset($jsonvlparameter) && !empty($jsonvlparameter))
|
||||||
<option value="TCM-HCV VL">TCM-HCV VL</option>
|
@foreach($jsonvlparameter as $rows)
|
||||||
<option value="TCM HBV">TCM HBV</option>
|
<option value="{!! $rows->name !!}">{!! $rows->name !!}</option>
|
||||||
<option value="PCR HIV Viral load">PCR HIV Viral load</option>
|
@endforeach
|
||||||
<option value="EID PCR DNA HIV">EID PCR DNA HIV</option>
|
@endif
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group col-lg-3" id="vl_hasildiv1select">
|
<div class="form-group col-lg-3" id="vl_hasildiv1select">
|
||||||
|
|||||||
Reference in New Issue
Block a user