updateParticipantDataConfiguration abstract method

Future<StudyProtocol> updateParticipantDataConfiguration(
  1. StudyProtocolId protocolId,
  2. String versionTag,
  3. List<ParticipantAttribute> expectedParticipantData
)

Replace the expected participant data for the study protocol with the specified protocolId and versionTag with expectedParticipantData.

Returns the updated StudyProtocol.

Implementation

Future<StudyProtocol> updateParticipantDataConfiguration(
  StudyProtocolId protocolId,
  String versionTag,
  List<ParticipantAttribute> expectedParticipantData,
);