I have been experimenting with the concept of transforming HL7 input into a CDA document and am running into a little problem. Let me describe my setup
First I have a HealthShare production with three simple components.
1. I have a Enslib.HL7.FileService which looks in a specified directory for files containing HL7 messages to process. That service picks up the message and passes it to a custom business operation which is setup to transform it to CDA.
2. I have a custom business operation that I wrote that accepts the a Enslib.HL7.
