data: function () {
return {
active_list_appointments_template: false,
patient: null,
disease_history: null,
drug: {
id: null,
patient: null,
disease_history: null,
drug: null,
start_day: null,
end_day: null,
is_delete: false,
},
list_appointments_drugs: [],
}
},