Is there a way to populate the patient banner to include the patient's email address? I have the same settings from CPS 9.5 in CPS 10 & it is not populating. This is what I have:
E-Mail Address: {PATIENT.EMAIL}
{PATIENT.EMAIL} worked for me. Did you copy / paste it? If so paste it in notepad first then copy it out of notepad and paste in the banner...
This is what I have for the Banner: (I did not copy and paste either)
{PATIENT.LABELNAME}
{if PATIENT.PSTATUS = "X" then "DECEASED: " + PATIENT.DATEOFDEATH else "" endif}{if PATIENT.PSTATUS = "I" then "INACTIVE" else "" endif}{if PATIENT.PSTATUS = "O" then "OBSOLETE" else "" endif} Home: {if PATIENT.ALTPHONE = "" then "None" else PATIENT.ALTPHONE endif} Work: {if PATIENT.WORKPHONE = "" then "None" else PATIENT.WORKPHONE endif} Cell: {if PATIENT.CELLPHONE = "" then "None" else PATIENT.CELLPHONE endif} E-Mail Address: {PATIENT.EMAIL}
{PATIENT.FORMATTEDAGE}, {PATIENT.SEX}
(DOB: {Patient.DateOfBirth})
Patient ID: {PATIENT.PATIENTID} Insurance: {INS_PLAN()} Secondary: {INS_PLAN("S")} Provider: {PATIENT.RESPPROVID}