-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Milestone
Description
Doctor model class attributes
- id
- medicalId
- firstName
- lastName
- specialization
- phoneNumber
- activeAppoinment: Number
- availability: [ ] this availability array contain object with following attributes.
hospitalName
dateTime
This feature should have function to search doctors to channel using doctorName, specialization and dateTime. Need to create separate API for this.