-
Notifications
You must be signed in to change notification settings - Fork 141
New issue
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
Temporal annual distribution functionality and temporal FeatureExtraction capability enablement #2950
base: master
Are you sure you want to change the base?
Conversation
…ded a new row of tabs for cohorts, added support for 2+ cohorts in covariates window
ATL-10 bugfixes
Depends on OHDSI/FeatureExtraction#271 |
As I was fixing the read-only state, I also ran into a comple of other issues:
Found isAnnualPrevalenceSupported and isTemporalPrevalenceSupported set up as a computed(). It should be pureComputed() and it's pretty easily fixed.
This code:
I believe the expression that those 2 pure computeds are returning is simply 'is any supportsAnnual == true in the collection?' The way the The question is: why express it like that? Isn't the closest approximation to represent the aforementioned logic is:
The above reads: 'There is some analysis where supportsAnnual is true'. The above may need to be written a bit more complex to handle null cases (or other corner cases, but I don't think we'd need to do that since null and empty values are falsey). I'd like to understand the justification/rationalization of using a |
Supporting OHDSI/WebAPI#2331 to enable temporal annual distribution extending the existing temporal functionality
Each Covariate in a table depending on the FeatureAnalysis support of temporal and temporal annual distribution and analysis execution results availability (activated while configuring an analysis design) will allow to explore temporal details in a separate window to be opened after clicking on a corresponding link