Sidebar

Can I remove historical Vaccines from a VXU message

0 votes
1.7K views
asked Apr 16, 2015 by brandon-w-8204 (33,270 points)
I need to remove any historical vaccines from my VXU messages that are sent to the state registry. How can I do this?

1 Answer

0 votes
 
Best answer

You can add this code before the 'RXA exists' condition node in the IIS channel. This will remove the RXA segment and cause the message to be discarded.

message.removeAllNodes('ORC[/RXA-9.1!=00;group=!ORC]');

answered Apr 16, 2015 by brandon-w-8204 (33,270 points)
selected Nov 30, 2015 by ben-s-7515
...