Skip to content

Commit

Permalink
use config keys instead of uuids (#1874)
Browse files Browse the repository at this point in the history
  • Loading branch information
hadijahkyampeire authored Jun 18, 2024
1 parent 532817f commit 467efa3
Showing 1 changed file with 13 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,44 +5,44 @@
"tabName": "Previous Cases",
"headerTitle": "Previous Cases",
"displayText": "Previous Cases",
"encounterType": "9a199b59-b185-485b-b9b3-a9754e65ae57",
"encounterType": "tbProgramEnrollment",
"columns": [
{
"id": "caseID",
"title": "Case ID",
"concept": "162576AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"
"concept": "caseID"
},
{
"id": "enrollmentDate",
"isDate": true,
"title": "Enrollment Date",
"concept": "161552AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"
"concept": "enrollmentDate"
},
{
"id": "type",
"title": "Type",
"concept": "159990AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"
"concept": "type"
},
{
"id": "site",
"title": "Site",
"concept": "160040AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"
"concept": "site"
},
{
"id": "regimen",
"title": "Regimen",
"isConditionalConcept": true,
"conditionalConceptMappings": {
"trueConcept": "16fd7307-0b26-4c8b-afa3-8362baff4042",
"nonTrueConcept": "159909AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"dependantConcept": "163775AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"conditionalConcept": "160541AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"
"trueConcept": "dSregimen",
"nonTrueConcept": "dRregimen",
"dependantConcept": "tBEnrollmentType",
"conditionalConcept": "dsTBEnrollment"
}
},
{
"id": "outcome",
"title": "Outcome",
"concept": "159786AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"
"concept": "outcome"
}
],
"launchOptions": {
Expand All @@ -52,10 +52,10 @@
},
"formList": [
{
"name": "TB Case Enrollment Form",
"uuid": "554b2017-e512-3fc8-9c6e-7baf9e69db9d"
"name": "TbCaseEnrolmentFormName",
"uuid": "tbCaseEnrolmentFormUuid"
}
]
}
]
}
}

0 comments on commit 467efa3

Please sign in to comment.