javascript - Mirth connect fails on evaluating transformers -


The

I stop I am working with v3.0.1 Connect Mirth and one, HL XML 7 v2 Conversion I'm using an XML template, pulling the value to the hl7 template and leaving it.

Destination 1 Method: File directory: C: \ dump \ AXSFLW file name: $ {message.encodedData}

Transformers:

Messages section: Tmp ['PID'] ['PID.5'] ['PID.5.1'] Mapping: msg ['day'] ['patient'] ['last name']. ToString ()

Message segment: tmp ['PID'] ['PID.5'] ['PID.5.2'] Mapping:. Msg ['day'] ['patient'] ['first'] toString ()

Source An xml file connects with Pramod when it fails with this error

  Transformer Error Error Message: Error in evaluating transformer java.lang.NullPointerException on org.mozilla.javascript.xmlimpl.XmlNode $ InternalList. Add org.mozilla.javascript.xmlimpl.XMLList.putXMLProperty (XMLList.java:151) on org.mozilla on org.mozilla.javascript.xmlimpl.XMLList.replace (XMLList.java:55) (XmlNode.java:834) .javascript.xmlimpl.XMLList.putXMLProperty (XMLList.java:150) org.mozilla.javascript.xmlimpl.XMLObjectImpl.put (XMLObjectImpl.java:261) org.mozilla.javascript.ScriptRuntime.setObjectElem at (ScriptRuntime.java.1571) ) At org.mozilla.javascript.ScriptRuntime.setObjectElem org.mozilla.javascript.Interpreter.doSetElem (Interpreter.java jun227) org.mozilla.javascript.Interpreter.interpretLoop at (ScriptRuntime.java.1464) (Interpreter.java: 1264) org.mozilla.javascript.Interpreter.interpret (Interpreter.java:815) org.mozilla.javascript.InterpretedFunction.call (InterpretedFunction.java:109) at org.mozilla.javascript.ContextFactory.doTopCall at (ContextFactory.java: 394) org.mozilla.javascript.ScriptRuntime.doTopCall (ScriptRuntime.java3110) org.moz On illa.javascript.InterpretedFunction.exec (InterpretedFunction.java:120) at com.mirth.connect.server.util.javascript.JavaScriptTask. ExecuteScript (JavaScriptTask.java:49) on Com.mirth.connect.server.transformers. Javascript Filter Transformer $ FilterTransformTask.Col (JavaScriptFilterTransformer.java:123) com.mirth.connect.server.transformers.javaScriptFilterTransformer $ FilterTransformerTask.call (javaScriptFilterTransformer.java.util.concurrent.fu Java: 100) java.util.concurrent. ThreadPoolExecutor $ Worker.run on java.util.concurrent.ThreadPoolExecutor.runWorker at java.util.concurrent.FutureTask.run (unknown source) tureTask $ Sync.innerRun (unknown source) (unknown source) java.lang .Thread.run (unknown source)  

Hope someone can point me to a solution It can help any Seemed to work Mirth Connect 2.1.

The only way for me to remove the steps in this long transformer get the last things As long as things do not work again and then try to add them in one time until I find a specific step to cause the problem.

In this case, you are sure that is causing the issue that you do not have a filter stage ... I've just seen Jawaskriptfiltr Tronsformr and rings the bell for some reason

In addition, you think you did it before, but are you sure your data types are correct?


Comments

Popular posts from this blog

import - Python ImportError: No module named wmi -

Editing Python Class in Shell and SQLAlchemy -

c# - MySQL Parameterized Select Query joining tables issue -