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

Track Occupation of Patient #1901

Merged
merged 1 commit into from Mar 4, 2024

Conversation

konavivekramakrishna
Copy link
Contributor

Proposed Changes

  • change occupation choices
  • head_of_household can be null

Associated Issue

@coronasafe/care-backend-maintainers @coronasafe/care-backend-admins

@konavivekramakrishna
Copy link
Contributor Author

@sainak

could you please review it

patient.meta_info = meta_info_obj
else:
for key, value in meta_info.items():
setattr(patient.meta_info, key, value)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

possibly confirm that we are not allowing to edit internal fields in this manner. ( eg, id, uuid, FK's and so on.. )

@vigneshhari vigneshhari merged commit 5b317ca into coronasafe:master Mar 4, 2024
1 check passed
Ashesh3 pushed a commit that referenced this pull request Mar 5, 2024
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 this pull request may close these issues.

None yet

5 participants