diff --git a/app/schemas.py b/app/schemas.py index 8d2f808..65da8d5 100644 --- a/app/schemas.py +++ b/app/schemas.py @@ -79,6 +79,9 @@ class PatientOut(BaseModel): surname: str dob: datetime patient_id: int + address: str + gender: str + mobile_no: int class Config: from_attributes = True