TBarcode1D_PZN
The component is used to create the PZN barcode symbol. It's defined in the pPZN unit.
The PZN barcode symbology is also known as Pharma-Zentral-Nummer, Pharmazentralnummer, Code PZN, CodePZN, Pharma Zentral Nummer, etc. It is used for distribution of pharmaceutical / health care products in Germany. It has the following structure:
- The "PZN" characters which is not really encoded, It does not need to be entered in the Barcode or Data (only for Delphi/C++ Builder 2009 or later) property.
- 6 digits for Pharmacode.
- 1 digit for check digit, If the AutoCheckDigit property is set to true, it doesn't need to be entered in the Barcode or Data (only for Delphi/C++ Builder 2009 or later) property, and it will be automatically calculated.
Technical Details:
- Characters set: 0123456789
- Length: Fixed. If the property AutoCheckDigit is set to true, it's 6 characters, othwise 7 characters (the check digit can be specified by you)
- Code type: Linear 1D Discrete
(*): The Data property, OnInvalidDataLength and OnInvalidDataChar events are available only for the Delphi/C++ Builder 2009 or later.
Contents
Copyright © 2001-2024
Han-soft Corporation. All rights reserved.