getParticipantData abstract method

Future<ParticipantData> getParticipantData(
  1. String studyDeploymentId
)

Get currently set data for all expected participant data in the study deployment with studyDeploymentId. Data which is not set equals null.

Implementation

Future<ParticipantData> getParticipantData(String studyDeploymentId);