Review Article
Blockchain Powered Vaccine Efficacy for Pharma Sector
Pseudocode 2
Transportation of vaccine.
| Input: Vaccine lot ID(VID), Freezer Temperature(TF) , Sensor_data(TS), | | TD(time taken by distribution), Maximum Time limit for vaccine distribution( TL ) | | Output: Valid or not valid | | 1. If(ID = = VID) then | | 2. Access Granted | | 3. set TF = Tmin< TS<Tmax | | 4. set T = TD <TL | | 5. store TF to rule[] | | 6. store FT to rule[] | | 7. add(rule) | | 8.End If | | 9. else | | 10. Access Denied | | 11. end else | | 12. If(Tmin< TS<Tmax&& TD <TL) | | 13. Valid distribution | | 14. update information in network | | 15. else | | 16. not valid distribution | | 17. end |
|