OHDSI / omock

https://ohdsi.github.io/omock/
Apache License 2.0
2 stars 0 forks source link

mockDrugEra() #53

Closed ilovemane closed 3 months ago

ilovemane commented 3 months ago

suggestions? I think there are two ways we can possibly have this. As I guess it can only be generated if drugExposure table exist.

  1. mockDrugExposure() |> mockDrugEra()

  2. mockDrugExposure(drugEra = T)

I think we need both, as user can give as their own drug_exposure table and we use mockDrugEra() to compute the drugEra table for them using mockDrugEra()?

@edward-burn @catalamarti

catalamarti commented 3 months ago

for the moment we do not populate conditionEra or drugEra tables... Will see in the future...

ilovemane commented 3 months ago

I will close this for now.