PostStudyEnrollmentDto

Type Alias: PostStudyEnrollmentDto

[object Object]

Defined in: app/api/types.gen.ts:1426

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: app/api/types.gen.ts:1438

The date and time when the enrollment started.


memberId

[object Object]

Defined in: app/api/types.gen.ts:1434

The member associated with this enrollment.


status?

optional status?: StudyStatus

Defined in: app/api/types.gen.ts:1439


studyId

[object Object]

Defined in: app/api/types.gen.ts:1430

The study associated with this enrollment.

On this page