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

Pharmacy/Treatment Component Order (RXC) segment — HL7v2 v2.5.1.

Describes individual components of a compound medication order (base, additives).
9 fields per HL7 v2.5.1 specification.

# `t`

```elixir
@type t() :: %HL7v2.Segment.RXC{
  component_amount: term(),
  component_code: term(),
  component_drug_strength_volume: term(),
  component_drug_strength_volume_units: term(),
  component_strength: term(),
  component_strength_units: term(),
  component_units: term(),
  extra_fields: term(),
  rx_component_type: term(),
  supplementary_code: term()
}
```

---

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