A while ago, I wrote an article “counting the study day” to
describe two ways in counting the study day: starting with zero or starting 1.
At that time, I said that both ways were acceptable.
It turns out that starting with study day 0 can cause a lot
of trouble for programming, especially in SDTM (study data tabulation model). According to SDTM Implementation Guidelines, there
should not be a study day 0 in SDTM data set. If a study protocol uses a study day
0 as the first day of study drug administration, there will be an inconsistency
when comparing the SDTM data sets (therefore, the data listings) with the
protocol. Here is what it is said about the study day in SDTM implementation
guidelines (SDTMIG).
To avoid the inconsistency issue, it is advisable that in study protocols, study day 0 should not be used. In clinical study protocols, the first day of the study drug administration (or randomization day) should always be counted as day 1 (instead of day 0). With study day 1 being the first day of the study drug administration, the 7 days after treatment will be study day 8, and so on.
The schedule of events table below is advisable. It correctly uses Day 1 as the first day of dosing.
The schedule of events table below is not advisable since it uses Day 0. To avoid the trouble for downstream SDTM programming, it is better to have study visits listed as Day 1, Day 2, Day 8, Day 15, Day 29.
Additional References:
1. Studyday calculation ( --DY Variable in SDTM)
2. SAS Programming in the Pharmaceutical Industry
Additional References:
1. Studyday calculation ( --DY Variable in SDTM)
2. SAS Programming in the Pharmaceutical Industry
2 comments:
Hi Dr. Deng,
I followed your blog for a while and learn a lot from your blog, as I am with the similar MD to epidemiology background like you.
I wonder if you can give me some advice on how can I success as you are in this field in the future?
Thanks.
linkedin.com may be the appropriate place to connect and discuss this issue.
Post a Comment