Release Notes

Release Notes

Appointment Reminders

Version 2.4.2 Released March 24, 2022                                                                                                            Previous Release Notes

Enhancements


Preferred Name Token, EV-3222 (Case #1119)

A new token, ${preferredName}, is available for use in Recurring and Scheduled type Reminder jobs. This token pulls the value for the Client’s preferred name for the reminder message if it exists. If the Client does not have a preferred name, the application falls back to the Client’s first name. The preferred name is stored in the following database locations.

  • Clinician’s Desktop - ar.client.prefername_vc
  • EchoVantage - dbo.Clients.PreferredName

This token pulls the exact value stored in the database. If both a first and last name are stored in the preferred name column, the resulting reminder message has this first and last name for this single token. If planning to use this new token with the ${lastName} token, a Client’s first name only should be captured and stored in the database for the Client’s preferred name.

Changed
Thu, 03/24/2022 - 15:36