clinical_quality_language icon indicating copy to clipboard operation
clinical_quality_language copied to clipboard

Include highest supported QDM version in CQL-to-ELM translator package name

Open edeyoung opened this issue 8 years ago • 2 comments

The CQL-to-ELM translator is dependent on two versioned artifacts, CQL and QDM. Currently, the package for the translator includes the CQL version but does not include the QDM version. My understanding is that the translator will be able to handle at least QDM v 5 to the latest QDM version that it supports. It would be good to have the latest supported QDM version noted in the package name to make this explicit to the user.

Lizzie

edeyoung avatar Mar 07 '17 13:03 edeyoung

What exactly is involved in this enhancement? Generating Java classes from the XSD (qdm-modelinfo-5.3.xml), and I notice the classes all have the methods hashCode, equals, toString, append, and appendFields (which are not generated from xsd and must be added). Anything else?

twilson650 avatar Mar 05 '18 19:03 twilson650

We could include this as part of the documentation rather than trying to change the package name.

JPercival avatar Sep 12 '23 19:09 JPercival