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

Parallel care gaps #508

Merged
merged 9 commits into from
May 27, 2022
Merged

Parallel care gaps #508

merged 9 commits into from
May 27, 2022

Conversation

mdnazmulkarim
Copy link
Contributor

No description provided.

@mdnazmulkarim mdnazmulkarim marked this pull request as ready for review April 27, 2022 15:24
@@ -208,17 +210,19 @@ public Parameters careGapsReport(RequestDetails theRequestDetails,
throw new NotImplementedException("Non subject parameters have not been implemented.");
}

StopWatch watch = StopWatch.createStarted();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to remove this since it's not being used.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done!

@@ -19,6 +20,14 @@ public void setEnabled(boolean enabled) {
this.enabled = enabled;
}

public boolean getCareGapsParallelEnabled() {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we use the word threaded rather than parallel? That's to be consistent with the Measure evaluation.

@JPercival JPercival merged commit ab833fc into master May 27, 2022
@JPercival JPercival deleted the parallel-care-gaps branch May 27, 2022 16:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants