HIBCLICSecondaryAdditionalData
HIBCLICSecondaryAdditionalData class
Class for storing HIBC (Healthcare Industry Bar Code Council) LIC (Licensed Identification Code) secondary and additional data.
public class HIBCLICSecondaryAdditionalData : ICloneable
Constructors
Properties
Name |
Description |
DateOfManufacture { get; set; } |
Identifies date of manufacture. Date of manufacture can be set to DateTime.MinValue in order not to use this field. Default value: DateTime.MinValue |
ExpiryDate { get; set; } |
Identifies expiry date. Will be used if ExpiryDateFormat is not set to None. |
ExpiryDateFormat { get; set; } |
Identifies expiry date format. |
LinkCharacter { get; set; } |
Identifies link character in output string. |
LotNumber { get; set; } |
Identifies lot or batch number. Lot/batch number must be alphanumeric string with up to 18 symbols length. |
Quantity { get; set; } |
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 |
SerialNumber { get; set; } |
Identifies serial number. Serial number must be alphanumeric string up to 18 symbols length. |
Methods
Name |
Description |
Clone() |
Gets a copy of this object. |
See Also