Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: PhenotypeLibrary
Type: Package
Title: The OHDSI Phenotype Library
Version: 3.36.0
Date: 2025-04-02
Version: 3.37.0
Date: 2026-04-08
Author: Gowtham Rao [aut, cre]
Maintainer: Gowtham Rao <rao@ohdsi.org>
Description: A repository to store the content of the OHDSI Phenotype library.
Expand All @@ -19,7 +19,7 @@ Suggests:
testthat,
knitr
License: Apache License
RoxygenNote: 7.3.2
RoxygenNote: 7.3.3
Roxygen: list(markdown = TRUE)
Encoding: UTF-8
Language: en-US
Expand Down
11 changes: 11 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
PhenotypeLibrary 3.37.0
======================
Accepted Cohorts: No cohorts were accepted in this release.

New Cohorts: 4 were added.

1431: [P] Ectopic Pregnancy
1432: [P] Still birth
1433: [P] Live Birth
1434: [P] Miscarriage or Abortion

PhenotypeLibrary 3.36.0
======================
Accepted Cohorts: No cohorts were accepted in this release.
Expand Down
4 changes: 3 additions & 1 deletion R/Phenotypes.R
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,9 @@ getPhenotypeLog <- function(cohortIds = NULL,
#' A tibble.
#'
#' @examples
#' getPhenotypeLog(cohortIds = c(1, 2))
#' cohorts <- getPhenotypeLog()
#' subsetIds <- cohorts$cohortId[1:3]
#' getPlConceptDefinitionSet(cohortIds = subsetIds)
#'
#' @export
getPlConceptDefinitionSet <-
Expand Down
Loading
Loading