Skip to content

Commit

Permalink
Merge pull request #723 from UCSF-IGHS/feature/dev-fixes-release-s12
Browse files Browse the repository at this point in the history
Feature/dev fixes release s12
  • Loading branch information
samuelmale authored Feb 15, 2022
2 parents 48e4d79 + bc65b95 commit db08996
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/packages/covid/forms/lab-result-form/1.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
"answers": [
{
"label": "yes",
"concept": "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"
"concept": "cf82933b-3f3f-45e7-a5ab-5d31aaee3da3"
},
{
"label": "no",
Expand Down Expand Up @@ -429,7 +429,7 @@
"intent": "*",
"required": "true",
"hide": {
"hideWhenExpression": "wasTheTestPerformed !== '1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'"
"hideWhenExpression": "wasTheTestPerformed !== 'cf82933b-3f3f-45e7-a5ab-5d31aaee3da3'"
}
}
]
Expand Down Expand Up @@ -494,7 +494,7 @@
"intent": "*",
"required": "true",
"hide": {
"hideWhenExpression": "testRequested !== '165852AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' || wasTheTestPerformed !== '1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'"
"hideWhenExpression": "testRequested !== '165852AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' || wasTheTestPerformed !== 'cf82933b-3f3f-45e7-a5ab-5d31aaee3da3'"
}
}
]
Expand Down Expand Up @@ -559,7 +559,7 @@
"intent": "*",
"required": "true",
"hide": {
"hideWhenExpression": "testRequested !== '165840AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' || wasTheTestPerformed !== '1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'"
"hideWhenExpression": "testRequested !== '165840AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' || wasTheTestPerformed !== 'cf82933b-3f3f-45e7-a5ab-5d31aaee3da3'"
}
}
]
Expand Down

0 comments on commit db08996

Please sign in to comment.