Summary
The Drug Assignment email template is used to inform study participants that a drug has been assigned to a subject.
Table of Contents
Only the portions of the email marked in blue can be easily modified. If modifying other portions of the email template, view the page related to customizing email templates.
Note: This email template can only be configured for a study through the Email Notifications feature. At this time custom context keys cannot be added to the template.
Context Keys
Context Keys are used to access data from the system. Examples of their use can be seen in the following template. These context keys can also be added to the email template or relocated within the template.
Study Related Keys
- $!{applicationName} – Study name
Subject Related Keys
- $record.getName() – Subject’s ID and Initials
- $location – The name of the site at which the impacted subject is located
Template
File Name: drugAssignment.vm
<html> <body> <table border="0" width="80%" align="center"> <tr> <td valign="top"> <img src="$logoImage"> </td> <td align="right" valign="top"> <table border="0" valign="top"> <tr> <td> <font face="arial" size="3"> <b>Fountayn</b> </font> </td> </tr> <tr> <td> <font face="arial" size="1"> www.fountayn.com </font> </td> </tr> </font> </table> </td> </tr> <tr> <td colspan="2"> </td> </tr> <tr> <td colspan="2"> <br><br> $!{applicationName}<br><br> Subject $record.getName() has been assigned a $ip at location $location. </td> </tr> <tr> <td colspan="2"> <br><br> </td> </tr> </table> </body> </html>
Need more help?
Please visit the Fountayn Contact Information page.