GF#20487 update R5 wildcard type list to matchR4 technical correction
This commit is contained in:
parent
38a0877996
commit
bd8cfed092
|
@ -143,6 +143,7 @@ public class TypesUtilities {
|
|||
|
||||
// special cases
|
||||
res.add(new WildcardInformation("Dosage", TypeClassification.SPECIAL));
|
||||
res.add(new WildcardInformation("Meta", TypeClassification.SPECIAL));
|
||||
return res;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue