FreeHealth / freehealth

Free and open source Electronic Health Record
https://freehealth.io
Other
44 stars 16 forks source link

review patient model "LkIds" #110

Closed jeromecc closed 6 years ago

jeromecc commented 6 years ago

File patientmodel.cpp

Related to changes about User ID link necessary to fix https://github.com/FreeHealth/freehealth/issues/96

jeromecc commented 6 years ago

LinkID & LK_USER table are currently dysfunctional and completely useless.

To link data to a user, we shall use the user's GUUID.

I will remove all "link to user" code and the LK_USER table.

See https://github.com/FreeHealth/freehealth/issues/111 for future optimization.

jeromecc commented 6 years ago

Done.