slogan621 / tscharts

Django REST framework-based Digital Patient Registration and EMR backend
Apache License 2.0
20 stars 9 forks source link

Dentists need to be able to send patients to X-ray, and then return to chair #47

Closed slogan621 closed 5 years ago

slogan621 commented 5 years ago

A use case where a dentist can send patient to head of x ray line, then upon xrays being taken, is sent back to head of line for that same dentist needs to be supported in the backend.

slogan621 commented 5 years ago

Implement a new API, returntoclinicstation. DB should record clinic, clinicstation-from, clinicstation-to, patient, state (created, scheduled enumeration), create timestamp, last state change timestamp.

API is create, update, get, delete (delete for testing only).

slogan621 commented 5 years ago

Also need to update mock clinic for testing, and scheduler to look for returntoclinicstation objects and handle them properly.

slogan621 commented 5 years ago

Functionality implemented by commit 00efe5e03b5e4eecbcbcd40a4f3f4be6660661c3