Giter VIP home page Giter VIP logo

mirth-connect-channel-examples's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

mirth-connect-channel-examples's Issues

Transformer error on HL7 to MySQL when using example provided

I am getting a transformer error when using the example from channels/json_to_hl7_dest_channel_writer/templates/json_template.json:

{
    "application_sending" : "EPICADT",
    "sending_facility" : "DH",
    "receiving_application" : "LABADT",
    "receiving_facility" : "DH",
    "time": "201301011226",
    "message_type" : "ADT^A01",
    "message_control_id" : "HL7MSG00001",
    "process_id" : "P",
    "version_id": "2.3"
}
Transformer error
ERROR MESSAGE: Error evaluating transformer
com.mirth.connect.server.MirthJavascriptTransformerException: 
CHANNEL:	HL7 to MySQL database
CONNECTOR:	HL7 to MySQL Patient database
SCRIPT SOURCE:	
SOURCE CODE:	
47:         }
48:         eval('importPackage(' + Packages.java.lang.Class.forName(className).getPackage().getName() + ')');
49:     }
50: }
51: function doScript() {
52: msg = new XML(connectorMessage.getTransformedData());
53: if (msg.namespace('') != undefined) { default xml namespace = msg.namespace(''); } else { default xml namespace = ''; }
54: function doFilter() { phase[0] = 'filter'; return true; }function doTransform() { phase[0] = 'transformer'; logger = Packages.org.apache.log4j.Logger.getLogger(phase[0]);
55: 
56: 
LINE NUMBER:	52
DETAILS:	TypeError: The content of elements must consist of well-formed character data or markup.
	at bf1e4728-2ebd-4ee6-9821-faeaafa6bc0c:52 (doScript)
	at bf1e4728-2ebd-4ee6-9821-faeaafa6bc0c:120
	at com.mirth.connect.server.transformers.JavaScriptFilterTransformer$FilterTransformerTask.doCall(JavaScriptFilterTransformer.java:154)
	at com.mirth.connect.server.transformers.JavaScriptFilterTransformer$FilterTransformerTask.doCall(JavaScriptFilterTransformer.java:119)
	at com.mirth.connect.server.util.javascript.JavaScriptTask.call(JavaScriptTask.java:113)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:745)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.