I want to count the number of patients that have duplicate records or entries that meet specific criteria.
More specifically, I have a listing of CVCs. There is an entry for each CVC for a given patient. I want to count how many patients had more than 1 jugular CVC, how many patients have more than 1 subclavian CVC, etc. Is there a way to do this using a function rather than creating separate queries for each type of CVC?
Please, let me know if the request is unclear.
More specifically, I have a listing of CVCs. There is an entry for each CVC for a given patient. I want to count how many patients had more than 1 jugular CVC, how many patients have more than 1 subclavian CVC, etc. Is there a way to do this using a function rather than creating separate queries for each type of CVC?
Please, let me know if the request is unclear.