Skip to content

Commit

Permalink
tentatively add RecordReview unless its the same as CaseRecordManagement
Browse files Browse the repository at this point in the history
  • Loading branch information
Rocio De Santiago authored and Rocio De Santiago committed Dec 16, 2024
1 parent d9edf0e commit 608e2bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions services/app-api/utils/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export enum DataSource {
CaseRecordManagement = "CaseRecordManagement",
Administrative = "Administrative",
Hybrid = "Hybrid",
RecordReview = "RecordReview",
}

export enum MeasureSteward {
Expand Down
1 change: 1 addition & 0 deletions services/ui-src/src/types/report.ts
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ export enum DataSource {
CaseRecordManagement,
Administrative,
Hybrid,
RecordReview,
}

export enum MeasureSteward {
Expand Down

0 comments on commit 608e2bb

Please sign in to comment.