I'm currently investigating the possibility of adding a new data set definition. I have walked through the codebase available on GitHub and have identified three classes that must be in place for each data set definition in the module: an Evaluator class, a Data Set Definition class, and an Indicator Result class. I am experiencing difficulties, however, in that I have been unable to determine where these classes are actually employed within the codebase, as they don't appear to be instantiated anywhere. In fact, I haven't even been able to find situations where they are used as instance variables, and so they are not being autowired.My question, then, is what is the connection between the data set definitions in the Reporting module and the actual code on the ground?
--
OpenMRS Developers: http://go.openmrs.org/dev
Post: d...@openmrs.org | Unsubscribe: dev+uns...@openmrs.org
Manage your OpenMRS subscriptions at https://id.openmrs.org/
Hi Myles,