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

« Previous Version 3 Next »

  1. Add FieldCoordinator role with Allocate - Distribution rights
  2. Add appropriate distribution zone rights to users
  3. For all users (except admin), click forgot password link, then click link in email
  4. Remove the following roles from Admin user:
    1. Admin - Manage Regimen Template
b. Admin - Configure EDI
 c. Admin - Configure Requisition Templates
 5. Add July-Dec 2014 periods
6. Configure ISAs according to the following table:

 

ProductvrMIS Formula

Target

Population

Percentage

Doses per

patient

per year

Wastage

Factor

Buffer

Stock

Minimum

Quantity

Max

Quantity

BCGpopulation * 0.04 * 1.5 / 12 * 1.25; isa.bcg = (quantity > 100) ? Math.ceil(quantity) : 100;4 - should this be 3.9?1

1.5

wp: should be 2

25%

100 (wp-why is this here? should be

min 1 vial/day)

 
Polio 20 dose

population * 0.039 * 4 * 1.1 / 12 * 1.25

3.94

1.1

1.25 (wp)

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

1.1

1.25 (wp)

25%  
Penta 1 dose

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

3.93

1.1

1.25 (wp)

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

1.1

1.25 (wp)

25%  
Measles

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

3.91

1.3

1.43 (wp)

25%

50 (wp-need to check why this is here and not in other vaccines)

 
Tetanus

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

521.125%  
PCV10

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

3.9

3 - this should be 3,

not 4, right? (wp-Yes, should be 3)

1.125%  

Syringes 5ml

Used for Measles

& BCG

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

 

package size 10

7.821.1   

Syringes .5 ml

Used for Penta,

Measles, & Tetanus

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

12.86    

Syringes .05ml

Used for BCG

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

41    
Safety Box

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

      
GasNo calculation listed      

 


  • No labels