HL7v2.Segment.TCC (HL7v2 v3.10.1)

Copy Markdown View Source

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.

Summary

Types

t()

@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()
}