You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To better align the decision table logic with the data dictionary labels, add processing to the decision table that identifies data elements referenced in the decision logic and creates "renames" so that the decision table logic doesn't have to reference included library names. For example, ANC DT01 currently produces:
define "Should Proceed with ANC contact":
ContactData."Danger signs"in Cx."Danger Signs - No danger signs Choices"
To better align the decision table logic with the data dictionary labels, add processing to the decision table that identifies data elements referenced in the decision logic and creates "renames" so that the decision table logic doesn't have to reference included library names. For example, ANC DT01 currently produces:
Should produce
That way the logic can be expressed as (i.e. without library prefixes):
The text was updated successfully, but these errors were encountered: