-
I am trying to write up a transformer that essentially copies the value of OBR.25 into all OBX.11 segments in the message:
What I have works perfect in cases where there is 1 OBR segment in the message. What I am struggling with is the messages with multiple OBRs because I cannot figure out a way to specifically only look at the OBXs that align with that OBR. Does anyone have any suggestions? |
Beta Was this translation helpful? Give feedback.
Answered by
pacmano1
Feb 9, 2025
Replies: 1 comment 1 reply
-
You should see examples of its use here in the discussions area and over on the forums. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
nickboxx
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/nextgenhealthcare/connect-examples/tree/master/Code%20Templates/Get%20Segments%20After%20a%20Particular%20Segment
You should see examples of its use here in the discussions area and over on the forums.