Skip to content

SENAITE.PATIENT 1.4.0

Latest
Compare
Choose a tag to compare
@xispa xispa released this 10 Jan 20:53
· 14 commits to master since this release
ce80650

What's Changed

  • Add patient marital status by @ramonski in #53
  • Optional MRN in Patient Add/Edit forms by @ramonski in #55
  • Allow to set additional named phone numbers by @ramonski in #54
  • Fix unknown timezone error for birthdate in patient listing by @ramonski in #56
  • Patient samples listing and registration form by @ramonski in #57
  • Add sample field validation for patient ID by @ramonski in #58
  • Migrate Patient MRN/ID Sample Widgets to QuerySelect by @ramonski in #59
  • Fix patient's middlename is not displayed in samples listing by @xispa in #60
  • Fix Traceback in listing when fullname is different from sample's by @xispa in #61
  • Added new name entry mode (firstname + lastname) by @xispa in #62
  • Fix Traceback in patient's samples view when name has special characters by @xispa in #63
  • Fix samples without patient middle name by @xispa in #64
  • Fix cannot create partitions from samples with Patient assigned by @xispa in #65
  • Fix widget view mode by @ramonski in #66
  • Compatibility with core#2279 by @xispa in #67
  • Allow client local patients by @ramonski in #68
  • Fix Patient Workflows and Permissions by @ramonski in #69
  • Move Patient ID to identifiers by @ramonski in #72
  • Fixed Require MRN patient setting - see issue #70 by @mikejmets in #71
  • Migrate sample's DateOfBirth field to AgeDateOfBirthField by @xispa in #74
  • Use Github actions instead of travis by @xispa in #75
  • Use system's default timezone for TZ-naive birth dates by @xispa in #77
  • Fix tracbeack on DateOfBirth update while validation fails for others by @xispa in #76
  • Make to_ymd return a compliant ymd when no elapsed days by @xispa in #78
  • Fix traceback when creating partitions by @xispa in #79
  • Display error when no value is entered for Medical Record Number by @xispa in #80
  • Fix failing GitHub Action by @ramonski in #81
  • Fix traceback when adding a patient by @xispa in #82
  • Fix Patients are not created on Add Sample submit by @xispa in #83
  • Display MRN instead of fullname in temporary identifier widget by @xispa in #85
  • Display "Not defined" in listing for patients without MRN set by @xispa in #84
  • Fix non-unique MRNs are permitted when "Require MRN" setting is enabled by @xispa in #86
  • Remove display_template from sample mrn by @ramonski in #87
  • Display all samples by default in Patient context by @xispa in #88
  • Fix addition of snapshots in PatientFolder on Patient creation by @xispa in #89
  • Compatibility with core#2399 by @xispa in #90
  • Allow only 1 Patient per Report by @ramonski in #91
  • Allow searches by patient in samples listing by @xispa in #92
  • Layered listing searchable text adapter by @ramonski in #93
  • Fix Patient Medical Record must be unique error when MRN has leading/traling whitespaces by @xispa in #94
  • Fix birth date is not displayed in patients listing by @xispa in #97
  • Do not include default races and ethnicities in locales by @xispa in #99
  • Use dtime.to_DT instead of api.to_date by @xispa in #96
  • Fix AttributeError when DateOfBirth field is hidden in add sample by @xispa in #100
  • Fix sex and gender are not translated properly by @xispa in #101
  • Fix date of birth is not saved on submit (sample view) by @xispa in #102

New Contributors

Full Changelog: 1.3.0...1.4.0