Update FINAL LOG
This commit is contained in:
@@ -427,6 +427,10 @@ class RequestLogController extends Controller
|
||||
INNER JOIN corporate_employees ON corporate_employees.corporate_id = corporates.id
|
||||
WHERE corporate_employees.member_id = members.id LIMIT 1) AS nama_perusahaan
|
||||
'),
|
||||
DB::raw('
|
||||
(Select services.name FROM services
|
||||
WHERE services.code = "'.$dataRequestLog->service_code.'" LIMIT 1) AS jenis_perwatan
|
||||
'),
|
||||
DB::raw('
|
||||
(Select member_policies.policy_id FROM member_policies WHERE member_policies.member_id = members.member_id LIMIT 1) AS no_polis
|
||||
'),
|
||||
|
||||
@@ -3,6 +3,10 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
@php
|
||||
$dynamicVariableName = 'font_size_' . now()->timestamp;
|
||||
$$dynamicVariableName = 10;
|
||||
@endphp
|
||||
<style>
|
||||
.triangle1 {
|
||||
width: 0;
|
||||
@@ -34,76 +38,71 @@
|
||||
height: 100vh;
|
||||
background-color: #ffffff; /* Ganti dengan warna latar belakang yang diinginkan */
|
||||
}
|
||||
.content {
|
||||
.content-<?php echo now()->timestamp; ?> {
|
||||
padding: 20px;
|
||||
text-align: left;
|
||||
font-family: 'Calibri', sans-serif;
|
||||
}
|
||||
|
||||
.content img {
|
||||
width: 25%;
|
||||
.content-<?php echo now()->timestamp; ?> img {
|
||||
width: 15%;
|
||||
max-width: 600px; /* batasan lebar maksimum gambar */
|
||||
margin-top: 20px; /* jarak antara segitiga dan gambar */
|
||||
margin-top: 1px; /* jarak antara segitiga dan gambar */
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
.corner-text {
|
||||
font-family: 'Calibri', sans-serif;
|
||||
font-size: 14px;
|
||||
.corner-text-<?php echo now()->timestamp; ?> {
|
||||
font-size: {{ $$dynamicVariableName }}px;
|
||||
color: #666666;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.top-right {
|
||||
.top-right-<?php echo now()->timestamp; ?> {
|
||||
top: 10px;
|
||||
right: 10px;
|
||||
}
|
||||
|
||||
.bottom-right {
|
||||
.bottom-right-<?php echo now()->timestamp; ?> {
|
||||
bottom: 10px;
|
||||
right: 10px;
|
||||
text-align: right;
|
||||
}
|
||||
.bottom-left {
|
||||
.bottom-left-<?php echo now()->timestamp; ?> {
|
||||
bottom: 10px;
|
||||
left: 10px;
|
||||
text-align: left;
|
||||
}
|
||||
.title-container {
|
||||
.title-container-<?php echo now()->timestamp; ?> {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
text-align: center;
|
||||
position: relative;
|
||||
margin-top: 40px;
|
||||
margin-top: 1px;
|
||||
}
|
||||
|
||||
.title {
|
||||
font-family: 'Calibri', sans-serif;
|
||||
font-size: 18px;
|
||||
.title-<?php echo now()->timestamp; ?> {
|
||||
font-size: 12px;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.additional-text {
|
||||
font-family: 'Calibri', sans-serif;
|
||||
font-size: 12px;
|
||||
.additional-text-<?php echo now()->timestamp; ?> {
|
||||
font-size: 11px;
|
||||
}
|
||||
.claim-info {
|
||||
font-family: 'Calibri', sans-serif;
|
||||
font-size: 14px;
|
||||
.claim-info-<?php echo now()->timestamp; ?> {
|
||||
font-size: {{ $$dynamicVariableName }}px;
|
||||
/* color: #008C8C; */
|
||||
text-align: left;
|
||||
margin-top: 20px;
|
||||
text-align: justify;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
margin-top: 10px;
|
||||
line-height: 1; /* Atur nilai line-height menjadi 1 atau 100% */
|
||||
}
|
||||
|
||||
.table-items {
|
||||
font-family: 'Calibri', sans-serif;
|
||||
font-size: 14px;
|
||||
/* color: #008C8C; */
|
||||
text-align: left;
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
table {
|
||||
width: 100%;
|
||||
border-collapse: collapse;
|
||||
margin-top: 10px;
|
||||
margin-top: 1px;
|
||||
}
|
||||
|
||||
table, th, td {
|
||||
@@ -114,49 +113,105 @@
|
||||
padding: 4px;
|
||||
text-align: left;
|
||||
}
|
||||
.hot-line {
|
||||
font-family: 'Calibri', sans-serif;
|
||||
.hot-line-<?php echo now()->timestamp; ?> {
|
||||
background-color: #048B8C;
|
||||
text-align: center;
|
||||
align-items: center;
|
||||
font-size: 14px;
|
||||
font-size: {{ $$dynamicVariableName }}px;
|
||||
margin-top: 10px;
|
||||
padding: 2px;
|
||||
color: #ffffff;
|
||||
}
|
||||
.txt-tindakan {
|
||||
font-family: 'Calibri', sans-serif;
|
||||
margin-top: 10px;
|
||||
font-size: 14px;
|
||||
.txt-tindakan-<?php echo now()->timestamp; ?> {
|
||||
margin-top: 1px;
|
||||
font-size: {{ $$dynamicVariableName }}px;
|
||||
}
|
||||
.txt-pernyataan {
|
||||
font-family: 'Calibri', sans-serif;
|
||||
margin-top: 40px;
|
||||
font-size: 14px;
|
||||
.txt-pernyataan-<?php echo now()->timestamp; ?> {
|
||||
margin-top: 5px;
|
||||
font-size: {{ $$dynamicVariableName }}px;
|
||||
}
|
||||
.title-container-page-<?php echo now()->timestamp; ?> {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
text-align: justify;
|
||||
position: relative;
|
||||
/* border: 1px solid; Warna garis tepi dan lebar dapat disesuaikan */
|
||||
padding: 3px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
margin-top: 5px;
|
||||
}
|
||||
.txt-syarat-<?php echo now()->timestamp; ?> {
|
||||
font-size: {{ $$dynamicVariableName }}px;
|
||||
text-align: left;
|
||||
}
|
||||
.bottom-left-ttd-<?php echo now()->timestamp; ?> {
|
||||
color: #000000;
|
||||
bottom: 200px;
|
||||
left: 10px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.bottom-left-ttd-1-<?php echo now()->timestamp; ?> {
|
||||
color: #000000;
|
||||
bottom: 290px;
|
||||
left: 10px;
|
||||
text-align: left;
|
||||
}
|
||||
.bottom-right-ttd-<?php echo now()->timestamp; ?> {
|
||||
color: #000000;
|
||||
bottom: 200px;
|
||||
right: 10px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.bottom-right-ttd-1-<?php echo now()->timestamp; ?> {
|
||||
color: #000000;
|
||||
bottom: 290px;
|
||||
right: 10px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.bottom-right1-ttd-<?php echo now()->timestamp; ?> {
|
||||
color: #000000;
|
||||
bottom: 100px;
|
||||
right: 10px;
|
||||
text-align: left;
|
||||
}
|
||||
.logo_vale-<?php echo now()->timestamp; ?> {
|
||||
position: absolute;
|
||||
top: -35.12px;
|
||||
left: -35.91px;
|
||||
width: 10%;
|
||||
max-width: 400px; /* batasan lebar maksimum gambar */
|
||||
margin-top: 1px; /* jarak antara segitiga dan gambar */
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="triangle2"></div>
|
||||
<div class="triangle1"></div>
|
||||
<div class="content">
|
||||
<div class="corner-text top-right">
|
||||
<img class="logo_vale-<?php echo now()->timestamp; ?>" src="data:image/png;base64,{{ base64_encode(file_get_contents(public_path('images/vale_logo.png'))) }}">
|
||||
<div class="content-<?php echo now()->timestamp; ?>">
|
||||
<div class="corner-text-<?php echo now()->timestamp; ?> top-right-<?php echo now()->timestamp; ?>">
|
||||
The Future Of Healthcare At Your Fingertips
|
||||
</div>
|
||||
|
||||
<img src="data:image/png;base64,{{ base64_encode(file_get_contents( public_path('images/logo-default.png') )) }}">
|
||||
<div class="title-container">
|
||||
<div class="title">
|
||||
<div class="title-container-<?php echo now()->timestamp; ?>">
|
||||
<div class="title-<?php echo now()->timestamp; ?>">
|
||||
<b>SURAT JAMINAN</b>
|
||||
</div>
|
||||
<div class="additional-text">
|
||||
(SURAT JAMINAN INI HARUS DITANDATANGANI OLEH PASIEN)
|
||||
<div class="additional-text-<?php echo now()->timestamp; ?>">
|
||||
<b>(SURAT JAMINAN INI HARUS DITANDATANGANI OLEH PASIEN)</b>
|
||||
</div>
|
||||
</div>
|
||||
<table class="claim-info">
|
||||
<table class="claim-info-<?php echo now()->timestamp; ?>">
|
||||
<tr>
|
||||
<td style="width: 20%;">No. Klaim</td>
|
||||
<td style="width: 1%;">:</td>
|
||||
<td style="width: 29%;">{{$request_logs->code}}</td>
|
||||
<td style="width: 29%;">{{ wordwrap($request_logs->code,15,"<br>\n")}}</td>
|
||||
<td style="width: 20%;">Tanggal</td>
|
||||
<td style="width: 1%;">:</td>
|
||||
<td style="width: 29%;">{{ \Carbon\Carbon::parse($request_logs->submission_date)->format('d M Y') }}</td>
|
||||
@@ -170,13 +225,13 @@
|
||||
<td>{{ $dataMember->code_plan }}</td>
|
||||
</tr>
|
||||
</table>
|
||||
<div class="hot-line">
|
||||
Call Center LinkSehat : 08114123962
|
||||
<div class="hot-line-<?php echo now()->timestamp; ?>">
|
||||
<b>Call Center LinkSehat : 08114123962</b>
|
||||
</div>
|
||||
<div class="txt-tindakan">
|
||||
Link Sehat bertindak mewakili perusahaan asuransi/penanggung untuk mengeluarkan Surat Jaminan Awal untuk peserta dibawah ini :
|
||||
<div class="txt-tindakan-<?php echo now()->timestamp; ?>">
|
||||
LinkSehat bertindak mewakili perusahaan asuransi/penanggung untuk mengeluarkan Surat Jaminan Akhir untuk peserta dibawah ini :
|
||||
</div>
|
||||
<table class="claim-info">
|
||||
<table class="claim-info-<?php echo now()->timestamp; ?>">
|
||||
<tr>
|
||||
<td style="width: 20%;">Jenis Surat Jaminan</td>
|
||||
<td style="width: 1%;">:</td>
|
||||
@@ -197,56 +252,52 @@
|
||||
<td>Nama Karyawan</td>
|
||||
<td>:</td>
|
||||
<td>{{ $namaKaryawan }}</td>
|
||||
<td>No. Polis</td>
|
||||
<td>Phone Perusahaan</td>
|
||||
<td>:</td>
|
||||
<td>{{ $dataMember->code_plan }}</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Tanggal Lahir</td>
|
||||
<td>:</td>
|
||||
<td>{{ \Carbon\Carbon::parse($dataMember->birth_date)->format('d M Y') }}</td>
|
||||
<!-- <td>Produk</td>
|
||||
<td>No. Polis</td>
|
||||
<td>:</td>
|
||||
<td>{{ $dataMember->no_polis }}</td> -->
|
||||
<td>Tipe</td>
|
||||
<td>:</td>
|
||||
<td>{{ $dataMember->limit_rules == '999999999' ? 'As Charge' : 'Max Amount, Rp '.number_format($dataMember->limit_rules, 2, ',', '.') }}</td>
|
||||
<td>{{ $dataMember->no_polis }}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Jenis Kelamin</td>
|
||||
<td>:</td>
|
||||
<td>{{ $dataMember->gender == 'male' ? 'Laki-Laki' : 'Perempuan' }}</td>
|
||||
<!-- <td>Tipe</td>
|
||||
<td>Tipe</td>
|
||||
<td>:</td>
|
||||
<td>{{ $dataMember->limit_rules == '999999999' ? 'As Charge' : 'Max Amount, Rp '.number_format($dataMember->limit_rules, 2, ',', '.') }}</td> -->
|
||||
<td>{{ $dataMember->limit_rules == '999999999' ? 'As Charge' : 'Max Amount, Rp '.number_format($dataMember->limit_rules, 2, ',', '.') }}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Member ID (BN)</td>
|
||||
<td>:</td>
|
||||
<td>{{ $dataMember->member_id }}</td>
|
||||
<td>Status Polis</td>
|
||||
<td>:</td>
|
||||
<td>{{ $dataMember->status_polis == 'active' ? 'Aktif' : 'Tidak Aktif' }}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Member ID</td>
|
||||
<td>:</td>
|
||||
<td>{{ $dataMember->member_id }}</td>
|
||||
<!-- <td>Status Polis</td>
|
||||
<td>:</td>
|
||||
<td>{{ $dataMember->status_polis == 'active' ? 'Aktif' : 'Tidak Aktif' }}</td> -->
|
||||
<td>Tanggal Mulai/Akhir</td>
|
||||
<td>:</td>
|
||||
<td>{{ \Carbon\Carbon::parse($dataMember->mulai)->format('d M Y') }} - {{ \Carbon\Carbon::parse($dataMember->akhir)->format('d M Y') }}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Identitas Peserta</td>
|
||||
<td>:</td>
|
||||
<td>{{ $dataMember->nik }}</td>
|
||||
<!-- <td>Tanggal Mulai Akhir</td>
|
||||
<td>Periode Jaminan</td>
|
||||
<td>:</td>
|
||||
<td>{{ \Carbon\Carbon::parse($dataMember->mulai)->format('d M Y') }} - {{ \Carbon\Carbon::parse($dataMember->akhir)->format('d M Y') }}</td> -->
|
||||
<td>{{ \Carbon\Carbon::parse($request_logs->submission_date)->format('d M Y') }}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Hak Kamar Pasien</td>
|
||||
<td>:</td>
|
||||
<td></td>
|
||||
<td>Mata Uang</td>
|
||||
<td>:</td>
|
||||
<td>{{ $dataMember->mata_uang }}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Hak Kamar Pasien</td>
|
||||
<td>Penempatan Kamar</td>
|
||||
<td>:</td>
|
||||
<td></td>
|
||||
<td>Alamat Provider</td>
|
||||
@@ -254,13 +305,23 @@
|
||||
<td>{{ $rumahSakit->alamat_rumahsakit }}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Tanggal Pembayaran</td>
|
||||
<td>No. Rekam Medis</td>
|
||||
<td>:</td>
|
||||
<td></td>
|
||||
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Jenis Perawatan</td>
|
||||
<td>:</td>
|
||||
<td>{{ $dataMember->jenis_perwatan }}</td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</table>
|
||||
<table class="table-items">
|
||||
<table class="claim-info-<?php echo now()->timestamp; ?>">
|
||||
<thead>
|
||||
<tr style="background-color: #F4F6F8;">
|
||||
<td style="width: 5%; text-align: left;"><b>No.</b></td>
|
||||
@@ -296,19 +357,28 @@
|
||||
</tbody>
|
||||
<tfoot>
|
||||
<tr>
|
||||
<td style="background-color: #F4F6F8;" colspan="2"><b>Total</b></td>
|
||||
<td style="background-color: #F4F6F8;" ><b>{{ number_format($total_claim, 2, ',', '.') }}</b></td>
|
||||
<td style="background-color: #F4F6F8;" ><b>{{ number_format($total_disetujui, 2, ',', '.') }}</b></td>
|
||||
<td style="background-color: #F4F6F8;" ><b>{{ number_format($total_selisih, 2, ',', '.') }}</b></td>
|
||||
<td style="background-color: #F4F6F8;" ></td>
|
||||
<td colspan="2"><b>Total</b></td>
|
||||
<td><b>{{ number_format($total_claim, 2, ',', '.') }}</b></td>
|
||||
<td><b>{{ number_format($total_disetujui, 2, ',', '.') }}</b></td>
|
||||
<td><b>{{ number_format($total_selisih, 2, ',', '.') }}</b></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tfoot>
|
||||
|
||||
</table>
|
||||
<div class="corner-text bottom-right">
|
||||
The Future Of Healthcare At Your Fingertips
|
||||
<table class="claim-info-<?php echo now()->timestamp; ?>">
|
||||
<thead>
|
||||
<tr style="background-color: #F4F6F8;">
|
||||
<td colspan="5" style="width: 5%; text-align: left;"><b>CATATAN</b></td>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
<div class="corner-text-<?php echo now()->timestamp; ?> bottom-left-<?php echo now()->timestamp; ?>">
|
||||
<b>Alarm Center Vale MKS (LinkSehat) Office</b><br>
|
||||
<b>PT. Vale Indonesia Tbk. Makassar Representative Office</b><br>
|
||||
Lt. 1, Jalan Somba Opu 281, Ujung Pandang, Losari, <br> Kec. Makassar, Kota Makassar, Sulawesi Selatan 90113
|
||||
</div>
|
||||
<div class="corner-text bottom-left">
|
||||
<div class="corner-text-<?php echo now()->timestamp; ?> bottom-right-<?php echo now()->timestamp; ?>">
|
||||
<b>PT Link Medis Sehat</b><br>
|
||||
<b>Primaya Hospital Corporate</b><br>
|
||||
Graha Cempaka Mas Blok D5-6<br>
|
||||
|
||||
@@ -3,6 +3,10 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
@php
|
||||
$dynamicVariableName = 'font_size_' . now()->timestamp;
|
||||
$$dynamicVariableName = 10;
|
||||
@endphp
|
||||
<style>
|
||||
.triangle1 {
|
||||
width: 0;
|
||||
@@ -34,88 +38,71 @@
|
||||
height: 100vh;
|
||||
background-color: #ffffff; /* Ganti dengan warna latar belakang yang diinginkan */
|
||||
}
|
||||
.content {
|
||||
.content-<?php echo now()->timestamp; ?> {
|
||||
padding: 20px;
|
||||
text-align: left;
|
||||
font-family: 'Calibri', sans-serif;
|
||||
}
|
||||
|
||||
.content img {
|
||||
width: 25%;
|
||||
.content-<?php echo now()->timestamp; ?> img {
|
||||
width: 15%;
|
||||
max-width: 600px; /* batasan lebar maksimum gambar */
|
||||
margin-top: 20px; /* jarak antara segitiga dan gambar */
|
||||
margin-top: 1px; /* jarak antara segitiga dan gambar */
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
.corner-text {
|
||||
font-family: 'Calibri', sans-serif;
|
||||
font-size: 14px;
|
||||
.corner-text-<?php echo now()->timestamp; ?> {
|
||||
font-size: {{ $$dynamicVariableName }}px;
|
||||
color: #666666;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.top-right {
|
||||
.top-right-<?php echo now()->timestamp; ?> {
|
||||
top: 10px;
|
||||
right: 10px;
|
||||
}
|
||||
|
||||
.bottom-right {
|
||||
.bottom-right-<?php echo now()->timestamp; ?> {
|
||||
bottom: 10px;
|
||||
right: 10px;
|
||||
text-align: right;
|
||||
}
|
||||
.bottom-right-ttd {
|
||||
color: #000000;
|
||||
bottom: 120px;
|
||||
right: 10px;
|
||||
}
|
||||
.bottom-left {
|
||||
.bottom-left-<?php echo now()->timestamp; ?> {
|
||||
bottom: 10px;
|
||||
left: 10px;
|
||||
text-align: left;
|
||||
}
|
||||
.bottom-left-ttd {
|
||||
color: #000000;
|
||||
bottom: 120px;
|
||||
left: 10px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.bottom-left-ttd-1 {
|
||||
color: #000000;
|
||||
bottom: 250px;
|
||||
left: 10px;
|
||||
text-align: left;
|
||||
}
|
||||
.title-container-page {
|
||||
.title-container-<?php echo now()->timestamp; ?> {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
text-align: center;
|
||||
position: relative;
|
||||
margin-top: 40px;
|
||||
border: 1px solid; /* Warna garis tepi dan lebar dapat disesuaikan */
|
||||
padding: 10px;
|
||||
margin-top: 1px;
|
||||
}
|
||||
|
||||
.title {
|
||||
font-family: 'Calibri', sans-serif;
|
||||
font-size: 18px;
|
||||
.title-<?php echo now()->timestamp; ?> {
|
||||
font-size: 12px;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.additional-text {
|
||||
font-family: 'Calibri', sans-serif;
|
||||
font-size: 12px;
|
||||
.additional-text-<?php echo now()->timestamp; ?> {
|
||||
font-size: 11px;
|
||||
}
|
||||
.claim-info {
|
||||
font-family: 'Calibri', sans-serif;
|
||||
font-size: 12px;
|
||||
.claim-info-<?php echo now()->timestamp; ?> {
|
||||
font-size: {{ $$dynamicVariableName }}px;
|
||||
/* color: #008C8C; */
|
||||
text-align: left;
|
||||
margin-top: 20px;
|
||||
text-align: justify;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
margin-top: 2px;
|
||||
line-height: 1; /* Atur nilai line-height menjadi 1 atau 100% */
|
||||
}
|
||||
|
||||
|
||||
table {
|
||||
width: 100%;
|
||||
border-collapse: collapse;
|
||||
margin-top: 10px;
|
||||
margin-top: 1px;
|
||||
}
|
||||
|
||||
table, th, td {
|
||||
@@ -126,114 +113,166 @@
|
||||
padding: 4px;
|
||||
text-align: left;
|
||||
}
|
||||
.hot-line {
|
||||
font-family: 'Calibri', sans-serif;
|
||||
.hot-line-<?php echo now()->timestamp; ?> {
|
||||
background-color: #048B8C;
|
||||
text-align: center;
|
||||
align-items: center;
|
||||
font-size: 14px;
|
||||
margin-top: 10px;
|
||||
font-size: {{ $$dynamicVariableName }}px;
|
||||
margin-top: 1px;
|
||||
padding: 2px;
|
||||
color: #ffffff;
|
||||
}
|
||||
.txt-tindakan {
|
||||
font-family: 'Calibri', sans-serif;
|
||||
margin-top: 10px;
|
||||
font-size: 14px;
|
||||
.txt-tindakan-<?php echo now()->timestamp; ?> {
|
||||
margin-top: 1px;
|
||||
font-size: {{ $$dynamicVariableName }}px;
|
||||
}
|
||||
.txt-pernyataan {
|
||||
font-family: 'Calibri', sans-serif;
|
||||
margin-top: 40px;
|
||||
font-size: 14px;
|
||||
.txt-pernyataan-<?php echo now()->timestamp; ?> {
|
||||
margin-top: 5px;
|
||||
font-size: {{ $$dynamicVariableName }}px;
|
||||
}
|
||||
.txt-syarat {
|
||||
font-family: 'Calibri', sans-serif;
|
||||
font-size: 14px;
|
||||
.title-container-page-<?php echo now()->timestamp; ?> {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
text-align: justify;
|
||||
position: relative;
|
||||
/* border: 1px solid; Warna garis tepi dan lebar dapat disesuaikan */
|
||||
padding: 3px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
margin-top: 30px;
|
||||
}
|
||||
.txt-syarat-<?php echo now()->timestamp; ?> {
|
||||
font-size: {{ $$dynamicVariableName }}px;
|
||||
text-align: left;
|
||||
}
|
||||
container {
|
||||
position: relative;
|
||||
height: 100vh;
|
||||
}
|
||||
|
||||
.left-bottom {
|
||||
position: absolute;
|
||||
bottom: 10px;
|
||||
.bottom-left-ttd-<?php echo now()->timestamp; ?> {
|
||||
color: #000000;
|
||||
bottom: 200px;
|
||||
left: 10px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.right-bottom {
|
||||
position: absolute;
|
||||
bottom: 10px;
|
||||
.bottom-left-ttd-1-<?php echo now()->timestamp; ?> {
|
||||
color: #000000;
|
||||
bottom: 300px;
|
||||
left: 10px;
|
||||
text-align: left;
|
||||
}
|
||||
.bottom-right-ttd-<?php echo now()->timestamp; ?> {
|
||||
color: #000000;
|
||||
bottom: 200px;
|
||||
right: 10px;
|
||||
text-align: right;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.bottom-right-ttd-1-<?php echo now()->timestamp; ?> {
|
||||
color: #000000;
|
||||
bottom: 300px;
|
||||
right: 10px;
|
||||
text-align: left;
|
||||
}
|
||||
.bottom-left1-ttd-<?php echo now()->timestamp; ?> {
|
||||
color: #000000;
|
||||
bottom: 100px;
|
||||
left: 10px;
|
||||
text-align: left;
|
||||
}
|
||||
.bottom-right1-ttd-<?php echo now()->timestamp; ?> {
|
||||
color: #000000;
|
||||
bottom: 100px;
|
||||
right: 10px;
|
||||
text-align: left;
|
||||
}
|
||||
.logo_vale-<?php echo now()->timestamp; ?> {
|
||||
position: absolute;
|
||||
top: -35.12px;
|
||||
left: -35.91px;
|
||||
width: 10%;
|
||||
max-width: 400px; /* batasan lebar maksimum gambar */
|
||||
margin-top: 1px; /* jarak antara segitiga dan gambar */
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="triangle2"></div>
|
||||
<div class="triangle1"></div>
|
||||
<div class="content">
|
||||
<div class="corner-text top-right">
|
||||
<img class="logo_vale-<?php echo now()->timestamp; ?>" src="data:image/png;base64,{{ base64_encode(file_get_contents(public_path('images/vale_logo.png'))) }}">
|
||||
<div class="content-<?php echo now()->timestamp; ?>">
|
||||
<div class="corner-text-<?php echo now()->timestamp; ?> top-right-<?php echo now()->timestamp; ?>">
|
||||
The Future Of Healthcare At Your Fingertips
|
||||
</div>
|
||||
|
||||
<img src="data:image/png;base64,{{ base64_encode(file_get_contents( public_path('images/logo-default.png') )) }}">
|
||||
<div class="title-container-page">
|
||||
<div class="txt-syarat">SYARAT DAN KETENTUAN</div>
|
||||
<table class="claim-info">
|
||||
<tr>
|
||||
<td style="width: 100%;">1. Surat jaminan ini hanya berlaku untuk diagnosa yang tercantum di atas. Apabila ditemukan adanya perubahan atau penambahan diagnosa, maka LinkSehat berhak membatalkan surat jaminan. Mohon menghubungi LinkSehat apabila ada perubahan diagnosa dan diagnosa tambahan.</td>
|
||||
|
||||
<div class="title-container-page-<?php echo now()->timestamp; ?>">
|
||||
<div class="txt-syarat-<?php echo now()->timestamp; ?>">SYARAT DAN KETENTUAN</div>
|
||||
<table class="claim-info-<?php echo now()->timestamp; ?>">
|
||||
<tr>
|
||||
<td style="width: 3%;">1.</td>
|
||||
<td style="width: 97%;">Surat jaminan ini hanya berlaku untuk diagnosa yang tercantum di atas. Apabila ditemukan adanya perubahan atau penambahan diagnosa, maka LinkSehat berhak membatalkan surat jaminan. Mohon menghubungi LinkSehat apabila ada perubahan diagnosa dan diagnosa tambahan.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="width: 100%;">2. Surat jaminan ini dinyatakan berlaku apabila disertai surat jaminan akhir dengan nominal yang tertera pada kolom di atas</td>
|
||||
<td style="width: 3%;">2.</td>
|
||||
<td style="width: 97%;">Surat jaminan ini dinyatakan <b>berlaku</b> apabila disertai surat jaminan akhir dengan <b>nominal </b> yang tertera pada kolom di atas.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="width: 100%;">3. Surat jaminan ini tidak berlaku untuk biaya diluar medis seperti makan/minum di luar ketentuan, tagihan telepon, binatu, dan lain lain. Mohon ditagihkan langsung ke peserta.</td>
|
||||
<td style="width: 3%;">3.</td>
|
||||
<td style="width: 97%;">Surat jaminan ini tidak berlaku untuk biaya diluar medis seperti makan/minum di luar ketentuan, tagihan telepon, binatu, dan lain lain. Mohon ditagihkan langsung ke peserta.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="width: 100%;">4. Rumah sakit harap segera menghubungi LinkSehat apabila biaya rumah sakit melebihi batas tertanggung diatas.</td>
|
||||
<td style="width: 3%;">4.</td>
|
||||
<td style="width: 97%;">Rumah sakit harap segera menghubungi LinkSehat apabila biaya rumah sakit melebihi batas tertanggung diatas.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="width: 100%;">5. Rumah sakit wajib menghubungi LinkSehat sebelum pasien meninggalkan rumah sakit agar pihak rumah sakit dapat mengetahui biaya apa saja yang dijamin oleh LinkSehat. Jika peserta meninggalkan rumah sakit sebelum mengkonfirmasikan ke LinkSehat, maka LinkSehat tidak bertanggung jawab atas biaya yang tidak dijamin oleh pihak asuransi.</td>
|
||||
<td style="width: 3%;">5.</td>
|
||||
<td style="width: 97%;">Rumah sakit wajib menghubungi LinkSehat sebelum pasien meninggalkan rumah sakit agar pihak rumah sakit dapat mengetahui biaya apa saja yang dijamin oleh LinkSehat. Jika peserta meninggalkan rumah sakit sebelum mengkonfirmasikan ke LinkSehat, maka LinkSehat <b>tidak bertanggung jawab </b> atas biaya yang tidak dijamin oleh <b>pihak penjamin/payor</b>.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="width: 100%;">6. Peserta bertanggung jawab untuk menyelesaikan secara langsung kepada pihak rumah sakit dan penyedia jasa medis apabila terjadi selisih biaya (ekses) atas seluruh biaya perawatan, biaya medis, dan yang lain yang telah terjadi sehubungan dengan rawat inap, maupun atas perihal perawatan medis yang tidak tercakup dalam polis asuransi dikarenakan karena alasan apapun. Apabila biaya-biaya tersebut telah dijaminkan oleh LinkSehat atas nama nasabah, maka peserta akan membayar kembali ke pihak LinkSehat secara penuh termasuk biaya berhubungan dengan penagihan (apabila ada) yang terjadi ke pihak LinkSehat atas biaya yang tidak termasuk dalam manfaat polis.</td>
|
||||
<td style="width: 3%;">6.</td>
|
||||
<td style="width: 97%;">Peserta bertanggung jawab untuk menyelesaikan secara langsung kepada pihak rumah sakit dan penyedia jasa medis apabila terjadi selisih biaya (ekses) atas seluruh biaya perawatan, biaya medis, dan yang lain yang telah terjadi sehubungan dengan rawat inap, maupun atas perihal perawatan medis yang tidak tercakup dalam <b>Buku Jaminan Kesehatan Pekerja </b> dikarenakan karena alasan apapun. Apabila biaya-biaya tersebut telah dijaminkan oleh LinkSehat atas nama nasabah, maka peserta akan membayar kembali ke pihak LinkSehat secara penuh termasuk biaya berhubungan dengan penagihan (apabila ada) yang terjadi ke pihak LinkSehat atas biaya yang tidak termasuk dalam manfaat kesehatan.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="width: 100%;">7. Dengan ini peserta menyatakan mengetahui dan menyetujui ketentuan selisih biaya yang telah disebutkan di atas.</td>
|
||||
<td style="width: 3%;">7.</td>
|
||||
<td style="width: 97%;">Dengan ini peserta menyatakan mengetahui dan menyetujui ketentuan selisih biaya yang telah disebutkan di atas.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="width: 100%;">8. Dalam hal surat jaminan in tidak ditandatangani oleh peserta yang bersangkutan maka rumah sakit berkewajiban untuk menyampaikan keadaan tersebut kepada LinkSehat dalam kurun waktu paling lambat 1x24 jam, dalam hal tidak ada perubahan dalam jangka waktu yang telah ditentukan tersebut maka dianggap peserta yang bersangkutan telah setuju dengan ketentuan yang terdapat dalam surat jaminan ini.</td>
|
||||
<td style="width: 3%;">8.</td>
|
||||
<td style="width: 97%;">Dalam hal surat jaminan in tidak ditandatangani oleh peserta yang bersangkutan maka rumah sakit berkewajiban untuk menyampaikan keadaan tersebut kepada LinkSehat dalam kurun waktu paling lambat 1x24 jam, dalam hal tidak ada perubahan dalam jangka waktu yang telah ditentukan tersebut maka dianggap peserta yang bersangkutan telah setuju dengan ketentuan yang terdapat dalam surat jaminan ini.</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<!-- <div class="container">
|
||||
<div class="left-bottom">
|
||||
<div class="corner-text-<?php echo now()->timestamp; ?> bottom-left-ttd-1-<?php echo now()->timestamp; ?> ">
|
||||
Hormat Kami,<br>
|
||||
Acknowledged,<br>
|
||||
[Nama Analyst]
|
||||
</div>
|
||||
|
||||
|
||||
</div> -->
|
||||
<div class="corner-text bottom-left-ttd-1">
|
||||
Hormat Kami,<br>
|
||||
Acknowledged,
|
||||
PT. Vale Indonesia Tbk
|
||||
</div>
|
||||
<div class="corner-text bottom-left-ttd">
|
||||
[..................................................]
|
||||
<div class="corner-text-<?php echo now()->timestamp; ?> bottom-left-ttd-<?php echo now()->timestamp; ?> ">
|
||||
<u> Dr. Hery Hermas, M.Kes</u><br>
|
||||
Offsite Medical Treatment
|
||||
</div>
|
||||
<div class="corner-text bottom-right-ttd">
|
||||
[{{ $dataMember->name }}]
|
||||
<div class="corner-text-<?php echo now()->timestamp; ?> bottom-right-ttd-1-<?php echo now()->timestamp; ?> ">
|
||||
{{ \Carbon\Carbon::parse(now())->format('d M Y') }},<br>
|
||||
Petugas Alarm Center
|
||||
</div>
|
||||
<div class="corner-text bottom-right">
|
||||
The Future Of Healthcare At Your Fingertip
|
||||
<div class="corner-text-<?php echo now()->timestamp; ?> bottom-right-ttd-<?php echo now()->timestamp; ?> ">
|
||||
<u>(Nama Petugas)</u><br>
|
||||
Customer Service Team
|
||||
</div>
|
||||
<div class="corner-text bottom-left">
|
||||
<div class="corner-text-<?php echo now()->timestamp; ?> bottom-left1-ttd-<?php echo now()->timestamp; ?> ">
|
||||
(Nama Petugas)
|
||||
</div>
|
||||
<div class="corner-text-<?php echo now()->timestamp; ?> bottom-right1-ttd-<?php echo now()->timestamp; ?> ">
|
||||
{{ $dataMember->name }}
|
||||
</div>
|
||||
<div class="corner-text-<?php echo now()->timestamp; ?> bottom-left-<?php echo now()->timestamp; ?>">
|
||||
<b>Alarm Center Vale MKS (LinkSehat) Office</b><br>
|
||||
<b>PT. Vale Indonesia Tbk. Makassar Representative Office</b><br>
|
||||
Lt. 1, Jalan Somba Opu 281, Ujung Pandang, Losari, <br> Kec. Makassar, Kota Makassar, Sulawesi Selatan 90113
|
||||
</div>
|
||||
<div class="corner-text-<?php echo now()->timestamp; ?> bottom-right-<?php echo now()->timestamp; ?>">
|
||||
<b>PT Link Medis Sehat</b><br>
|
||||
<b>Primaya Hospital Corporate</b><br>
|
||||
Graha Cempaka Mas Blok D No. 5-6<br>
|
||||
Graha Cempaka Mas Blok D5-6<br>
|
||||
Jl. Let. Jend. Suprapto, Jakarta Pusat 10640, Indonesia<br>
|
||||
<b>Telp</b> (021) 4217746/47
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user