Fhir Engine
The FHIR Engine interface that handles the local storage of FHIR resources.
Functions
Link copied to clipboard
Returns the timestamp when data was last synchronized.
Link copied to clipboard
abstract suspend fun syncDownload(download: suspend (SyncDownloadContext) -> <ERROR CLASS><List<<ERROR CLASS>>>)
Content copied to clipboard
Link copied to clipboard
abstract suspend fun syncUpload(upload: suspend (List<SquashedLocalChange>) -> <ERROR CLASS><<ERROR CLASS><LocalChangeToken, <ERROR CLASS>>>)
Content copied to clipboard