Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.
Class for storing HIBC LIC secondary and additional data.
The SecondaryAndAdditionalData type exposes the following members:
Name | Description |
---|---|
SecondaryAndAdditionalData() | Initializes a new instance of the SecondaryAndAdditionalData class |
Name | 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 sybmols length. . |
serial_number | Identifies serial number. Serial number must be alphanumeric string up to 18 sybmols 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 |
Name | Description |
---|---|
parse_from_string(secondary_data_codetext) | Instantiates secondary and additional supplemental data from string format according HIBC LIC specification. |
Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.