StudyUpdateDto
Type Alias: StudyUpdateDto
[object Object]
Defined in: api/types.gen.ts:2017
Defines the DTO for updating an existing study, containing all necessary information for modifying a study's properties. The StudyUpdateDTO is used to transfer data from the client to the server when updating an existing study, allowing for changes to be made to the study's details while ensuring that the provided information is validated appropriately for the update process.
Properties
active
[object Object]
Defined in: api/types.gen.ts:2030
Status of the study. Inactive studies are hidden from the public registration form, but are preserved in the database for historical records and statistics.
nominalDurationYears
[object Object]
Defined in: api/types.gen.ts:2025
The default duration of the study in years.
title
[object Object]
Defined in: api/types.gen.ts:2021
The title of the study.
type
[object Object]
Defined in: api/types.gen.ts:2026