Published on 12 Avr, 2017 by Lisa Hayes
The Hello World project illustrates the basic functionality of Message Builder, which includes:
- Configuring a Code Resolver
- Creating a Document
- Reading/Walking aDocument
- Document Validation
There are 2 different documents that the examples make use of:
- ConsultationNote (create, and read/walk through)
- ProcedureNote (standalone validation)
You can download the Hello World project below:
- Download the Java HelloWorld project
- Unzip the file to a local directory
- Use Maven to convert it into an Eclipse project:
mvn eclipse:eclipse -f message-builder-hello-world-cda-project-pom.xml - Import within Eclipse
- The sample code can be found under the ca.infoway.messagebuilder.guide.hello_world package. Run the sample document as a Java application.