ErxTaskOrder
public struct ErxTaskOrder : Equatable, CodableData Model that holds all relevant informations for placing an order in a pharmacy
- 
                  
                  ErxTaskOrderidentifierDeclarationSwift public let identifier: String
- 
                  
                  Task Id for the prescription DeclarationSwift public let erxTaskId: String
- 
                  
                  Access Code of the prescription DeclarationSwift public let accessCode: String
- 
                  
                  Identifier of the organization where order will be issued DeclarationSwift public let telematikId: String
- 
                  
                  FlowType describes type of task (e.G. Direktzuweisung). DeclarationSwift public var flowType: String
- 
                  
                  Contains informations about the user and the selected redeem option (optional for flowtype 162) DeclarationSwift public let payload: Payload?
- 
                  
                  Default initializer to instantiate an ErxTask order. DeclarationSwift public init(identifier: String, erxTaskId: String, accessCode: String, telematikId: String, flowType: String, payload: Payload? = nil)ParametersidentifierErxTaskOrderidentifiererxTaskIdId of the ErxTask to order accessCodeAccessCode of the prescription that should be redeemed telematikIdTelematik-ID for the organization in which the order will be placed payloadJSONInformations about the users address and the selected redeem option 
- 
                  
                  DeclarationSwift public struct Payload : Codable, Equatable
- 
                  
                  DeclarationSwift public enum Error : Swift.Error
 View on GitHub
            View on GitHub
           ErxTaskOrder Structure Reference
      ErxTaskOrder Structure Reference