OHDSI / ROhdsiWebApi

An R package for interfacing with a WebAPI instance
https://ohdsi.github.io/ROhdsiWebApi
10 stars 17 forks source link

new function - concept set expression from cohort #19

Closed gowthamrao closed 4 years ago

gowthamrao commented 5 years ago

New function returns list of concept set expression in a cohort expression. This function does not resolve concept set expression into individual conceptId

Addresses https://github.com/OHDSI/ROhdsiWebApi/issues/17

codecov-io commented 5 years ago

Codecov Report

Merging #19 into master will decrease coverage by 0.65%. The diff coverage is 1.55%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #19      +/-   ##
=========================================
- Coverage    5.78%   5.13%   -0.66%     
=========================================
  Files           4       5       +1     
  Lines         432     526      +94     
=========================================
+ Hits           25      27       +2     
- Misses        407     499      +92
Impacted Files Coverage Δ
R/IncidenceRateAnalysis.R 0% <0%> (ø)
R/CohortCharacterization.R 0% <0%> (ø) :arrow_up:
R/CohortDefinition.R 0% <0%> (ø) :arrow_up:
R/WebApi.R 43.54% <25%> (-2.75%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 90340f0...8ffd1a0. Read the comment docs.

gowthamrao commented 5 years ago

updated