Mapping LABORAT
Master Parameter Laborat
Pilih
@foreach ($list_param_belum_mapping as $item)
{{ $item->lpname }}
@endforeach
LOINC KODE
Pilih
@foreach ($mst_loinc as $item)
{{ $item->loinc_code }} - {{ $item->loinc_name }}
@endforeach
SIMPAN
Add MASTER LOINC
@php $number = 0; @endphp @if (!empty($mapping_lab))
LOINC
SIMRS
ACTION
ID
NAMA
ID
NAMA
@foreach ($mapping_lab as $value)
{{ $value->loinc_code }}
{{ $value->loinc_name }}
{{ $value->tera_lab_param_id }}
{{ $mst_param_lab->where('lpid', $value->tera_lab_param_id)->values()[0]->lpname }}
HAPUS
@endforeach
@endif