Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Data Across Encounters

...

Displaying a table with one row per encounter

...

Code that can be entered into a Report Template:

<%

Output.Write("<table border='1' cellspacing='5' cellpadding='5'>");
Output.Write("<tr><th>Encounter Date</th> <th>Encounter Name</th></tr>");

...

Output.Write("</table>");

%>

An example of the output from the code above:

Encounter Date

Encounter Name

10/1/2011

Baseline

11/5/2011

Month 1

12/2/2011

Month 2