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

Equipment Command Response (ECR) segment — HL7v2 v2.5.1.

Contains the response to an equipment command.

3 fields per HL7 v2.5.1 specification.

# `t`

```elixir
@type t() :: %HL7v2.Segment.ECR{
  command_response: term(),
  command_response_parameters: term(),
  date_time_completed: term(),
  extra_fields: term()
}
```

---

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