HL7v2.Segment.TCD (HL7v2 v3.10.1)

Copy Markdown View Source

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.

Summary

Types

t()

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