Skip to content

Commit

Permalink
Add resource IDs for weight for height z-score basic resources (#2782)
Browse files Browse the repository at this point in the history
  • Loading branch information
qaziabubakar-vd authored Sep 25, 2023
1 parent 28d3899 commit 9fc32a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@ constructor(
libraryId == "223758"
) { // Resource id for Library that calculates Z-score in ZEIR application
// Adding 4 basic resources which contain the Data needed for Z-score calculation
val basicResourceIds = listOf("223754", "223755", "223756", "223757")
val basicResourceIds = listOf("223754", "223755", "223756", "223757", "250928", "264356")
basicResourceIds.forEach { resourceId ->
val basicResource = defaultRepository.loadResource(resourceId) as Basic?
bundle.addEntry(Bundle.BundleEntryComponent().setResource(basicResource))
Expand Down

0 comments on commit 9fc32a3

Please sign in to comment.