ConnectHealthClient

Health Agent for healthcare providers and patient engagement

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion
Link copied to clipboard
class Config

Properties

Link copied to clipboard

ConnectHealthClient's configuration

Functions

Link copied to clipboard

Activates a Subscription to enable billing for a user.

Link copied to clipboard

Creates a new Domain for managing HealthAgent resources.

Link copied to clipboard

Creates a new Subscription within a Domain for billing and user management.

Link copied to clipboard

Deactivates a Subscription to stop billing for a user.

Link copied to clipboard

Deletes a Domain and all associated resources.

Link copied to clipboard
abstract suspend fun getDomain(input: GetDomainRequest): GetDomainResponse

Retrieves information about a Domain.

Link copied to clipboard

Retrieves details about an existing Medical Scribe listening session

Link copied to clipboard

Get details of a started patient insights job.

Link copied to clipboard

Retrieves information about a Subscription.

Link copied to clipboard
abstract suspend fun listDomains(input: ListDomainsRequest = ListDomainsRequest { }): ListDomainsResponse

Lists Domains for a given account.

Link copied to clipboard

Lists all Subscriptions within a Domain.

Link copied to clipboard

Lists the tags associated with the specified resource

Link copied to clipboard

Starts a new Medical Scribe listening session for real-time audio transcription

Link copied to clipboard

Starts a new patient insights job.

Link copied to clipboard
abstract suspend fun tagResource(input: TagResourceRequest): TagResourceResponse

Associates the specified tags with the specified resource

Link copied to clipboard

Removes the specified tags from the specified resource

Inherited functions

Link copied to clipboard

Activates a Subscription to enable billing for a user.

Link copied to clipboard

Creates a new Domain for managing HealthAgent resources.

Link copied to clipboard

Creates a new Subscription within a Domain for billing and user management.

Link copied to clipboard

Deactivates a Subscription to stop billing for a user.

Link copied to clipboard

Deletes a Domain and all associated resources.

Link copied to clipboard
inline suspend fun ConnectHealthClient.getDomain(crossinline block: GetDomainRequest.Builder.() -> Unit): GetDomainResponse

Retrieves information about a Domain.

Link copied to clipboard

Retrieves details about an existing Medical Scribe listening session

Link copied to clipboard

Get details of a started patient insights job.

Link copied to clipboard

Retrieves information about a Subscription.

Link copied to clipboard

Lists Domains for a given account.

Link copied to clipboard
Link copied to clipboard

Lists all Subscriptions within a Domain.

Link copied to clipboard

Lists the tags associated with the specified resource

Link copied to clipboard

Starts a new patient insights job.

Link copied to clipboard

Associates the specified tags with the specified resource

Link copied to clipboard

Removes the specified tags from the specified resource

Link copied to clipboard

Create a copy of the client with one or more configuration values overridden. This method allows the caller to perform scoped config overrides for one or more client operations.