forked from uwcirg/helloworld-react-client-sof
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Amy Chen
authored and
Amy Chen
committed
Jul 29, 2024
1 parent
4b24e3c
commit ec0e2a8
Showing
24 changed files
with
6,201 additions
and
1,969 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,53 @@ | ||
const qConfig = { | ||
"adl-iadl": { | ||
const qConfig = [ | ||
{ | ||
shortTitle: "Functional Impairments (ADL/IADLs)", | ||
customCQL: true, | ||
keys: ["CIRG-ADL-IADL", "ADL-IADL"], | ||
interventionLibId: "ADL-IADL" | ||
}, | ||
behav5: { | ||
{ | ||
shortTitle: "BEHAV+5", | ||
customCQL: true, | ||
keys: ["CIRG-BEHAV5"], | ||
interventionLibId: "BEHAV5" | ||
}, | ||
"c-idas": { | ||
{ | ||
shortTitle: "Cornell Scale of Depression", | ||
customCQL: true, | ||
keys: ["CIRG-C-IDAS"], | ||
interventionLibId: "C-IDAS" | ||
}, | ||
"cp-ecog": { | ||
{ | ||
shortTitle: "ECOG-12 (for Care Partner)", | ||
customCQL: true, | ||
keys: ["CIRG-ECOG12"], | ||
interventionLibId: "CP-ECOG" | ||
}, | ||
ecog12: { | ||
{ | ||
shortTitle: "ECOG-12", | ||
customCQL: true, | ||
keys: ["CIRG-ECOG12"], | ||
interventionLibId: "ECOG12" | ||
}, | ||
gad7: { | ||
{ | ||
shortTitle: "Anxiety (GAD-7)", | ||
customCQL: true, | ||
keys: ["CIRG-GAD7", "GAD7"], | ||
interventionLibId: "GAD7" | ||
}, | ||
gds: { | ||
{ | ||
shortTitle: "Geriatric Depression Scale", | ||
customCQL: true, | ||
keys: ["CIRG-GDS"], | ||
interventionLibId: "GDS" | ||
}, | ||
minicog: { | ||
{ | ||
shortTitle: "MINI COG", | ||
customCQL: true, | ||
keys: ["CIRG-MINICOG"], | ||
interventionLibId: "MINICOG" | ||
}, | ||
phq9: { | ||
{ | ||
shortTitle: "Depression (PHQ-9)", | ||
customCQL: true, | ||
keys: ["phq9", "CIRG-PHQ9"], | ||
interventionLibId: "PHQ9" | ||
}, | ||
slums: { | ||
{ | ||
customCQL: true, | ||
keys: ["CIRG-SLUMS"], | ||
interventionLibId: "SLUMS" | ||
}, | ||
}; | ||
]; | ||
export default qConfig; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.