?("Your appointment with DR. "+appointment.ProviderName.ToUpper()+" will be started soon")
:type=="Delay"
?("Your appointment with DR. "+appointment.ProviderName.ToUpper()+" has been delayed by "+appointment.Delay)
:(appointment.PatientName+" patient "+messageType+" an Appointment with you on Date:"+appointment.AppointmentDate.ToString("dd MMMM yyyy")+" Time: "+displayTime+" "));
varproviderMessage=(type=="Confirm"
?("Your appointment with DR. "+appointment.ProviderName.ToUpper()+" will be started soon")
:type=="Delay"
?("Your appointment with DR. "+appointment.ProviderName.ToUpper()+" has been delayed by "+appointment.Delay)
:("Appointment "+messageType+" with DR. "+appointment.ProviderName.ToUpper()+" on Date:"+appointment.AppointmentDate.ToString("dd MMMM yyyy")+" Time: "+displayTime+" "));
// var previous = unitOfWork.Current.QuerySingleOrDefaultAsync<string>($@"select ""VoucherNumber"" from ""AppointmentTransaction"" order by ""AppointmentTransactionId"" desc limit 1");
c.SwaggerEndpoint(appConfiguration.BaseUrl+"/swagger"+"/v"+appConfiguration.Version+"/swagger.json","Careaxes Rest API v"+appConfiguration.Version+" Documentation");