What's Changed
- Allow to flag patients as deceased by @xispa in #98
- Display birthdate in the pop-up for patient selection by @zzzirvia in #104
- Support for dynamic analysis specs with MinAge, MaxAge and Sex columns by @xispa in #95
- Skip patient creation if the user has no permissions by @ramonski in #106
- Compatibility with core#2567 (AnalysisCategory to DX) by @xispa in #107
- Compatibility with core#2563 (Move Dynamic Analysis Specs to Setup folder) by @xispa in #109
- Fix Traceback when creating partitions when no patient assigned by @xispa in #108
- Compatibility with core#2584 (SampleType to DX) by @xispa in #110
- Allow/Disallow the introduction of future dates of birth by @xispa in #111
- Use default TZ when calculating birthdate if
on_date
param is not set by @xispa in #112 - Added estimated birthdate field to Patient content type by @xispa in #113
- Fix jsonapi returns None for sample's DateOfBirth field by @xispa in #114
- Fix encoding for non-latin Patient Names and MRNs comparison by @toropok in #115
- Fix APIError: Expected string type in samples listing by @xispa in #116
- Make accessor and mutator from Patient to rely on base class by @xispa in #117
- Rely on
catalog_mappings
to get the catalogs for Patient portal type by @xispa in #119 - Hyperlinked Patient on Sample listing by @Lunga001 in #123
New Contributors
- @zzzirvia made their first contribution in #104
- @toropok made their first contribution in #115
- @Lunga001 made their first contribution in #123
Full Changelog: 1.4.0...v1.5.0