Open samussiah opened 5 hours ago
@samussiah so, phase
is no longer required in the specs for these?
For the most generic, broadly applicable approach it's not required. In practice phase
, extrt
, and sdrgreas
are all used but that can always be added to the mapping spec as needed.
Feature Details
Replace
SELECT * FROM df WHERE sdrgyn = 'N' AND phase = 'Blinded Study Drug Completion'
withSELECT DISTINCT subjid FROM df WHERE sdrgyn = 'N'
.Example Code
Possible Implementation
Additional Comments
For broader compatibility, with
gsm.datasim
and actual study data.