Announcement

Collapse
No announcement yet.

Edit Filter

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Edit Filter

    Hello,

    the program is very useful but i do not understand how i can use the "EDIT FILTER" Option.
    What have i to do if i want to look if a message is version 2.3.1?

    Any Suggestions?

    Jörg Orlowski

  • #2
    Re: Edit Filter

    Hello again,

    okay i found a solution:

    i put this code in the Jacascript window:

    if ( msg['MSH']['MSH.12']['VID.1'].toString().equals("2.3.1") )
    return true;
    else return false;

    and then all messages that are not 2.3.1 are rejected.

    Comment

    Working...
    X
    😀
    🥰
    🤢
    😎
    😡
    👍
    👎