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

Test Code Configuration (TCC) segment -- HL7v2 v2.5.1.

Contains test code configuration information for laboratory automation.
14 fields per HL7 v2.5.1 specification.

# `t`

```elixir
@type t() :: %HL7v2.Segment.TCC{
  auto_dilution_factor_default: term(),
  automatic_reflex_allowed: term(),
  automatic_repeat_allowed: term(),
  automatic_rerun_allowed: term(),
  endogenous_content_of_pre_dilution_diluent: term(),
  equipment_dynamic_range: term(),
  extra_fields: term(),
  inventory_limits_warning_level: term(),
  pre_dilution_factor_default: term(),
  processing_type: term(),
  rerun_dilution_factor_default: term(),
  specimen_source: term(),
  test_application_identifier: term(),
  units: term(),
  universal_service_identifier: term()
}
```

---

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