lsgs / redcap-record-autonumbering

REDCap External Module enabling different record auto-numbering options
GNU General Public License v3.0
10 stars 8 forks source link

Added a new functionality to allow Check Digit Generation #19

Closed jojejoby closed 1 year ago

jojejoby commented 1 year ago

Create a sub functionality that allows to generate a Check-Digit to be added to the existing PrefixAndPad option.

Changes done:

Additional details:

Made use of the Luhn10 algorithm to generate a Check-Digit which adds a new layer of uniqueness to the Record Generation

jojejoby commented 1 year ago

@lsgs submitting a new pull request to add a new functionality, please review the code and provide your feedback.