Quicklook Table. This table represents a brief summary for the selected encounter.
| Date |
Appt Status |
Location |
Provider |
Facility |
{{#if allGroupedEncounters}}
{{#each allGroupedEncounters}}
| {{dateTime}} |
{{Status}} |
{{Location}} |
{{Provider}} |
{{Facility}} |
{{/each}}
{{/if}}