ChargeableItem

public struct ChargeableItem : Hashable, Codable
  • Declaration

    Swift

    public init(
        factor: Decimal,
        price: Decimal?,
        description: String? = nil,
        pzn: String? = nil,
        ta1: String? = nil,
        hmrn: String? = nil
    )
  • The factor that has been applied on the base price for calculating this component

    Declaration

    Swift

    public let factor: Decimal
  • An amount of economic utility in some recognized currency.

    Declaration

    Swift

    public let price: Decimal?
  • Handelsname und Packungsgröße

    Declaration

    Swift

    public let description: String?
  • pzn

    Pharmazentralnummer (PZN)

    Declaration

    Swift

    public let pzn: String?
  • ta1

    Sonderkennzeichen aus der Technischen Anlage 1 zur Arzneimittelabrechnungsvereinbarung

    Declaration

    Swift

    public let ta1: String?
  • Hilfsmittelpositionsnummer bei Applikationshilfen ohne PZN

    Declaration

    Swift

    public let hmrn: String?