icgc-argo / argo-clinical

Clinical data submission for ARGO programs.
GNU Affero General Public License v3.0
2 stars 0 forks source link

Treatment Detail Exception - API - List All Exceptions #1157

Closed joneubank closed 2 months ago

joneubank commented 3 months ago

Implement the API Endpoint to list all treatment detail exceptions. The list should be a summary of the exceptions that replaces the full list of donor IDs with a count of how many donors have this exception for each program.

Detailed Description

Refer to wiki for endpoint details: https://wiki.oicr.on.ca/display/icgcargotech/Treatment+Details+Exception

Will need to make a service module to provide the list all exceptions implementation that is called by the api endpoint.

Possible Implementation

Implementation will be very similar to Missing Entity Exception and can be used as a model.

bhavikbhagat93 commented 3 months ago

Done with #1155