RCAIVANO69
Technical User
The following is sample data
Service date PT-identifier exam
3/3/08 123456 ct abd
3/3/08 123456 ct chest
3/12/08 123456 ct abd
4/15/08 123456 ct body
I have group1 - pt-identitifer, group2 {@Service Date}where {@servicedate} =Cdate{Servicedate}
I have a group selection of to filter pt-identifiers which have more than one service date
DistinctCount ({@ServiceDate}, {PATIENT_IDENTIFIERS.IDENTIFIER})>1
What I need to accomplish is only show the procedures if the services date groups are within {?interval} number of days of each other (ie 14 day)
the above example should show all but the last entry
Service date PT-identifier exam
3/3/08 123456 ct abd
3/3/08 123456 ct chest
3/12/08 123456 ct abd
4/15/08 123456 ct body
I have group1 - pt-identitifer, group2 {@Service Date}where {@servicedate} =Cdate{Servicedate}
I have a group selection of to filter pt-identifiers which have more than one service date
DistinctCount ({@ServiceDate}, {PATIENT_IDENTIFIERS.IDENTIFIER})>1
What I need to accomplish is only show the procedures if the services date groups are within {?interval} number of days of each other (ie 14 day)
the above example should show all but the last entry