PharmaLedger-IMI / epi-workspace

ePI use case main repository
MIT License
5 stars 4 forks source link

GTIN verification within the enterprise wallet #306

Closed rite2bala closed 2 years ago

rite2bala commented 3 years ago

The GTIN stands for Global Trade Identification Number. It is also called as "Product Code".

This number is unique to the product and has certain standards that have been designed by the GS1 to adhere to.

The right most digit of the GTIN (in the units place) is called the check digit and it is derived by following a calculation.

Here is a guide to calculate the check digit: https://www.gs1.org/services/how-calculate-check-digit-manually

This calculation needs to be used as a field level validation in the enterprise wallet to identify the right check digit and compare with the one entered by the user.

Product creation must not be allowed if the check digits of the number entered by the user doesn't match with the calculated value.

rite2bala commented 3 years ago

128 also refers to this

rite2bala commented 3 years ago

Yet to see this in deployment.

adiganga2002 commented 2 years ago

Closing this as it's covered by #128