TBarcode1D_PZN

PZN BarcodeThe 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:

  1. 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.
  2. 6 digits for Pharmacode.
  3. 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:
Properties:
Methods:
Events:

(*): The Data property, OnInvalidDataLength and OnInvalidDataChar events are available only for the Delphi/C++ Builder 2009 or later.

Contents