GF#20487 update R5 wildcard type list to matchR4 technical correction

This commit is contained in:
Grahame Grieve 2019-08-08 18:36:09 +10:00
parent 38a0877996
commit bd8cfed092
1 changed files with 1 additions and 0 deletions

View File

@ -143,6 +143,7 @@ public class TypesUtilities {
// special cases // special cases
res.add(new WildcardInformation("Dosage", TypeClassification.SPECIAL)); res.add(new WildcardInformation("Dosage", TypeClassification.SPECIAL));
res.add(new WildcardInformation("Meta", TypeClassification.SPECIAL));
return res; return res;
} }