Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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?
YnullY
Y0Y
Yinteger > 0N
Nn/aN

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.

  • No labels