Class SecondaryAndAdditionalData

SecondaryAndAdditionalData class

Class for storing HIBC LIC secondary and additional data.

public class SecondaryAndAdditionalData

Constructors

NameDescription
SecondaryAndAdditionalData()The default constructor.

Properties

NameDescription
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.
LotNumber { get; set; }Identifies lot or batch number. Lot/batch number must be alphanumeric string with up to 18 sybmols 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 sybmols length.

Methods

NameDescription
override Equals(object)Returns a value indicating whether this instance is equal to a specified SecondaryAndAdditionalData value.
override GetHashCode()Returns the hash code for this instance.
ParseFromString(string)Instantiates secondary and additional supplemental data from string format according HIBC LIC specification.
override ToString()Converts data to string format according HIBC LIC specification.

See Also