Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PatientConsultationDischargeSerializer is not having referred_to_external field. #1429

Closed
sachdevavaibhav opened this issue Jul 4, 2023 · 0 comments · Fixed by #1430
Closed
Assignees

Comments

@sachdevavaibhav
Copy link
Contributor

Describe the bug
PatientConsultationDischargeSerializer is not having referred_to_external field due to which it is not updated in the database.

To Reproduce
Steps to reproduce the behavior:

  1. Go to PR and run the code in that branch.
  2. Discharge patient with the reason referred.
  3. The postgres database will not update the referred_to_external field since PatientConsultationDischargeSerializer does not have it.

Expected behavior
The database should have the name to the facility referred to.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant