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(String inputDataType, ParticipantData data) Future<ParticipantData>
Set participant data for the given inputDataType in thsis study deployment. Returns all data for the specified study deployment, including the newly set data.
toString() String
A string representation of this object.
inherited

Operators

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