PatientResponse constructor
Implementation
PatientResponse({
required this.patientId,
required this.name,
required this.surname,
required this.birthdate,
required this.sex,
this.address,
this.contactNumber,
this.relativeContactNumber,
required this.status,
});