Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor the clause-level results #272

Open
sarahmcdougall opened this issue Aug 8, 2023 · 0 comments
Open

Refactor the clause-level results #272

sarahmcdougall opened this issue Aug 8, 2023 · 0 comments
Labels
highlighting Issues related to measure logic highlighting infra Tasks related to the underlying infrastructure that won't affect end users
Milestone

Comments

@sarahmcdougall
Copy link
Contributor

sarahmcdougall commented Aug 8, 2023

There's some refactoring that we could do regarding the clause-level results, mostly in ClauseResultsHelper and ClauseResultsBuilder.

Changes would include:

  • adding TypeScript typing to places where any is used
  • updating function documentation and statements
  • adding caching for reuse of data that has already been used for calculation (local ids, etc.). This could potentially speed up coverage calculation when scaling up the number of patients being calculated.
@sarahmcdougall sarahmcdougall added highlighting Issues related to measure logic highlighting infra Tasks related to the underlying infrastructure that won't affect end users labels Aug 8, 2023
@sarahmcdougall sarahmcdougall added this to the v2.0 milestone Aug 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
highlighting Issues related to measure logic highlighting infra Tasks related to the underlying infrastructure that won't affect end users
Projects
None yet
Development

No branches or pull requests

1 participant