StudyEnrollmentResponseDto
Type Alias: StudyEnrollmentResponseDto
[object Object]
Defined in: app/api/types.gen.ts:1073
Represents the response DTO for a study enrollment, containing all relevant information about the study enrollment, including its properties and any associated data. The StudyEnrollmentResponseDTO is used to transfer comprehensive study enrollment data from the server to the client when retrieving study enrollment information, allowing for a complete representation of the study enrollment's details in the response payload. The StudyEnrollmentResponseDTO can include properties such as the enrollment ID, member ID, member name, study ID, study title, study type, enrollment date, completion date, and status, providing a comprehensive view of the study enrollment data for the client application.
Properties
completionDate?
optionalcompletionDate?:string|null
Defined in: app/api/types.gen.ts:1081
enrollmentDate
[object Object]
Defined in: app/api/types.gen.ts:1080
id
[object Object]
Defined in: app/api/types.gen.ts:1074
memberId?
optionalmemberId?:string|null
Defined in: app/api/types.gen.ts:1075
memberName?
optionalmemberName?:string|null
Defined in: app/api/types.gen.ts:1076
status
[object Object]
Defined in: app/api/types.gen.ts:1082
studyId?
optionalstudyId?:number|null
Defined in: app/api/types.gen.ts:1077
studyTitle?
optionalstudyTitle?:string|null
Defined in: app/api/types.gen.ts:1078
studyType?
optionalstudyType?:StudyType
Defined in: app/api/types.gen.ts:1079