updateParticipantDataConfiguration abstract method
Future<StudyProtocol>
updateParticipantDataConfiguration(
- String protocolId,
- String versionTag,
- List<
ExpectedParticipantData> 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(
String protocolId,
String versionTag,
List<ExpectedParticipantData> expectedParticipantData,
);