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

Diet Tray Instructions (ODT) segment -- HL7v2 v2.5.1.

Contains diet tray instructions.

3 fields per HL7 v2.5.1 specification.

# `t`

```elixir
@type t() :: %HL7v2.Segment.ODT{
  extra_fields: term(),
  service_period: term(),
  text_instruction: term(),
  tray_type: term()
}
```

---

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