Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pmanko committed Nov 11, 2023
1 parent 5d90aac commit ffabdc2
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions src/workflows/botswana/LaboratoryBundle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,33 +27,6 @@ class LaboratoryBundle {
}


<<<<<<< Updated upstream

=======
protected async addAllCodings(labBundle: ILaboratoryBundle): Promise<ILaboratoryBundle> {
try {
for (const e of labBundle.entry!) {
if (
e.resource &&
e.resource.resourceType == 'ServiceRequest' &&
e.resource.code &&
e.resource.code.coding &&
e.resource.code.coding.length > 0
) {
logger.info`Translating ServiceRequest Codings`

e.resource = await this.translateCoding(<ILaboratorye.resource)
}
else {
logger.info`No Codings to Translate`
}
}
} catch (e) {
logger.error(e)
}
return labBundle
}
>>>>>>> Stashed changes
}


Expand Down

0 comments on commit ffabdc2

Please sign in to comment.