EBarCodeReader::GetValidatePharmacode

EBarCodeReader::SetValidatePharmacode

Enables/Disables validation for the PharmacodeOneTrack symbology.

Namespace: Euresys::Open_eVision::EasyBarCode2

[C++]

bool GetValidatePharmacode() const

void SetValidatePharmacode(bool validate)

Remarks

Pharmacodes are validated by checking that the barcode is coherent along its height and that the relative width of the bars/space are coherent with the symbology's specification. This allows to reduce the number of false positives significantly.
By default, validation is enforced for Pharmacodes.

EBarCodeReader.ValidatePharmacode

Enables/Disables validation for the PharmacodeOneTrack symbology.

Namespace: Euresys.Open_eVision.EasyBarCode2

[C#]

bool ValidatePharmacode

{ get; set; }

Remarks

Pharmacodes are validated by checking that the barcode is coherent along its height and that the relative width of the bars/space are coherent with the symbology's specification. This allows to reduce the number of false positives significantly.
By default, validation is enforced for Pharmacodes.