generated from Sithas/conan_template
База для ручки PostUserMedicationsExecutor.h
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
#pragma once
|
||||
|
||||
#include "medication_dto.h"
|
||||
|
||||
namespace uad
|
||||
{
|
||||
struct treatment_scheme_dto {
|
||||
std::string scheme_uuid;
|
||||
medication_dto medication;
|
||||
};
|
||||
}
|
||||
@@ -1,6 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include "treatment_scheme_dto.h"
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
namespace uad
|
||||
{
|
||||
@@ -8,7 +9,8 @@ struct user_treatment_scheme_dto {
|
||||
std::string uuid;
|
||||
std::string user_uuid;
|
||||
std::string treatment_name;
|
||||
std::optional<std::string> instructions;
|
||||
std::vector<treatment_scheme_dto> medications;
|
||||
std::string instructions;
|
||||
|
||||
std::vector<std::string> medication_uuids;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user