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

Multiple referrals #353

Open
wants to merge 27 commits into
base: multiple-episodes-branch
Choose a base branch
from
Open

Conversation

fredkingham
Copy link
Contributor

No description provided.

@fredkingham
Copy link
Contributor Author

fredkingham commented May 17, 2022

Multiple referrals in the patient detail
Screenshot 2022-05-17 at 14 32 15

Add a referral
Screenshot 2022-05-17 at 14 31 58

Delete a referral
Screenshot 2022-05-17 at 14 32 25

@fredkingham fredkingham changed the base branch from v1.30 to multiple-episodes-branch May 19, 2022 09:28
).order_by("blood_date")
result = []
for blood in bloods:
patient_id = blood.patient_id
episode_id = blood.patient.episode_set.last().id
employment = blood.employment
employer = "No employer"
Copy link
Member

Choose a reason for hiding this comment

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

Don't we still want this?

@@ -0,0 +1,18 @@
# Generated by Django 2.2.16 on 2022-05-18 11:41
Copy link
Member

Choose a reason for hiding this comment

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

Is this migration from something else?

…looking at what referral to apply to a clinic log
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.

2 participants