Class HIBC
- Namespace
- ScanbotSDK.MAUI.BarcodeDocumentModel
- Assembly
- ScanbotSDK.Shared.dll
HIBC
public class HIBC : GenericDocumentWrapper
- Inheritance
-
HIBC
- Inherited Members
Constructors
HIBC(GenericDocument)
public HIBC(GenericDocument document)
Parameters
document
GenericDocument
Properties
DateOfManufacture
Date of Manufacture
public Field? DateOfManufacture { get; }
Property Value
ExpiryDateDay
Expiry Date Day
public Field? ExpiryDateDay { get; }
Property Value
ExpiryDateHour
Expiry Date Hour
public Field? ExpiryDateHour { get; }
Property Value
ExpiryDateJulianDay
Expiry Date Julian Day
public Field? ExpiryDateJulianDay { get; }
Property Value
ExpiryDateMonth
Expiry Date Month
public Field? ExpiryDateMonth { get; }
Property Value
ExpiryDateYear
Expiry Date Year
public Field? ExpiryDateYear { get; }
Property Value
HasPrimaryData
Information whether primary data is present.
public Field HasPrimaryData { get; }
Property Value
HasSecondaryData
Information whether secondary data is present.
public Field HasSecondaryData { get; }
Property Value
LabelerIdentificationCode
Labeler Identification Code (LIC)
public Field LabelerIdentificationCode { get; }
Property Value
LabelersProductOrCatalogNumber
Labelers Product or Catalog Number (PCN). Alphanumeric data.
public Field LabelersProductOrCatalogNumber { get; }
Property Value
LinkCharacter
Link character to link standalone primary and secondary barcodes together.
public Field? LinkCharacter { get; }
Property Value
LotNumber
Lot Number
public Field? LotNumber { get; }
Property Value
Quantity
Quantity
public Field? Quantity { get; }
Property Value
RequiredDocumentType
The required document type for this wrapper.
protected override string RequiredDocumentType { get; }
Property Value
SerialNumber
Serial Number
public Field? SerialNumber { get; }
Property Value
UnitOfMeasureID
Unit of Measure ID, Numeric value only, 0 through 9, where 0 always represents a single unit. 1 to 8 are used to indicate different packaging levels above the unit of use. The value 9 is used for variable quantity containers when manual key entry or scan of a secondary will be used to collect specific quantity data. The labeler should ensure consistency in this field within their packaging process.
public Field UnitOfMeasureID { get; }