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

CreateVaccinationDto

vaccineNamestringrequired
Example: Інфанрикс Гекса
doseLabelstring

Доза/серія

Example: V1
administeredAtstringrequired

Дата введення (ISO date)

nextDueAtstring

Дата наступної дози (ISO date)

manufacturerstring
Example: GSK
batchNumberstring

Серія/партія

notestring
CreateVaccinationDto
{
"vaccineName": "Інфанрикс Гекса",
"doseLabel": "V1",
"administeredAt": "string",
"nextDueAt": "string",
"manufacturer": "GSK",
"batchNumber": "string",
"note": "string"
}