ConsultAdapter({required String patientId, required String consultId}) { _patientId = patientId; _consultId = consultId; }