-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapis_list.txt
50 lines (36 loc) · 1.04 KB
/
apis_list.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
Patient Management
Patient
1. Add Patient - DONE
2. View All Patients - DONE
3. Get Patient by id - DONE
Patient Medical history
1. Add Patient medical History - DONE
2. view Patient medical history by patient id - DONE
Patient Appointment Records
1. Add Appointment by Depatment id - DONE
2. View Appointment by Patient id - DONE
Doctor Management
Doctor
1. Add Doctor - DONE
2. Filter Doctor by id - DONE
Availablity Schedule
1. Add Availablity using date and time - DONE
List of Patient Assigned
1. List of All Patient Assigned - DONE
2. Filter by date - DONE
Assign
1. If Doctor Available assign patient - DONE
Depatment Management
1. Add Depatment - DONE
2. Filter by id - DONE
3. Get all dep list - DONE
Search Functionality:
1. Search Patient by name , id - Done
2. Search Doctor by name , id -- Done
3. Search Depatment by id - Done
Filter Doctor by
1. Availablity - DONE
2. Specilization - Done
pagination Option
Optional Enhancements: Implement pagination to limit the number of
products returned in a single request. - DONE