jenschmidt
Programmer
We are dealing with patient data and would like to calculate the amount of time between patient visits in order to make sure everyone is coming in as often as they should be. Example of data:
PtName PtNumber LastVisit TransactionNumber
Jane Doe 15 10/15/99 101452
Jane Doe 15 11/01/99 115438
Jane Doe 15 12/03/99 123546
Jane Doe 15 01/02/00 259877
How do I calculate the amount of time (in days) that has passed between each visit? jennifer.giemza@uwmf.wisc.edu
PtName PtNumber LastVisit TransactionNumber
Jane Doe 15 10/15/99 101452
Jane Doe 15 11/01/99 115438
Jane Doe 15 12/03/99 123546
Jane Doe 15 01/02/00 259877
How do I calculate the amount of time (in days) that has passed between each visit? jennifer.giemza@uwmf.wisc.edu