ParticipationReference class

Provide a participation endpoint reference to a CARP web service.

According to CARP core, the protocol for using the deployment sub-system is:

Inheritance

Properties

hashCode int
The hash code for this object.
no setterinherited
headers Map<String, String>
no setterinherited
rpcEndpointUri String
The URL for the participation endpoint.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
service CarpBaseService
getter/setter pairinherited
studyDeploymentId String?
The CARP study deployment ID.
no setter

Methods

getParticipantData() Future<ParticipantData>
Get currently set data for all expected participant data in this study deployment with studyDeploymentId. Data which is not set equals null.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setParticipantData(Map<String, Data> data, [String? inputByParticipantRole]) Future<ParticipantData>
Set participant data for the given inputByParticipantRole in this study deployment. If inputByParticipantRole is null, all roles can set it.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited