About this project....
This Hapi Class Generator Project is used to :
- Generate new hapi HL7 message classes for the specific IHE conformance message structure.
To generate new classes, just put the Message Profile (xml file) in the src/main/conf directory
and change the file name in the pom.xml at this line : ${basedir}/src/main/conf/QBP_SLI.xml
(This example is for the QBP_SLI message)
The generated files will be put in this path ${basedir}/target/generated-sources/confgen
You can change the package name in the pom.xml : ihe.laboratory.ca.uhn.hl7v2.model.v25
This Project can be used with the HapiValidatorTest Project, to test the new generated classes.