to top
Datalogic APIs
public class

Pharmacode

extends PropertyGroup
java.lang.Object
   ↳ com.datalogic.device.configuration.PropertyGroup
     ↳ com.datalogic.decode.configuration.Pharmacode

Summary

Fields
public NumericProperty barNumMax barNumMax defines the maximum number of bars allowed for a valid Pharmacode symbol.
public NumericProperty barNumMin barNumMin defines the minimum number of bars allowed for a valid Pharmacode symbol.
public BooleanProperty enable enable enables or disables the symbology.
public CharacterProperty userID userID specifies the symbology identifier (if any).
Public Constructors
Pharmacode(PropertyGetter editor)
This is the constructor of Pharmacode.
[Expand]
Inherited Methods
From class com.datalogic.device.configuration.PropertyGroup
From class java.lang.Object

Fields

public NumericProperty barNumMax

Added in revision 50

barNumMax defines the maximum number of bars allowed for a valid Pharmacode symbol.

public NumericProperty barNumMin

Added in revision 50

barNumMin defines the minimum number of bars allowed for a valid Pharmacode symbol.

public BooleanProperty enable

enable enables or disables the symbology.

public CharacterProperty userID

userID specifies the symbology identifier (if any).
The symbology identifier is sent with the label when the global decode property sendCodeId is set to USERDEFINED_IDENTIFIER_BEFORE_LABEL or USERDEFINED_IDENTIFIER_AFTER_LABEL.

Public Constructors

public Pharmacode (PropertyGetter editor)

Added in revision 50

This is the constructor of Pharmacode. All symbology options are initialized by editor.

Parameters
editor A PropertyGetter used to load the current barcode family.