Wiki

Clone wiki

itk-payloads / childscreening / Helper

Creating a Child Screening CDA Document (The easy way)

There are two ways that the itk-payloads library can be used to create a Child Screening CDA document. The easiest way is to make use of a “helper” provided with the library. This is a simple class that takes a set of fields in the form of a ChildScreeningFields object, and uses them to create the various Java objects that represent the fields in the document. Once these fields have been populated, the helper can generate a CDA document.

Firstly, download the latest jar files from the downloads section above, and put it in your classpath.

Back

Updated