slogan621 / tscharts

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

Add UI to show/hide printed during a clinic in TSDashboard #56

Open slogan621 opened 3 years ago

slogan621 commented 3 years ago

In the wristband tab of tsdashboard, add a checkbox named "hide printed wristbands". This should trigger the patient list to reload with only patients that have not had wristbands printed yet. Update the wristband printing logic to record in the database when a wristband is printed Use the REST API to update the database each time a wristband is printed.