Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Mirth 4.5.2
I have an ORU messages with several OBX segments from a medical device. Some of those OBXs represent the clinical data and others the medical device details. I'm looking to rename the segments which present as medical devices.
I can set the name on the obx with setLocalName('DEV') however that will only update the "parent" of the OBX.
Looking at the underlying xml...
From
To:
I want to update all it's nested children.
What's the best way to do this? Or would it just be easier to create a new segment, and copy what I want from OBX to DEV?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions