# `HL7v2.Segment.ILT`
[🔗](https://github.com/Balneario-de-Cofrentes/hl7v2/blob/v3.10.1/lib/hl7v2/segment/ilt.ex#L1)

Material Lot (ILT) segment — HL7v2 v2.6+ (Chapter 17 Materials Management).

Lot-specific tracking detail for inventory items. Complements ITM by
capturing per-lot expiration dates, received-and-on-hand quantities, and
lot-level cost data.

10 fields per HL7 v2.6 specification.

# `t`

```elixir
@type t() :: %HL7v2.Segment.ILT{
  extra_fields: term(),
  inventory_expiration_date: term(),
  inventory_lot_number: term(),
  inventory_on_hand_date: term(),
  inventory_on_hand_quantity: term(),
  inventory_on_hand_quantity_unit: term(),
  inventory_received_date: term(),
  inventory_received_item_cost: term(),
  inventory_received_quantity: term(),
  inventory_received_quantity_unit: term(),
  set_id: term()
}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
