Definition
There is a stock-out of a product if:
- The health center was visited but no data is recorded for the product (epi_inventory is not null) OR
- The health was visited and existing stock is zero (epi_inventory = 0)
If the health center is not visited, there is not a stock out.
Summary
And | ||
HU Vistied? | epi_inventory for product | Stock Out? |
---|---|---|
Y | null | Y |
Y | 0 | Y |
Y | integer > 0 | N |
N | n/a | N |
Tableau Calculation
sum(if (([visited]=1) and (zn([epi_inventory_measles_existing]) = 0)) then 1 else 0 end)
Differences with vrMIS
vrMIS did not include the rule that if the health center was visited, but inventory data was not recorded, that is counted as a stock out. Thus SELV will have higher stock-out numbers than SELV.