intesys / openhospital-api

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

simplify the payloads where the whole patient object is used. Use only the patient id. #28

Closed npasquetto closed 2 years ago

kledis-pashaj-comdata commented 2 years ago

The patient is removed from all the dto-s except BillDTO, on this one the patientName is also used and it is retrieved from the patient object. I'm not sure about the business logic behind this.