- This topic has 2 replies, 3 voices, and was last updated 15 years, 6 months ago by .
-
Topic
-
Currently I am working on a project requiring conversion of xml to hl7. I have approached this in two ways, both using a valid schema (xsd): 1. Xlate
2. TCL ( using grm for the DOM tree and then just building the HL7 in-line)
Messages are significant in size ( > 4Mb ) with multiple images ( base64 ) eg: ( excerpt from .xml ) being converted to multiple OBX’s in the HL7
20070720165332-0600 20070720171216-0600 1 JPEG Base64 /9j/SkZJRgABAAEAyADIAA 20070720165332-0600 20070720171223-0600 2 JPEG Base64 /9j/4AAQSkZJRgABAAEAyADIAAD// The issue comes into play with larger Images, It can take up to 4hrs to process a single message, however, if dealing with small images, I get sub-second response.
Any help or direction on what may be causing this issue would be appreciated
- The forum ‘Cloverleaf’ is closed to new topics and replies.