FlowType
public enum FlowType : Equatable, RawRepresentable, Codable, Sendable- 
                  
                  DeclarationSwift public enum Code
- 
                  
                  DeclarationSwift public typealias RawValue = String
- 
                  
                  Muster 16 (Apothekenpflichtige Arzneimittel) DeclarationSwift case pharmacyOnly
- 
                  
                  Muster 16 (Betäubungsmittel) DeclarationSwift case narcotic
- 
                  
                  Muster 16 (T-Rezepte) DeclarationSwift 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 DeclarationSwift case directAssignment
- 
                  
                  Privatkrankenversicherte (Apothekenpflichtige Arzneimittel) DeclarationSwift case pharmacyOnlyForPKV
- 
                  
                  Privatkrankenversicherte (Betäubungsmittel) DeclarationSwift case narcoticForPKV
- 
                  
                  Privatkrankenversicherte (T-Rezepte) DeclarationSwift case tPrescriptionForPKV
- 
                  
                  Privatkrankenversicherte (Direkte Zuweisung) DeclarationSwift case directAssignmentForPKV
- 
                  
                  all other (unknown) cases DeclarationSwift case unknown(String)
- 
                  
                  DeclarationSwift public init(rawValue: RawValue)
- 
                  
                  DeclarationSwift public init(taskId: String)
- 
                  
                  DeclarationSwift public var rawValue: String { get }
 View on GitHub
            View on GitHub
           FlowType Enumeration Reference
      FlowType Enumeration Reference