Skip to content

Commit

Permalink
Merge 0c8a174 into 4e81d4d
Browse files Browse the repository at this point in the history
  • Loading branch information
fredkingham committed Mar 2, 2020
2 parents 4e81d4d + 0c8a174 commit 645c904
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions apps/tb/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,6 @@ def get_context_data(self, *args, **kwargs):
category=Treatment.TB
)
ctx["communication_considerations"] = patient.communinicationconsiderations_set.get()
ctx["results"] = get_tb_summary_information(patient)
for result in ctx["results"].values():
result["observation_datetime"] = deserialize_datetime(
result["observation_datetime"]
)
ctx["travel_list"] = episode.travel_set.all()
ctx["adverse_reaction_list"] = episode.adversereaction_set.all()
ctx["past_medication_list"] = episode.antimicrobial_set.all()
Expand Down

0 comments on commit 645c904

Please sign in to comment.