This package contains all client models utilised by the Atlas Matching Algorithm API for data refresh, scoring-only, and matching-only requests.
DataRefresh- request, response and completion messageDonors- currently only containsDonorTypeenum, which is due to be moved out of the Client package (//TODO - issue #763)Scoring- request and resultSearchRequests- Initiation response when search request is made direct to the matching component
All notable data structure changes to this project will be documented in this file.
This includes both schema and data workflow changes.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Updated .NET version from 6.0 to 8.0
- Versioning and changelog added as client will now be published as NuGet package.
- Removed
SearchableDonorInformationmodel andDonorTypeextensions as they are not used by the Matching Algorithm API.