HL7v2.Segment.SCP (HL7v2 v3.10.1)

Copy Markdown View Source

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.

Summary

Types

t()

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