ACRCode / acr_assist_modules

ACR Assist is a clinical decision support framework designed to provide structured clinical guidance to radiologists in a manner that allows this content to be incorporated naturally into the radiology workflow.
MIT License
12 stars 5 forks source link

choiceConditionalProperty is improperly specified in the schema #10

Closed roxas232 closed 5 years ago

roxas232 commented 5 years ago

I believe that: choiceConditionalProperty = element ConditionalProperty { baseConditionalPropertyContents, ChoiceNotRelevant? }

should be the following instead

choiceConditionalProperty = element ConditionalProperty { baseConditionalPropertyContents, ChoiceNotRelevant?+ }

TJepsonACR commented 5 years ago

The multiplicity of ChoiceNotRelevant is removed and added wherever it is used