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

Product Detail Country (PDC) segment -- HL7v2 v2.5.1.

Contains product detail country information for product experience.
15 fields per HL7 v2.5.1 specification.

# `t`

```elixir
@type t() :: %HL7v2.Segment.PDC{
  brand_name: term(),
  catalogue_identifier: term(),
  country: term(),
  date_first_marketed: term(),
  date_last_marketed: term(),
  device_family_name: term(),
  expected_shelf_life: term(),
  extra_fields: term(),
  generic_name: term(),
  labeled_shelf_life: term(),
  manufacturer_distributor: term(),
  marketing_approval_id: term(),
  marketing_basis: term(),
  model_identifier: term(),
  other_identifier: term(),
  product_code: term()
}
```

---

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