Summary

The Unblinded email template is used to inform study participants that a study subject has been unblinded and can now view his or her assigned treatment type and drug type.

 

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.

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.

  • $!{applicationName}– Study name
  • $patient.getSite().getName() – The name of the site where activation occurred
  • $patient.getRecord().getName() – Subject’s ID and Initials
  • $unblindedDateTime – Date and time that the unblinding occurred

Template

File Name: unblinded.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>
      </table>
    </td>
  </tr>
  <tr>
    <td colspan="2">
      &nbsp;
    </td>
  </tr>
  <tr>
    <td colspan="2">
  <br><br>

  $!{applicationName}<br><br>

  $patient.getSite().getName() Subject $patient.getRecord().getName() was unblinded.
    </td>
  </tr>
  <tr>
    <td align="left">

      <table width="100%" border="0">
        <tr>
        
          <td align="right" width="50%">
            Patient ID: 
            </td>
            <td align="left" width="50%">
            $patient.getRecord().getName()
            </td>
          </tr> 
  <tr>
    <td align="right">
  Unblinding Date: 
    </td>
    <td>
      $unblindedDateTime
    </td>
  </tr>
      </table>
    
    </td>
  </tr>
    
</table>
</body>
</html>

Need more help?

Please visit the Fountayn Contact Information page.