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 - Get Exception #1156

Closed joneubank closed 2 months ago

joneubank commented 3 months ago

Implement the API Endpoint to get treatment detail exception to donors for a 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 get exception 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