HL7v2.Segment.SFT (HL7v2 v3.10.1)

Copy Markdown View Source

Software Segment (SFT) — HL7v2 v2.5.1.

Provides information about the sending application software. 7 fields per HL7 v2.5.1 specification (field 7 withdrawn).

Summary

Types

t()

@type t() :: %HL7v2.Segment.SFT{
  extra_fields: term(),
  software_binary_id: term(),
  software_certified_version_or_release_number: term(),
  software_install_date: term(),
  software_product_information: term(),
  software_product_name: term(),
  software_vendor_organization: term()
}