Additional Request Details
Request Details
<%
if (createdDate !== '') {
%>
- Submitted Date <%= formatDateToDays (createdDate) %>
<%
}
%>
<%
if (status !== '') {
%>
- Status <%= status %>
<%
}
%>
<% if (email !== '') { %>
- Email <%= email %>
<% } %>
- Phone <%= phoneNumber %>
- Best Times for VA to Call<% _.each(bestTimetoCall, function(i) { %><%= i %>
<% }); %>
- Facility <%= facility.name %>
<%
if(typeof(initialRequestMessage) === 'string'){
%>
- Request Message <%= initialRequestMessage %>
<%
}
%>
- Type of Care <%= appointmentType %>
- Provider <%= providerName + (providerPersonClass == '' ? '' : ' (' + providerPersonClass + ')')%>
<% if (providerOption !== "") { %>
- Preference <%= providerOption %>
<% } %>
- Purpose of Visit <%= purposeOfVisit %>
<%
if (purposeOfVisit === 'Other') {
%>
- Other Purpose of Visit <%= otherPurposeOfVisit %>
<%
}
%>
- Type of Visit <%= visitType %>
- 1st Choice <%= optionDate1 %> <%= optionTime1 %>
- 2nd Choice <%= optionDate2 %> <%= optionTime2 %>
- 3rd Choice <%= optionDate3 %> <%= optionTime3 %>