OHDSI / ROhdsiWebApi

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

Post concept set #116

Closed gowthamrao closed 4 years ago

gowthamrao commented 4 years ago

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

With this PR we are able to post definitions of Cohorts and ConceptSets.

This framework is working for cohort and conceptset, but not incidence rate, pathways, cohort characterization, estimation or prediction. Tagging @chrisknoll @anthonysena - as i may need guidance from you two

@schuemie could you please review this code

gowthamrao commented 4 years ago

@schuemie i am having issues with R check and unit tests for now.

codecov-commenter commented 4 years ago

Codecov Report

Merging #116 into develop will decrease coverage by 40.09%. The diff coverage is 0.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #116       +/-   ##
===========================================
- Coverage    40.09%   0.00%   -40.10%     
===========================================
  Files           12      12               
  Lines          873     897       +24     
===========================================
- Hits           350       0      -350     
- Misses         523     897      +374     
Impacted Files Coverage Δ
R/Estimation.R 0.00% <0.00%> (ø)
R/WebApi.R 0.00% <0.00%> (-74.13%) :arrow_down:
R/Concept.R 0.00% <0.00%> (-100.00%) :arrow_down:
R/Private.R 0.00% <0.00%> (-100.00%) :arrow_down:
R/ConceptSet.R 0.00% <0.00%> (-76.05%) :arrow_down:
R/AutoGeneratedDefinitions.R 0.00% <0.00%> (-75.00%) :arrow_down:
R/CohortDefinition.R 0.00% <0.00%> (-34.57%) :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 53a6387...2bc016f. Read the comment docs.