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, zusatzattribut: Zusatzattribut? = 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? -
Pharmazentralnummer (PZN)
Declaration
Swift
public let pzn: String? -
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? -
Zusätzliche Angaben aufgrund AMPreisV, etc.
Declaration
Swift
public let zusatzattribut: Zusatzattribut? -
Declaration
Swift
public enum Zusatzattribut : Hashable, Codable
View on GitHub
ChargeableItem Structure Reference