Protocols
The following protocols are available globally.
-
Protocol for different request/response handlers.
TODO: should add
See moreResponseType
associated type as soon as those can be constrained (SE-0142 – Swift 4?).Declaration
Swift
public protocol FHIRRequestHandler
-
The base type for every FHIR element.
See moreDeclaration
Swift
public protocol FHIRType
-
Protocol for server objects to be used by
See moreFHIRResource
and subclasses.Declaration
Swift
public protocol FHIRServer
-
Undocumented
See more
-
Encapsulates a server response, which can also indicate that there was no response or not even a request, in which case the
See moreerror
property carries the only useful information.Declaration
Swift
public protocol FHIRServerResponse