mirth
How to get HL7 templates for Mirth Connect?
I\'m new to this HL7 standard, but earlier I worked on NCPDP standard. Now I\'m trying to explore Mirth Connect open source tool. When I\'m trying to configure as per the documentation(User Guide) whi[详细]
2023-01-09 10:09 分类:问答Mirth: How to send ACK message to sender host and port
I am receiving lab HL7 messages from a static host and a dynamic port. For each message received I need to send a ACK message back to this host and port.[详细]
2023-01-05 07:55 分类:问答Testing database connection Using Javascript in outbound database connector in Mirth
I have database handle in channelMap (for 1 connection for all messages) and I reuse the connection for all messages. Now, b开发者_如何学Goefore performing inserts (to a MySQL database), I want to tes[详细]
2022-12-29 23:58 分类:问答How does this method give me a -61 Error?
This is in an application I am using called Mirth, but it appears to be coming from inside an Apache Commons library from a method that checks if something is indeed Base64 encoded or not.All of the d[详细]
2022-12-29 13:30 分类:问答Mirth Transformer Error: prefix for element is not bound
I\'m getting the following error when trying to convert HL7v3 to HL7v2 The message passed in is: <?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>[详细]
2022-12-22 23:26 分类:问答Overwrite msg in mirth
I have two destinations now and the first calls a SOAP webservice. I want to take the response of that destination by:[详细]
2022-12-22 20:19 分类:问答Mirth Connect: javascript to call a webservice
I\'m trying to call a web service from a Mirth Channel transformer javascript using apache axis library (which it\'s supposed to be deployed with Mirth).[详细]
2022-12-18 18:59 分类:问答Mirth: overwriting msg object with contents in an XML object
The task is to send an XML object from Channel-A to Channel-B <MyMessage> <ID>42</ID>[详细]
2022-12-14 09:00 分类:问答Use Javascript E4X to selectively rename XML tags
I am using javascript to manipulate XML in a non-browser context (开发者_如何学JAVAno DOM), and am looking for an E4X expression to rename a list of tags. For any given tag, I don\'t necessarily know[详细]
2022-12-12 04:41 分类:问答Mirth: How to get source file directory from file reader channel
I have a file reader channel p开发者_如何转开发icking up an xml document.By default, a file reader channel populates the \'originalFilename\' in the channel map, which ony gives me the name of the fil[详细]
2022-12-09 20:17 分类:问答