Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

 

ProductDosesvrMIS Formula

Target

Population

Percentage

Doses per

patient

per year

Wastage

Factor

Buffer

Stock

Minimum

Quantity

Max

Quantity

BCG20population * 0.04 * 1.5 / 12 * 1.25; isa.bcg = (quantity > 100) ? Math.ceil(quantity) : 100;4
1

 2

25%600 
Polio 20 dose20

population * 0.039 * 4 * 1.1 / 12 * 1.25

3.94

1.25

25%  
Polio 10 dose10population * 0.039 * 4 * 1.1 / 12 * 1.253.94

1.25

25%  
Penta 1 dose1

population * 0.039 * 3 * 1.1 / 12 * 1.25;

3.93

1.1

25%  
Penta 10 dose10population * 0.039 * 3 * 1.1 / 12 * 1.25;3.93

1.1

25%  
Measles10

population * 0.039 * 1.3 / 12 * 1.25;
isa.measles = (quantity > 50) ? Math.ceil(quantity) : 50;

3.91

1.43

25%


 
Tetanus (VAT)10

population * 0.05 * 2 * 1.1 / 12 * 1.25;

521.125%  
PCV102

population * 0.039 * 4 * 1.1 / 12 * 1.25;

3.9

3

1.125%  

Syringes 5ml


 

((isa.bcg / 20) + (isa.measles / 10)) * 1.11
isa.syringe5ml = Math.ceil(quantity / 10) * 10;

 

package size 10

  

Syringes .5 ml

Used for everything except BCG
 

(isa.penta + isa.measles + isa.tetanus) * 1.11;
isa.syringe05ml = Math.ceil(quantity / 100) * 100;

(3.9*4)+5131.150%  

Syringes .05ml

Used for BCG

 

isa.bcg * 1.11;
isa.syringe005ml = Math.ceil(quantity / 10) * 10

411.150% 30 
Safety Box 

(isa.syringe5ml + isa.syringe05ml + isa.syringe005ml) / 150;

      
Gas No calculation listed      

 

...