-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHTTP v.2.txt
More file actions
63 lines (51 loc) · 1.46 KB
/
HTTP v.2.txt
File metadata and controls
63 lines (51 loc) · 1.46 KB
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
51
52
53
54
55
56
57
58
59
60
61
62
63
Modify:
PatientsMeds year prescribed, prescribing doctor
Actions and Issues - date completed, status, comments
Trigger for doctor columns
Appointment end time
Phone/fax bigint with separate field for extension
Drop tables
POST
----------------------------------------------------------------
New People -Patient
New People -Doctor
New PatientsMeds (select or Post Medications)
New Issues
New ApptsIssues (select or Post Issues)
New Actions
New PeopleActions (select or Post Actions)
GET
----------------------------------------------------------------
List Patients (all/for a doctor)
List Doctors (all/for a patient)
List Medications (all/for a patient*)
List Issues (all/status/for an appointment*)
List Appointments (all/status/for a patient/for a doctor/for a patient AND doctor)
List Actions (all/status/for person responsible/for appointment*)
Details page for list items
*redirect to these ones:
List PeopleActions
List PatientsMeds
List ApptsIssues
PUT
----------------------------------------------------------------
Patient
Doctor
Action
Appointment
Issue
Medication
PatientsMeds -can redirect to Put Medications
ApptsIssues -can redirect to Put Issues
PeopleActions -can redirect to Put Actions
DELETE
----------------------------------------------------------------
People -Patient
People -Doctor
Medications
Issues
Appointments
Actions
PeopleActions (unassign)
PatientsMeds (unassign)
ApptsIssues (unassign)