wardle / rsterminology

An open-source SNOMED-CT implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add flexible API for performing searches.

wardle opened this issue · comments

Instead of hard-coding an array of parent concepts, build an API to add filters to queries. This will be useful when supporting filtering based on direct concept ancestry (rather than the current recursive ancestry along IS-A relationships).

This is now resolved.