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

Blood Product Order (BPO) segment -- HL7v2 v2.5.1.

Contains blood product order information.
14 fields per HL7 v2.5.1 specification.

# `t`

```elixir
@type t() :: %HL7v2.Segment.BPO{
  bp_amount: term(),
  bp_indication_for_use: term(),
  bp_informed_consent_indicator: term(),
  bp_intended_dispense_from_address: term(),
  bp_intended_dispense_from_location: term(),
  bp_intended_use_date_time: term(),
  bp_processing_requirements: term(),
  bp_quantity: term(),
  bp_requested_dispense_date_time: term(),
  bp_requested_dispense_to_address: term(),
  bp_requested_dispense_to_location: term(),
  bp_units: term(),
  bp_universal_service_id: term(),
  extra_fields: term(),
  set_id: term()
}
```

---

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