Environment

interface Environment

An interface that needs to be implemented by the SDK consumer to provide information about the services the SDK needs to talk to.

Properties

fhirOrchUrl
Link copied to clipboard
abstract val fhirOrchUrl: String
The base URL of the Fhir Orchestration DexCare services.
isProd
Link copied to clipboard
abstract val isProd: Boolean
Implement this as true when the app is running in a production environment.
virtualVisitUrl
Link copied to clipboard
abstract val virtualVisitUrl: String
The base URL of the Visit Service DexCare service.