NEWS
CodelistGenerator 3.0 (2024-05-31)
- Add function getRelationshipId
- Add functions summariseAchillesCodeUse (replaces achillesCodeUse), summariseOrphanCodes (replaces findOrphanCodes), tableAchillesCodeUse, tableCodeUse, tableCohortCodeUse, tableOrphanCodes.
CodelistGenerator 2.2.3 (2024-03-08)
- Fix for forthcoming breaking change in dependency omopgenerics
CodelistGenerator 2.2.2 (2024-02-14)
- Fix for edge case with multiple exclusion criteria
CodelistGenerator 2.2.1 (2024-02-07)
- Working with omopgenerics
CodelistGenerator 2.2.0 (2024-01-25)
- Added functions findOrphanCodes, restrictToCodesInUse, sourceCodesInUse.
- Speed improvements in getCandidateCodes from doing search in place (e.g. on database side).
- Dropped explicit support of an Arrow cdm.
CodelistGenerator 2.1.1 (2023-11-20)
- Improved support of device domain.
CodelistGenerator 2.0.0 (2023-10-09)
- Simplified the interface of getCandidateCodes, with a number of arguments removed.
- Added function summariseCohortCodeUse.
CodelistGenerator 1.7.0 (2023-08-16)
- Added function codesFromCohort.
CodelistGenerator 1.6.0 (2023-07-07)
- Improved getICD10StandardCodes function.
- Added function codesFromConceptSet.
CodelistGenerator 1.5.0 (2023-06-13)
- Require CDMConnector v1.0.0 or above.
CodelistGenerator 1.4.0 (2023-06-06)
- Added function summariseCodeUse.
CodelistGenerator 1.3.0 (2023-05-30)
- Added function getICD10StandardCodes.
CodelistGenerator 1.2.0 (2023-05-04)
- Added functions getATCCodes and getDrugIngredientCodes.
CodelistGenerator 1.1.0 (2023-04-01)
- Added exactMatch and includeSequela options to getCandidateCodes function.
CodelistGenerator 1.0.0 (2023-02-07)
- Added a
NEWS.md
file to track changes to the package.