ParticipantRepo

class ParticipantRepo(httpClient: HttpClient, databaseHelper: ResourceDatabaseHelper, backgroundScope: CoroutineScope, authenticationRepo: AuthenticationRepository) : AbstractResourceRepo

Constructors

Link copied to clipboard
constructor(httpClient: HttpClient, databaseHelper: ResourceDatabaseHelper, backgroundScope: CoroutineScope, authenticationRepo: AuthenticationRepository)

Types

Link copied to clipboard

Data class used for updating the editable fields on a study participant.

Properties

Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard

Update user's participant record. This will update the locally cached UserSessionInfo object, and trigger a background process to update the Bridge server.