getParticipantDataList abstract method

Future<List<ParticipantData>> getParticipantDataList(
  1. List<String> studyDeploymentIds
)

Get currently set data for all expected participant data for a set of study deployments with studyDeploymentIds. Data which is not set equals null.

Implementation

Future<List<ParticipantData>> getParticipantDataList(
  List<String> studyDeploymentIds,
);