Typealiases
The following typealiases are available globally.
-
A JSON dictionary, with
String
keys andAny
values.Declaration
Swift
public typealias FHIRJSON = [String: Any]
-
Alias to
FHIROperation
for neat operation usage.Declaration
Swift
public typealias $ = FHIROperation
-
The block signature for server interaction callbacks that return an error.
Declaration
Swift
public typealias FHIRErrorCallback = ((FHIRError?) -> Void)