Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.16 KB

File metadata and controls

26 lines (18 loc) · 1.16 KB

Atlas.MatchingAlgorithm.Client.Models

Description

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 message
  • Donors - currently only contains DonorType enum, which is due to be moved out of the Client package (//TODO - issue #763)
  • Scoring - request and result
  • SearchRequests - Initiation response when search request is made direct to the matching component

Changelog

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.

Versions

3.0.0

  • Updated .NET version from 6.0 to 8.0

1.5.0

  • Versioning and changelog added as client will now be published as NuGet package.
  • Removed SearchableDonorInformation model and DonorType extensions as they are not used by the Matching Algorithm API.