Skip to content

Commit

Permalink
fix filter name to include operator when name is automatically generated
Browse files Browse the repository at this point in the history
  • Loading branch information
nettam committed Nov 5, 2023
1 parent 2963a5b commit 931cd57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: naryn
Title: Native Access Medical Record Retriever for High Yield Analytics
Version: 2.6.24
Version: 2.6.25
Authors@R: c(
person("Misha", "Hoichman", , "misha@hoichman.com", role = "aut"),
person("Aviezer", "Lifshitz", , "aviezer.lifshitz@weizmann.ac.il", role = c("aut", "cre")),
Expand Down
2 changes: 1 addition & 1 deletion R/filter.R
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ emr_filter.create <- function(filter, src, keepref = FALSE, time.shift = NULL, v

auto_filter <- FALSE
if (is.null(filter)) {
filter <- emr_filter.name(src, keepref, time.shift, val, expiration)
filter <- emr_filter.name(src, keepref, time.shift, val, expiration, operator)
auto_filter <- TRUE
}

Expand Down

0 comments on commit 931cd57

Please sign in to comment.