Skip to content

Commit

Permalink
feat(programrule): add extractDataMatrixValue function (#2135)
Browse files Browse the repository at this point in the history
  • Loading branch information
Birkbjo authored Feb 24, 2022
1 parent f460b31 commit c1b2ee5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ const programRuleFunctions = [
'd2:zScoreWFA( <ageInMonth>, <weight>, <gender> )',
'd2:zScoreHFA( <ageInMonth>, <height>, <gender> )',
'd2:zScoreWFH( <height>, <weight>, <gender> )',
'd2:extractDataMatrixValue( <key>, <value>)',
];

export default programRuleFunctions;

0 comments on commit c1b2ee5

Please sign in to comment.