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

CreateMedicationDto

namestringrequired
Example: Аторвастатин
dosagestring
Example: 10 мг
frequencystring
Example: 1 р/день
statusstring

Possible values: [active, stopped]

startedAtstring

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

endedAtstring

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

notestring
CreateMedicationDto
{
"name": "Аторвастатин",
"dosage": "10 мг",
"frequency": "1 р/день",
"status": "active",
"startedAt": "string",
"endedAt": "string",
"note": "string"
}