Saltar a contenido
For the complete DHIS2 documentation index, see llms.txt.

Program rule engine

El motor de reglas del programa no se proporciona dentro del SDK. Está implementado en una biblioteca separada, por lo que el mismo código es utilizado por el backend y las aplicaciones de Android.

Important

The DHIS2 Android SDK and the Program Rule Engine use a common library to parse the DHIS2 expressions, the DHIS2 Antlr Expression Parser. If the application imports both the the SDK and the Rule Engine, it is important that their parser versions match exactly; otherwise it could cause an unexpected behavior in the evaluation.

Check compatibility table here.

Más información dhis2-rule-engine.