Add Appointment Type

This commit is contained in:
R
2023-02-15 10:46:37 +07:00
parent 5f05f191c6
commit 5a7695b404
3 changed files with 21 additions and 3 deletions

View File

@@ -31,7 +31,8 @@ class AppointmentResource extends JsonResource
'his_detail' => [
'RegID' => $this->sRegID,
'Medrec' => $this->sNomorRekamMedis
]
],
'type' => $this->type
];
$payment_detail = null;