Class: Barcode::FormatHandlers::Randox

Inherits:
BaseRegExBarcode show all
Defined in:
app/models/barcode/format_handlers.rb

Overview

Added to support plates from Randox as part of project Heron Expected formats: DDMMMYY-TTTTs where DDMMMYY is the date e.g. 23JAN21 TTTT is the time e.g. 1431 and s is an upper case letter e.g. Q

Instance Attribute Summary

Attributes inherited from BaseRegExBarcode

#human_barcode

Method Summary

Methods inherited from BaseRegExBarcode

#=~, #barcode_prefix, #child, #code128_barcode, #code128_barcode?, #code39_barcode, #code39_barcode?, #initialize, #number, #suffix, #valid?

Methods included from Ean13Incompatible

#ean13_barcode, #ean13_barcode?

Constructor Details

This class inherits a constructor from Barcode::FormatHandlers::BaseRegExBarcode