Skip to content

Commit

Permalink
polish changelog of v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdutey committed Oct 23, 2022
1 parent 214a3ce commit e0fccc9
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,16 @@

## Improvements

- `validate_inpatient_diagnoses()` now accepts two optional fields `diagnosis_start`
and `diagnosis_end` to take advantage of clinical systems such as problem lists.
- general code maintenance and adaptation to ongoing changes to the dplyr data masking
approach [#105](https://github.com/ramses-antibiotics/ramses-package/issues/105)
- bridge tables now include a field `antiinfective_type` for ease [#76](https://github.com/ramses-antibiotics/ramses-package/issues/76) and
generation is improved [#104](https://github.com/ramses-antibiotics/ramses-package/issues/104).

## Bug fix

- `therapy_timeline()` now operates with or without `diagnosis_start` and `diagnosis_end`
variables. The `inpatient_diagnoses` mock dataset no longer contains those fields.
- Changed `validate_inpatient_diagnoses()` to accept two optional fields `diagnosis_start`
and `diagnosis_end` and take advantage of clinical systems such as problem lists
- Changed `therapy_timeline()` to take advantage of `diagnosis_start` and `diagnosis_end`
variables if present
- Changed the `inpatient_diagnoses` mock dataset to removed episode start and end fields [#103](https://github.com/ramses-antibiotics/ramses-package/issues/103) which
duplicated information in `inpatient_episodes`
- Changed bridge table functions to include a field `antiinfective_type` [#76](https://github.com/ramses-antibiotics/ramses-package/issues/76) and
prevent some issues [#104](https://github.com/ramses-antibiotics/ramses-package/issues/104)
- General code maintenance and adaptation to ongoing changes to the `dplyr` data masking
approach [#105](https://github.com/ramses-antibiotics/ramses-package/issues/105).


# Ramses 0.5.2
Expand Down

0 comments on commit e0fccc9

Please sign in to comment.