ginberg
ginberg
searching in the datatable has worked since implementing this feature a while ago, see [issue](https://github.com/jrowen/rhandsontable/issues/169) But it seems it's not working anymore. I have checked the rhandsontable_search example in the...
FeatureExtraction has integrated the solution that CohortDiagnostics currently has to filter covariates by minCharacterizationMean. So since FE version 3.5.0, you can add this parameter to [getDbCovariateData](https://github.com/OHDSI/CohortDiagnostics/blob/03c40ab06832a329f2c904fbd686a0596ea9af6f/R/CohortCharacterizationDiagnostics.R#L40)
I had some issues with getting the handsontable example working correctly, for example the ordering of items is not always the same. I guess this is something one should handle...
see #229
see #244
In version 3.4.0, we have deprecated the "cohortId" param and introduced "cohortIds" instead. The next step is to remove the "cohortId" param from the code. [See for example](https://github.com/OHDSI/FeatureExtraction/blob/main/R/GetCovariates.R#L114-L117)
There is an [OMOP CDM oncology extension](https://ohdsi.github.io/CommonDataModel/oncology.html) which is planned for the next release (v6.1) Currently there is [1 database](https://iknl.nl/en/ncr) that is using it. It would be good if FeatureExtraction...
This happens when I have cleared my Eunomia data directory and I am using the develop branch ``` > library(Eunomia) > connectionDetails
For Darwin we have a data partner that is using active directory authentication to setup their connection to sql server and they are getting an error when creating a temp...
see #255