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

Imaging Procedure Control (IPC) segment -- HL7v2 v2.5.1.

Contains imaging procedure control information.
9 fields per HL7 v2.5.1 specification.

# `t`

```elixir
@type t() :: %HL7v2.Segment.IPC{
  accession_identifier: term(),
  extra_fields: term(),
  modality: term(),
  protocol_code: term(),
  requested_procedure_id: term(),
  scheduled_ae_title: term(),
  scheduled_procedure_step_id: term(),
  scheduled_procedure_step_location_list: term(),
  scheduled_station_name: term(),
  study_instance_uid: term()
}
```

---

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