Are you using the Calculation Module?

Does your implementation use the Calculation Module? When reviewing the list of modules distributed by in the Platform and Reference Application on today’s Developer Forum, we weren’t sure how widely this module is being used.

/cc @mseaton

I know this module is (was) required by the reporting and reporting compatibility modules

The calculation module is used extensively by KenyaEMR. Here are some calculations: https://github.com/I-TECH/openmrs-module-kenyaemr/tree/15.1.7/api/src/main/java/org/openmrs/module/kenyaemr/calculation/library

From searching a bit on github I don’t see any usage of the calculation module in PIH code, but here are some examples elsewhere (there are a hundred pages of hits…)

@darius Reporting module requires it https://github.com/ssmusoke/openmrs-module-reporting/blob/ab4dfc4f2d31bcc57f68654e86a624b3011394d8/pom.xml#L239-L245