openhealthcare / elcid

elCID deployment for UCLH
http://elcid.openhealthcare.org.uk
Other
7 stars 3 forks source link

Merge Presenting complaint into symtoms #1595

Closed fredkingham closed 5 years ago

fredkingham commented 6 years ago

We have 2 models that are essentially the same.

https://github.com/openhealthcare/elcid/blob/v0.7.1/elcid/models.py#L149

https://github.com/openhealthcare/elcid/blob/v0.7.1/walkin/models.py#L36

This confuses users when they are extracting the data.

Can we merge these two models.

pacharanero commented 6 years ago

Should this:

Note we are not deleting the PresentingComplaints at this stage as they contain reversion data.

read '...we are not deleting Symptoms...'

fredkingham commented 5 years ago

We are planning to avoid large db changes to elcid UCH at the moment because development is currently paused. If necessary we will handle these issues in a search rule.