Announcement
Collapse
No announcement yet.
User Profile
Collapse
-
You have to collect all errors. That usually means all of your response transformers are RAW and you need check the status of the message as "SENT"...
-
That should probably be in one channel, why are you routing it?
It should likely be one channel with multiple destination and destination...
Leave a comment:
-
I like doing stuff with regex also, but here is an another option:
PHP Code:
var i = 0;
for each(obx in msg.OBX) {
if
- Likes 1
Leave a comment:
-
-
I think the creator of that project terminated it (or took it internal only).
- Likes 1
Leave a comment:
-
See https://forums.mirthproject.io/forum...ox-and-fontbox. I think you many have a similar...
Leave a comment:
-
Please include source code when you post error messages. In this case the Mirth code that is generating the error....
Leave a comment:
-
That can just be with one liners like below if you are just trying to put it in the channelMap and/or assign it back to msg.
PHP Code:$c('middle',msg['PID']['PID.5']['PID.5.1'].toString().replace(/[\s\+]*$/,
Last edited by pacmano; 03-19-2023, 11:11 AM.
Leave a comment:
-
@harshamw - best place to post stuff like that is over on mirth github at https://github.com/nextgenhealthcare/connect/issues.
Do make...
Leave a comment:
-
PHP Code:var myField = msg['PID']['PID.5']['PID.5.1'].toString();
myField = myField.replace(/[\s\+]*$/, '');
msg['PID']['PID.5']['PID.5.1']
Leave a comment:
-
Firstly, there is no native data source for mongo in Mirth.
A JS reader would work as would a db reader, but you need to modify mirth server...
- Likes 1
Leave a comment:
-
It is not a license problem. You sure you are using java 8? That error is normally because you are using java 9 or newer and have not added the required...
Leave a comment:
-
I think you and the other side just need to agree on the start / end byte. Caveat, never touched NCPDP, lol.
Leave a comment:
-
All I gotta say is don't use Derby. Use a real database engine.
Leave a comment:
-
Read up on destination set filtering. you call that from the source transformer or filter to only allow certain destinations to process.
...Last edited by pacmano; 03-09-2023, 05:39 PM.
Leave a comment:
-
We are not related. We are slack buddies. The reason I help people is because he took the time to help me and lots of other people. I admit I am embarrassed...
- Likes 1
Leave a comment:
-
Note that for each works, it is smart about reindexing XML.Last edited by pacmano; 03-07-2023, 10:50 AM.
Leave a comment:
No activity results to display
Show More
Leave a comment: