Removed scratch notes.

This commit is contained in:
Diederik Muylwyk 2019-09-26 11:42:26 -04:00
parent efae77a330
commit b6400764c4
1 changed files with 0 additions and 76 deletions

View File

@ -541,44 +541,6 @@ public class TerminologySvcImplDstu3Test extends BaseJpaDstu3Test {
myTermSvc.expandValueSet(vs);
}
/*
FIXME: DM 2019-09-25 - Remove this comment once ancestor/descendant filters are working.
code1 = 50015-7
code2 = 43343-3
code3 = 43343-4
code4 = 47239-9
code1
-code2
-code3
-code4
testExpandValueSetPropertyFilterLoincAncestorWithExcludeAndEqual
exclude
ancestor = code1->[code1]
ancestor = code2->[code1,code2]
ancestor = code3->[code1,code2,code3,code4]
ancestor = code4->[code1,code2,code3,code4]
testExpandValueSetPropertyFilterLoincAncestorWithExcludeAndIn
exclude
ancestor in code1,code2,code3,code4->[code1]
testExpandValueSetPropertyFilterLoincAncestorWithIncludeAndEqual
include
ancestor = code1->[code2,code3,code4]
ancestor = code2->[code3,code4]
ancestor = code3->[]
ancestor = code4->[]
testExpandValueSetPropertyFilterLoincAncestorWithIncludeAndIn
include
ancestor in code1,code2,code3,code4->[code2,code3,code4]
testExpandValueSetPropertyFilterLoincAncestorWithUnsupportedOp
testExpandValueSetPropertyFilterLoincAncestorWithUnsupportedSystem
*/
@Test
public void testExpandValueSetPropertyFilterLoincAncestorWithExcludeAndEqual() {
createLoincSystemWithSomeCodes();
@ -1048,44 +1010,6 @@ public class TerminologySvcImplDstu3Test extends BaseJpaDstu3Test {
myTermSvc.expandValueSet(vs);
}
/*
FIXME: DM 2019-09-25 - Remove this comment once ancestor/descendant filters are working.
code1 = 50015-7
code2 = 43343-3
code3 = 43343-4
code4 = 47239-9
code1
-code2
-code3
-code4
testExpandValueSetPropertyFilterLoincDescendantWithExcludeAndEqual
exclude
descendant = code1->[code1,code2,code3,code4]
descendant = code2->[code2,code3,code4]
descendant = code3->[code3,code4]
descendant = code4->[code3,code4]
testExpandValueSetPropertyFilterLoincDescendantWithExcludeAndIn
exclude
descendant in code1,code2,code3,code4->[code3,code4]
testExpandValueSetPropertyFilterLoincDescendantWithIncludeAndEqual
include
descendant = code1->[]
descendant = code2->[code1]
descendant = code3->[code1,code2]
descendant = code4->[code1,code2]
testExpandValueSetPropertyFilterLoincDescendantWithIncludeAndIn
include
descendant in code1,code2,code3,code4->[code1,code2]
testExpandValueSetPropertyFilterLoincDescendantWithUnsupportedOp
testExpandValueSetPropertyFilterLoincDescendantWithUnsupportedSystem
*/
@Test
public void testExpandValueSetPropertyFilterLoincDescendantWithExcludeAndEqual() {
createLoincSystemWithSomeCodes();