HIBCLICSecondaryAdditionalData class
Leave feedback
On this page
Class for storing HIBC (Healthcare Industry Bar Code Council) LIC (Licensed Identification Code) secondary and additional data.
The HIBCLICSecondaryAdditionalData type exposes the following members:
| Constructor | Description |
|---|---|
| init | Default ctor() |
| 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. |
| Method | Description |
|---|---|
| clone | Gets a copy of this object. |
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.