PrimaryData

PrimaryData class

Class for storing HIBC LIC primary data.

The PrimaryData type exposes the following members:

Constructors

NameDescription
PrimaryData()Initializes a new instance of the PrimaryData class

Properties

NameDescription
labeler_identification_codeIdentifies date of labeler identification code.
Labeler identification code must be 4 symbols alphanumeric string, with first character always being alphabetic.
product_or_catalog_numberIdentifies product or catalog number. Product or catalog number must be alphanumeric string up to 18 sybmols length.
unit_of_measure_idIdentifies unit of measure ID. Unit of measure ID must be integer value from 0 to 9.

Methods

NameDescription
parse_from_string(primary_data_codetext)Instantiates primary data from string format according HIBC LIC specification.

See Also