Open kchapple opened 8 years ago
When a patient is deleted, through the API, do not delete database row, but set the reg_status to "deleted." Filter deleted patients out of the Patient endpoint requests and Appointment requests.
Added "deleted" reg_status and filter deleted patient for Patient and Appointment resources https://github.com/LibreEHR/core/pull/28
When a patient is deleted, through the API, do not delete database row, but set the reg_status to "deleted." Filter deleted patients out of the Patient endpoint requests and Appointment requests.