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

Test Code Detail (TCD) segment -- HL7v2 v2.5.1.

Contains test code detail information for laboratory automation.
8 fields per HL7 v2.5.1 specification.

# `t`

```elixir
@type t() :: %HL7v2.Segment.TCD{
  analyte_repeatability: term(),
  auto_dilution_factor: term(),
  automatic_repeat_allowed: term(),
  endogenous_content_of_pre_dilution_diluent: term(),
  extra_fields: term(),
  pre_dilution_factor: term(),
  reflex_allowed: term(),
  rerun_dilution_factor: term(),
  universal_service_identifier: term()
}
```

---

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