intesys / openhospital-api

OpenHospital API
GNU General Public License v3.0
2 stars 4 forks source link

Add new "operation" apis #23

Closed alefalezza closed 2 years ago

alefalezza commented 2 years ago

We need CRUD api to manage operations by patient. Ref: https://openhospital.atlassian.net/browse/OP-794

In the patient dashboard, we need to list all operation for a given patient, even if it's in or out. We found it probably can be found by joining table operationrow to admission and opd, and then to patient.

TODO: analyze

kledis-pashaj-comdata commented 2 years ago

GET and DELETE operation rows by patient were added