Skip to content

LOCAL ID of the Mirth channel #5387

Answered by JoeFox82
mpapini64 asked this question in Q&A
Aug 26, 2022 · 2 comments · 3 replies
Discussion options

You must be logged in to vote

You can use this in your filter/transformer (tested with v4.4.1):

var channelController = com.mirth.connect.donkey.server.controllers.ChannelController.getInstance();
var localChannelId = channelController.getLocalChannelId(channelId);
logger.info(localChannelId);

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
2 replies
@mpapini64
Comment options

@mpapini64
Comment options

Comment options

You must be logged in to vote
1 reply
@pacmano1
Comment options

Answer selected by pacmano1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants