SecondaryAndAdditionalData

SecondaryAndAdditionalData class

Namespace: Aspose.Barcode.ComplexBarcode

Class for storing HIBC LIC secondary and additional data.

Constructors

NameDescription
__construct

Methods

NameStaticDescription
constructYes
parseFromStringNoInstantiates secondary and additional supplemental data from string format according HIBC LIC specification.

Properties

NameRead/WriteDescription
DateOfManufactureRead/WriteIdentifies date of manufacture. Date of manufacture can be set to DateTime.MinValue in order not to use this field. Default value: DateTime.MinValue
ExpiryDateRead/WriteIdentifies expiry date. Will be used if ExpiryDateFormat is not set to None.
ExpiryDateFormatRead/WriteIdentifies expiry date format.
LotNumberRead/WriteIdentifies lot or batch number. Lot/batch number must be alphanumeric string with up to 18 sybmols length. .
QuantityRead/WriteIdentifies quantity, must be integer value from 0 to 500. Quantity can be set to -1 in order not to use this field. Default value: -1
SerialNumberRead/WriteIdentifies serial number. Serial number must be alphanumeric string up to 18 sybmols length.

SecondaryAndAdditionalData__construct()

constructconstruct($java_class) (static)

ParameterTypeDescription
$java_class``

parseFromStringparseFromString(string $secondaryDataCodetext)

Instantiates secondary and additional supplemental data from string format according HIBC LIC specification.

ParameterTypeDescription
$secondaryDataCodetextstring

DateOfManufacture

Access: Read/Write

Identifies date of manufacture. Date of manufacture can be set to DateTime.MinValue in order not to use this field. Default value: DateTime.MinValue

Identifies date of manufacture. Date of manufacture can be set to DateTime.MinValue in order not to use this field. Default value: DateTime.MinValue

ParameterTypeDescription
$valueDateTime

ExpiryDate

Access: Read/Write

Identifies expiry date. Will be used if ExpiryDateFormat is not set to None.

Identifies expiry date. Will be used if ExpiryDateFormat is not set to None.

ParameterTypeDescription
$valueDateTime

ExpiryDateFormat

Access: Read/Write

Identifies expiry date format.

Identifies expiry date format.

ParameterTypeDescription
$valueint

LotNumber

Access: Read/Write

Identifies lot or batch number. Lot/batch number must be alphanumeric string with up to 18 sybmols length. .

Identifies lot or batch number. Lot/batch number must be alphanumeric string with up to 18 sybmols length. .

ParameterTypeDescription
$value?string

Quantity

Access: Read/Write

Identifies quantity, must be integer value from 0 to 500. Quantity can be set to -1 in order not to use this field. Default value: -1

Identifies quantity, must be integer value from 0 to 500. Quantity can be set to -1 in order not to use this field. Default value: -1

ParameterTypeDescription
$valueint

SerialNumber

Access: Read/Write

Identifies serial number. Serial number must be alphanumeric string up to 18 sybmols length.

Identifies serial number. Serial number must be alphanumeric string up to 18 sybmols length.

ParameterTypeDescription
$value?string