Skip to content

Commit

Permalink
Merge pull request #110 from UCSF-IGHS/dev
Browse files Browse the repository at this point in the history
sync dev to working
  • Loading branch information
kajambiya authored Oct 31, 2023
2 parents 3a324ef + f980121 commit 1bd2053
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1200,11 +1200,12 @@
"label": "Infant PTracker ID",
"type": "obs",
"id": "infantPtrackerid",
"readonly": "true",
"questionOptions": {
"concept": "164803AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"rendering": "text",
"calculate": {
"calculateExpression": "!isEmpty('MotherPtracker_id') ? myValue = useFieldValue('MotherPtracker_id') : ''"
"calculateExpression": "!isEmpty('MotherPtracker_id') ? myValue = customGenerateInfantPTrackerId(node.value.id, MotherPtracker_id) : ''"
}
},
"behaviours":[
Expand Down

0 comments on commit 1bd2053

Please sign in to comment.