Skip to content

Commit

Permalink
add device exposure
Browse files Browse the repository at this point in the history
  • Loading branch information
mdlavallee92 committed May 16, 2024
1 parent b0c61cb commit b935b5c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions R/query.R
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,21 @@ drugExposure <- function(conceptSet, ...) {
...)
}


#' Query the drug domain
#'
#' @param conceptSet A drug concept set
#' @param ... optional attributes
#'
#' @return A Capr Query
#' @export
deviceExposure <- function(conceptSet, ...) {

query(domain = "DeviceExposure",
conceptSet = conceptSet,
...)
}

#' Query the measurement domain
#'
#' @param conceptSet A measurement concept set
Expand Down

0 comments on commit b935b5c

Please sign in to comment.