FlowType
public enum FlowType : Equatable, RawRepresentable, Codable
-
Declaration
Swift
public enum Code
-
Declaration
Swift
public typealias RawValue = String?
-
Muster 16 (Apothekenpflichtige Arzneimittel)
Declaration
Swift
case pharmacyOnly
-
Muster 16 (Betäubungsmittel)
Declaration
Swift
case narcotic
-
Muster 16 (T-Rezepte)
Declaration
Swift
case tPrescription
-
Muster 16 (Direkte Zuweisung) [REQ:gemSpec_FD_eRp: A_21267] FlowType 169, some operations are not allowed (e.g. deleting) Indicates if a prescription has been assigned directly after prescription (a.k.a Direktzuweisung) AccessCode will not be available for theses Tasks
Declaration
Swift
case directAssignment
-
Privatkrankenversicherte (Apothekenpflichtige Arzneimittel)
Declaration
Swift
case pharmacyOnlyForPKV
-
Privatkrankenversicherte (Betäubungsmittel)
Declaration
Swift
case narcoticForPKV
-
Privatkrankenversicherte (T-Rezepte)
Declaration
Swift
case tPrescriptionForPKV
-
Privatkrankenversicherte (Direkte Zuweisung)
Declaration
Swift
case directAssignmentForPKV
-
all other (unknown) cases
Declaration
Swift
case unknown(String)
-
Declaration
Swift
public init?(rawValue: RawValue)
-
Declaration
Swift
public var rawValue: String? { get }