| Type | Description | Reading/Notes |
|---|---|---|
| #REREPLACE(LCASE(pathway.Type), "((^| )[a-z]{1})", "\U\1", 'ALL')# | #REREPLACE(LCASE(pathway.Description), "((^| )[a-z]{1})", "\U\1", 'ALL')# |
| Type | Description | Visit Date | Reading/Notes |
|---|---|---|---|
| #REREPLACE(LCASE(pd.Type), "((^| )[a-z]{1})", "\U\1", 'ALL')# | #REREPLACE(LCASE(pd.Description), "((^| )[a-z]{1})", "\U\1", 'ALL')# | #DateFormat(pd.Visit_Date, 'mm/dd/yyyy')# |