Mercurial > hgweb > health
changeset 3427:08f2c468cae7
HMIS Server: health. Page of Life on patient evaluation. Use info field to hold the SOAP evaluation
| author | Luis Falcon <falcon@gnuhealth.org> |
|---|---|
| date | Thu, 31 Oct 2019 09:51:46 +0000 |
| parents | 8602e06a0b51 |
| children | b9fc9d2ad520 |
| files | tryton/health/health.py |
| diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/tryton/health/health.py +++ b/tryton/health/health.py @@ -5338,8 +5338,8 @@ 'page_type':'medical', 'medical_context':'encounter', 'relevance':'important', - 'summary': soap, - 'info': evaluation.evaluation_summary, + 'summary': evaluation.chief_complaint, + 'info': soap, 'author': evaluation.healthprof.name.rec_name, 'author_acct': evaluation.healthprof.name.federation_account, 'node': evaluation.institution.name.name,
