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

Sterilizer Configuration (SCP) segment — HL7v2 v2.6+ (Chapter 17 Materials Management).

Contains sterilizer/decontamination device configuration: number of
devices, labor calculation type, date format, device identification,
type, and lot control.

8 fields per HL7 v2.6 specification. All fields are required.

# `t`

```elixir
@type t() :: %HL7v2.Segment.SCP{
  date_format: term(),
  device_model_name: term(),
  device_name: term(),
  device_number: term(),
  device_type: term(),
  extra_fields: term(),
  labor_calculation_type: term(),
  lot_control: term(),
  number_of_decontamination_sterilization_devices: term()
}
```

---

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