Initial commit for work on ancestor filter with IN operator for LOINC.

This commit is contained in:
Diederik Muylwyk 2019-09-30 09:21:32 -04:00
parent 8b5888723a
commit 0386448b3f
1 changed files with 1 additions and 0 deletions

View File

@ -999,6 +999,7 @@ public abstract class BaseHapiTerminologySvcImpl implements IHapiTerminologySvc,
private void addLoincFilterAncestorIn(String theSystem, QueryBuilder theQb, BooleanJunction<?> theBool, ValueSet.ConceptSetFilterComponent theFilter) {
throw new UnsupportedOperationException();
// FIXME: DM 2019-09-30 - Working on this presently.
// FIXME: DM 2019-09-25 - Filter with op=IN on ancestor; see #1512 in GitHub.
// FIXME: DM 2019-09-26 - Once implemented, fix changelog entry for #1454 in changes.xml
// String[] values = theFilter.getValue().split(",");