enrollments

@SerialName(value = "enrollments")
@EncodeDefault(mode = EncodeDefault.Mode.NEVER)
val enrollments: Map<String, EnrollmentInfo>? = null

Parameters

enrollments

Records of every enrollment (whether withdrawn or not) in every study for this participant. The key of this mapping is the studyId, and the value is the record of the enrollment.