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

Sterilization Device Data (SDD) segment -- HL7v2 v2.6 extension.

Contains sterilization device data.
7 fields.

# `t`

```elixir
@type t() :: %HL7v2.Segment.SDD{
  control_code: term(),
  device_data_state: term(),
  device_name: term(),
  device_number: term(),
  extra_fields: term(),
  load_status: term(),
  lot_number: term(),
  operator_name: term()
}
```

---

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