Skip to content

Commit

Permalink
Merge pull request #36 from kajambiya/dev
Browse files Browse the repository at this point in the history
add more test fields
  • Loading branch information
kajambiya authored Jul 13, 2023
2 parents 5ec379b + ca788de commit 503df81
Showing 1 changed file with 59 additions and 0 deletions.
59 changes: 59 additions & 0 deletions distro/configuration/ampathforms/ui_select_extended_test_v1.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,65 @@
}
}
]
},
{
"label": "Concept",
"type": "obs",
"id": "concept_picker",
"questionOptions": {
"concept": "5624AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"rendering": "ui-select-extended",
"datasource": "concept-ds",
"isSearchable": "true"
},
"behaviours":[
{
"intent":"*",
"required":"true",
"unspecified":"true",
"hide":{
"hideWhenExpression":"false"
}
}
]
},
{
"label": "Test Text 2",
"type": "obs",
"required": false,
"id": "test_text2",
"questionOptions": {
"rendering": "text",
"concept": "161011AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"conceptMappings": [
{
"relationship": "SAME-AS",
"type": "CIEL",
"value": "161011"
}
],
"answers": []
},
"validators": []
},
{
"label": "Test Text 3",
"type": "obs",
"required": false,
"id": "test_text3",
"questionOptions": {
"rendering": "text",
"concept": "161011AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"conceptMappings": [
{
"relationship": "SAME-AS",
"type": "CIEL",
"value": "161011"
}
],
"answers": []
},
"validators": []
}
]
}
Expand Down

0 comments on commit 503df81

Please sign in to comment.