PostStudyEnrollmentDto
Type Alias: PostStudyEnrollmentDto
[object Object]
Defined in: api/types.gen.ts:1567
Defines the DTO for posting a study enrollment, containing the necessary information for creating a new study enrollment, including the study ID, member ID, enrollment date, and status. The PostStudyEnrollmentDTO is used to transfer data from the client to the server when creating a new study enrollment, ensuring that all required information is provided and validated appropriately for the creation process.
Properties
enrollmentDate
[object Object]
Defined in: api/types.gen.ts:1579
The date and time when the enrollment started.
memberId
[object Object]
Defined in: api/types.gen.ts:1575
The member associated with this enrollment.
status?
optionalstatus?:StudyStatus
Defined in: api/types.gen.ts:1580
studyId
[object Object]
Defined in: api/types.gen.ts:1571
The study associated with this enrollment.