XML Parser Using Field Name Instead of MSH.1 #371
-
Is there a way for the XMLParser to use the field name as the element name, for example instead of <MSH.1>? Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
@dprevatt No, as that isn't part of the HL7v2 XML specifications, but there is a feature request for something similar which is part of the specifications #301 This is actively being worked on, no ETA on when it will be ready though. |
Beta Was this translation helpful? Give feedback.
-
@dprevatt we have just release version |
Beta Was this translation helpful? Give feedback.
@dprevatt we have just release version
3.2.0
which supports theLongName
attribute which might be what you need.see #301 for additional info.