Skip to content

Commit

Permalink
Enable the Clinical visit form to save
Browse files Browse the repository at this point in the history
  • Loading branch information
lucyjemutai committed Oct 18, 2023
1 parent e8d2cf3 commit a0912b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
12 changes: 2 additions & 10 deletions distro/configuration/ampathforms/ct_clinical_visit_v2.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -9106,12 +9106,8 @@
"label": "CD4 Lab Results",
"type": "obs",
"questionOptions": {
"rendering": "toggle",
"rendering": "radio",
"concept": "2dbf01ab-77f6-4b35-aa2c-46dfc14b0af0",
"toggleOptions": {
"labelTrue": "Yes",
"labelFalse": "No"
},
"conceptMappings": [
{
"type": "OCT",
Expand Down Expand Up @@ -9160,12 +9156,8 @@
"label": "Viral Lab Results",
"type": "obs",
"questionOptions": {
"rendering": "toggle",
"rendering": "radio",
"concept": "2dbf01ab-77f6-4b35-aa2c-46dfc14b0af0",
"toggleOptions": {
"labelTrue": "Yes",
"labelFalse": "No"
},
"conceptMappings": [
{
"type": "OCT",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -273,8 +273,8 @@
"questionOptions": {
"rendering": "number",
"concept": "856AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"max": "",
"min": "51",
"max": "10000000",
"min": "20",
"showDate": "",
"conceptMappings": [
{
Expand Down

0 comments on commit a0912b8

Please sign in to comment.