OpenSRP/opensrp-client-anc

View on GitHub
opensrp-anc/src/main/assets/config/profile_contact_tab_contacts.yml

Summary

Maintainability
Test Coverage
---
properties_file_name: "profile_contact_tab_contacts"
fields:
-   template: "{{profile_contact_tab_contacts.physiological_symptoms}}: {phys_symptoms}"
    relevance: "phys_symptoms != ''"

-   template: "{{profile_contact_tab_contacts.average_weight_gain_per_week_since_last_contact}}: {weight_gain} kg"
    relevance: "weight_gain != '' && weight_gain != '0'"

-   template: "{{profile_contact_tab_contacts.total_weight_gain}}: {tot_weight_gain} kg"
    relevance: "weight_gain == '' || weight_gain == '0'"