In the presumptive register, the screening form separates out presumptives (who get added to the register), and those who are non-presumptive (do not get added to the register). These non-presumptives should sync to Couch and Postgres like normal, but they should be filtered out of the sync to OpenMRS.
The variable name in the xlsform that distinguishes between presumptives and non-presumptives is presumptive = 'yes' for presumptives and 'no' for non-presumptives.
In the presumptive register, the screening form separates out presumptives (who get added to the register), and those who are non-presumptive (do not get added to the register). These non-presumptives should sync to Couch and Postgres like normal, but they should be filtered out of the sync to OpenMRS.
The variable name in the xlsform that distinguishes between presumptives and non-presumptives is
presumptive
= 'yes' for presumptives and 'no' for non-presumptives.