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?

optional completionDate?: 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?

optional memberId?: string | null

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


memberName?

optional memberName?: string | null

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


status

[object Object]

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


studyId?

optional studyId?: number | null

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


studyTitle?

optional studyTitle?: string | null

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


studyType?

optional studyType?: StudyType

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

On this page