We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Computable Phenotypes can represent quite complex relations, such as this (portion of the) definition for resistant hypertension:
Has ≥ 4 simultaneous matching med classes on ≥ 2 occasions, ≥ 1 month apart.
The model must
For this example, wewould updates to operators to get this to work:
Sum
FilterValues
FilterTimes
FilterIntervals
TimeSeries<T>
w
The text was updated successfully, but these errors were encountered:
lacava
No branches or pull requests
Computable Phenotypes can represent quite complex relations, such as this (portion of the) definition for resistant hypertension:
The model must
For this example, wewould updates to operators to get this to work:
Sum
operator that takes nary TimeSeries operators and returns a time series objectFilterValues
,FilterTimes
,FilterIntervals
TimeSeries<T>
→TimeSeries<T>
w
)The text was updated successfully, but these errors were encountered: