tambah keterangan di detail alarm center

This commit is contained in:
2024-03-05 11:37:36 +07:00
parent 3bae411dc6
commit e358623716
3 changed files with 43 additions and 1 deletions

View File

@@ -105,6 +105,8 @@ class DataServiceMonitoring extends JsonResource
'name' => $requestLogBenefit->benefit->description,
];
})->all() ?? null,
'keterangan' => $this->keterangan ?? null,
'catatan' => $this->catatan ?? null,
'benefitTotal' => $this->benefitTotal ?? null,
'hospital' => $this->organization->name ?? null,
'admissionDate' => $this->submission_date ?? null,