PostStudyEnrollmentDto
Type Alias: PostStudyEnrollmentDto
[object Object]
Defined in: app/api/types.gen.ts:861
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:864
memberId
[object Object]
Defined in: app/api/types.gen.ts:863
status?
optionalstatus?:StudyStatus
Defined in: app/api/types.gen.ts:865
studyId
[object Object]
Defined in: app/api/types.gen.ts:862