Много чего

This commit is contained in:
brusnitsyn
2025-12-25 17:30:50 +09:00
parent c4bb7ec6f9
commit a5209f45c8
25 changed files with 1521 additions and 574 deletions

View File

@@ -15,10 +15,10 @@ class PatientInfoResource extends JsonResource
public function toArray(Request $request): array
{
return [
'id' => $this->id ?? $this->MedicalHistoryID,
'medcardnum' => $this->medcardnum ?? $this->MedCardNum,
'family' => $this->family ?? $this->FAMILY,
'name' => $this->name ?? $this->Name,
'id' => $this->keykarta ?? $this->MedicalHistoryID,
'medcardnum' => $this->nkarta ?? $this->MedCardNum,
'family' => $this->fam ?? $this->FAMILY,
'name' => $this->im ?? $this->Name,
'ot' => $this->ot ?? $this->OT,
];
}