K
KateB
Hi everyone,
I'm not sure if this is do-able. I have a database where patients who have
had particular tests are entered. Until recently I didn't have a unique ID
number for each patient, though each test was numbered individually. I now
need to start identifying the time between a patient's tests. If there is
more than 28 days it is considered a new episode of infection, less than 28
days and it is the same one. I need to identify 'new' episodes so therefore
need to work out how many days between the previous entries. For example:
John Smith - 1.4.08 New (0 days)
John Smith - 20.4.08 Existing (19 days)
John Smith - 11.5.08 Existing (21 days)
Mary Jones - 15.5.08 New (0 days)
John Smith - 15.6.08 New (35 days)
Mary Jones - 13.6.08 New (29 days)
So even though 6 tests have been carried out I only want to count the 4
'news'. Can anyone give me a suggestion with how to start?
Many thanks
Kate
I'm not sure if this is do-able. I have a database where patients who have
had particular tests are entered. Until recently I didn't have a unique ID
number for each patient, though each test was numbered individually. I now
need to start identifying the time between a patient's tests. If there is
more than 28 days it is considered a new episode of infection, less than 28
days and it is the same one. I need to identify 'new' episodes so therefore
need to work out how many days between the previous entries. For example:
John Smith - 1.4.08 New (0 days)
John Smith - 20.4.08 Existing (19 days)
John Smith - 11.5.08 Existing (21 days)
Mary Jones - 15.5.08 New (0 days)
John Smith - 15.6.08 New (35 days)
Mary Jones - 13.6.08 New (29 days)
So even though 6 tests have been carried out I only want to count the 4
'news'. Can anyone give me a suggestion with how to start?
Many thanks
Kate