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

Batch Trailer (BTS) segment -- HL7v2 v2.5.1.

Defines the end of a batch within a file.
3 fields per HL7 v2.5.1 specification.

# `t`

```elixir
@type t() :: %HL7v2.Segment.BTS{
  batch_comment: term(),
  batch_message_count: term(),
  batch_totals: term(),
  extra_fields: term()
}
```

---

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