PatientPreviewResponse constructor
Implementation
PatientPreviewResponse({
required this.patientId,
required this.name,
required this.surname,
required this.birthdate,
required this.sex,
});
PatientPreviewResponse({
required this.patientId,
required this.name,
required this.surname,
required this.birthdate,
required this.sex,
});