Skip to content

Commit

Permalink
Add a label for the EHR reports such that we separate them from other…
Browse files Browse the repository at this point in the history
… reports
  • Loading branch information
ningosi committed Apr 17, 2024
1 parent f8f4d68 commit 0fa73da
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,16 @@ public class ReportConfiguration extends AbstractContentConfiguration {

private Set<ReportDescriptor> cohortAnalysis;

public Set<ReportDescriptor> getEhrReports() {
return ehrReports;
}

public void setEhrReports(Set<ReportDescriptor> ehrReports) {
this.ehrReports = ehrReports;
}

private Set<ReportDescriptor> ehrReports;

/**
* Gets the cohort analysis reports
* @return the report descriptors
Expand Down

0 comments on commit 0fa73da

Please sign in to comment.