Skip to content
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

Implement DescendantOf and isNotA filter #2740

Merged
merged 11 commits into from
Apr 2, 2024

Conversation

mmsmits
Copy link
Member

@mmsmits mmsmits commented Mar 20, 2024

No description provided.

@mmsmits mmsmits requested a review from ewoutkramer March 20, 2024 15:12
};
}

private static IEnumerable<CodeSystem.ConceptDefinitionComponent> applyIsAFilter(List<CodeSystem.ConceptDefinitionComponent> concepts, List<CodeSystem.PropertyComponent> properties, ValueSet.FilterComponent filter)
private static IEnumerable<CSDC> applyDescentantOfFilter(List<CSDC> concepts, List<CodeSystem.PropertyComponent> properties, ValueSet.FilterComponent filter)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like these functions have the same "body", but can be parameterized using a Func<> to make it one function. Not sure, but looks like it.

@mmsmits mmsmits requested a review from ewoutkramer March 28, 2024 14:14
@mmsmits mmsmits enabled auto-merge March 28, 2024 14:14
@mmsmits mmsmits merged commit d33ed77 into develop Apr 2, 2024
16 checks passed
@mmsmits mmsmits deleted the feature/support-other-filters branch April 2, 2024 08:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants