Перейти до основного вмісту

UpdateMedicationDto

namestring
dosagestring
frequencystring
statusstring

Possible values: [active, stopped]

startedAtstring

Дата початку (ISO date)

endedAtstring

Дата завершення (ISO date)

notestring
UpdateMedicationDto
{
"name": "string",
"dosage": "string",
"frequency": "string",
"status": "active",
"startedAt": "string",
"endedAt": "string",
"note": "string"
}