Item

public enum Item : Equatable, Hashable, Codable, Sendable
  • Declaration

    Swift

    case codableConcept(EpaMedicationCodeCodableConcept)
  • When the ingredients is itself an EpaMedication. It may be a MedicationPznIngredient when the “main” medication is an extemporaneous preparation (Rezeptur) or MedicationPharmaceuticalProduct when the “main” medication is a medicinalProductPackage (Kombipackung)

    Declaration

    Swift

    case epaMedication(ErxEpaMedication)