Package com. google. android. fhir
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The DateProvider Instance FhirEngine uses for date/time related operations.
Link copied to clipboard
The FHIR Engine interface that handles the local storage of FHIR resources.
Link copied to clipboard
data class FhirEngineConfiguration(enableEncryptionIfSupported: Boolean, databaseErrorStrategy: DatabaseErrorStrategy, serverConfiguration: ServerConfiguration?)
Content copied to clipboard
A configuration which describes the database setup and error recovery.
Link copied to clipboard
The builder for FhirEngine instance
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class ServerConfiguration(baseUrl: String, authenticator: Authenticator?)
Content copied to clipboard
A configuration to provide the remote FHIR server url and an Authenticator for supplying any auth token that may be necessary to communicate with the server.
Link copied to clipboard