slogan621 / tscharts

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

Modify Medicalhistory GET to return array when request contains search terms #39

Closed XinyueHan7 closed 4 years ago

XinyueHan7 commented 6 years ago

Medicalhistory GET should return array always when containing search terms. A notFound error should return if search terms (clinic/patient) cannot be found. Empty array should return if no medicalhistory associates with the search terms.

slogan621 commented 4 years ago

Won’t fix