From 0e052b39a10c30801e8196dd49c43e16c9efa5c2 Mon Sep 17 00:00:00 2001 From: karafecho Date: Tue, 11 Jun 2024 12:47:13 -0400 Subject: [PATCH] Update handlers.py Updated description for "Feature-rich cohort discovery" endpoint. --- icees_api/handlers.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/icees_api/handlers.py b/icees_api/handlers.py index 4ba99a1..893caf5 100644 --- a/icees_api/handlers.py +++ b/icees_api/handlers.py @@ -462,7 +462,9 @@ def features( Users select an integrated feature table type (patient or visit), a predefined cohort id, and an optional study period year, and the service returns a profile of that cohort in terms of all - observations across available feature variables. + observations across available feature variables. The observations + reflect all encounters per patient across all available study period + years or the selected study period year. """ validate_table(table) cohort_meta = sql.get_features_by_id(conn, table, cohort_id)