Skip to content

Latest commit

 

History

History
65 lines (48 loc) · 1.85 KB

CHANGELOG.md

File metadata and controls

65 lines (48 loc) · 1.85 KB

Changelog

Added

Changed

Removed

0.7.0 - 2021-02-15

Added

  • Scheduling.Booked query can optionally restrict results to specific patients.

Changed

  • VisitNumber now appears to be a string in redox (previously it was an integer). This doesn't affect this library as strings, numbers, and booleans are passed through as-is after parsing the JSON. The update was to the test recordings and specs to assert the correct type.

Removed

0.6.0 - 2020-11-02

Added

  • Flowsheet.New data model

Changed

Removed

0.5.0 - 2020-10-29

Added

  • File Upload
  • Media.New

Changed

  • fixed: source was re-authenticating every request (DateTime math was incorrect)

Removed

  • remove SchedulingBooked.Query Patient property. It is not present on the corresponding redox model and was never used.

0.4.0 - 2020-09-04

Added

  • add email and phone to demographics
  • add patient contacts

0.3.0 - 2020-08-27

Added

  • _body attribute containing raw response text on query results
  • SchedulingBooked.Query

0.2.0 - 2020-08-16

Added

  • improve release process

Changed

  • fixed CHANGELOG url in gemspec

0.1.0 - 2020-08-14

Added

  • implement PatientSearch.Query