diff --git a/hl7templates/hl7templates-api-jar/src/main/java/net/ihe/gazelle/tempapi/impl/ChoiceDefinitionProcessorImpl.java b/hl7templates/hl7templates-api-jar/src/main/java/net/ihe/gazelle/tempapi/impl/ChoiceDefinitionProcessorImpl.java index f59463cab9b419b3dfcf4e9531a1185b170effac..a31920441c19d4c5b024d5ab48cc59aabaca82c2 100644 --- a/hl7templates/hl7templates-api-jar/src/main/java/net/ihe/gazelle/tempapi/impl/ChoiceDefinitionProcessorImpl.java +++ b/hl7templates/hl7templates-api-jar/src/main/java/net/ihe/gazelle/tempapi/impl/ChoiceDefinitionProcessorImpl.java @@ -26,8 +26,8 @@ public abstract class ChoiceDefinitionProcessorImpl implements ChoiceDefinitionP this.processContains(ChoiceDefinitionUtil.getContains(t)); this.processItem(t.getItem()); - //Comment next line to disable processing of the unsported HL7 choices specs - this.processPredicates(ChoiceDefinitionUtil.getElements(t)); + //Comment next line to disable processing of the unsported HL7 choices + //this.processPredicates(ChoiceDefinitionUtil.getElements(t)); } }