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

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).

# `t`

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

---

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