*/ 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, 'ot' => $this->ot ?? $this->OT, ]; } }