Commit 795bbcd
committed
User friendly error when set pasword link is expired
Ref HadleyLab/ucfwealth#421 parent 7703fe2 commit 795bbcd
2 files changed
+12
-2
lines changed- package.json+1-1
- resources/seeds/Mapping/allergy-extract.yaml+1-4
- resources/seeds/Mapping/crp-extract.yaml+59
- resources/seeds/Mapping/il6-extract.yaml+59
- resources/seeds/Mapping/labs.yaml+67
- resources/seeds/Mapping/order-lab-tests.yaml+348
- resources/seeds/Mapping/pct-extract.yaml+59
- resources/seeds/Questionnaire/crp.yaml+76
- resources/seeds/Questionnaire/il6.yaml+76
- resources/seeds/Questionnaire/labs.yaml+49
- resources/seeds/Questionnaire/order-lab-tests.yaml+92
- resources/seeds/Questionnaire/pct.yaml+76
- src/__tests__/sdc-helpers.ts+34
- src/components/BaseQuestionnaireResponseForm/ReadonlyQuestionnaireResponseForm.tsx+2-1
- src/components/BaseQuestionnaireResponseForm/__tests__/fieldErrorMessage.test.ts+60
- src/components/BaseQuestionnaireResponseForm/hooks.tsx+5-1
- src/components/BaseQuestionnaireResponseForm/readonly-widgets/number.tsx+18
- src/components/BaseQuestionnaireResponseForm/utils.ts+21
- src/components/BaseQuestionnaireResponseForm/widgets/inline-choice/index.tsx+4-2
- src/components/BaseQuestionnaireResponseForm/widgets/inline-choice/inline-choice.stories.tsx+2-2
- src/components/BaseQuestionnaireResponseForm/widgets/number.tsx+38-15
- src/components/BaseQuestionnaireResponseForm/widgets/radio.tsx+1-1
- src/components/BaseQuestionnaireResponseForm/widgets/string.tsx+3-3
- src/components/QuestionnaireResponseForm/index.tsx+2-2
- src/containers/PatientDetails/DocumentHistory/utils.ts+1-1
- src/containers/PatientDetails/PatientDocument/__tests__/allergies-form.test.tsx+66
- src/containers/PatientDetails/PatientOrders/index.tsx+24
- src/containers/PatientDetails/PatientOverviewDynamic/components/StartEncounter/useStartEncounter.ts+6-5
- src/containers/PatientDetails/PatientResources/utils.tsx+49-1
- src/hooks/questionnaire-response-form-data.ts+3
- src/setupTests.ts+40
- src/utils/converter/fceToFhir/questionnaireResponse/processAnswers.ts+1
- src/utils/converter/fhirToFce/questionnaireResponse/processAnswers.ts+1
- yarn.lock+4-4
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
12 | 14 | | |
13 | 15 | | |
14 | 16 | | |
15 | 17 | | |
16 | 18 | | |
17 | 19 | | |
18 | 20 | | |
| 21 | + | |
19 | 22 | | |
20 | 23 | | |
21 | 24 | | |
| |||
27 | 30 | | |
28 | 31 | | |
29 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
30 | 37 | | |
31 | 38 | | |
32 | 39 | | |
| |||
53 | 60 | | |
54 | 61 | | |
55 | 62 | | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
56 | 66 | | |
57 | 67 | | |
58 | 68 | | |
| |||
0 commit comments