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

CreateConclusionDto

titlestringrequired
Example: Висновок УЗД
bodystringrequired

Фінальний текст (після підстановки)

templateIdnumber

ID шаблону-джерела

medicalEntryIdnumber

ID візиту

doctorNamestring

ПІБ лікаря (снепшот)

CreateConclusionDto
{
"title": "Висновок УЗД",
"body": "string",
"templateId": 0,
"medicalEntryId": 0,
"doctorName": "string"
}