Skip to content

Commit

Permalink
Update handlers.py (#316)
Browse files Browse the repository at this point in the history
Updated description for "Feature-rich cohort discovery" endpoint.
  • Loading branch information
karafecho authored Jun 11, 2024
1 parent 1106a2d commit dfb1e74
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion icees_api/handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit dfb1e74

Please sign in to comment.