HIBCLICSecondaryAdditionalData class
HIBCLICSecondaryAdditionalData class
Class for storing HIBC (Healthcare Industry Bar Code Council) LIC (Licensed Identification Code) secondary and additional data.
The HIBCLICSecondaryAdditionalData type exposes the following members:
Constructors
Constructor | Description |
---|---|
init | Default ctor() |
Properties
Property | Description |
---|---|
expiry_date_format | Identifies expiry date format. |
expiry_date | Identifies expiry date. Will be used if ExpiryDateFormat is not set to None. |
lot_number | Identifies lot or batch number.
Lot/batch number must be alphanumeric string with up to 18 symbols length. |
serial_number | Identifies serial number.
Serial number must be alphanumeric string up to 18 symbols length. |
date_of_manufacture | Identifies date of manufacture.
Date of manufacture can be set to DateTime.MinValue in order not to use this field. Default value: DateTime.MinValue |
quantity | 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 |
link_character | Identifies link character in output string. |
Methods
Method | Description |
---|---|
clone | Gets a copy of this object. |