Skip to content

Commit

Permalink
Patient Address added in CSV
Browse files Browse the repository at this point in the history
  • Loading branch information
vigneshhari committed Aug 30, 2020
1 parent b59c570 commit 8bb00d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions care/facility/models/patient.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@ def save(self, *args, **kwargs) -> None:
"local_body__name": "Local Body",
"district__name": "District",
"state__name": "State",
"address": "Address",
"nationality": "Nationality",
"disease_status": "Disease Status",
"last_consultation__admitted": "Admission Status",
Expand Down

0 comments on commit 8bb00d3

Please sign in to comment.