Hello,
First of all, thanks for your help, and time, reading this questions, and answering to this doubt.
We have the following use case: to convert a HL7 ER7 ORU_R01 v2.5 message, to a Ens.Request Message which represent it with a custom data structure (each segment is a group of Properties).
To be more precise, the target Ens.Request Message's structure looks like:
ClassExtendsParameterAsBeing the MSH as:
"urn:hl7-org:v2xml"So then the MSH1 is like this:
"urn:hl7-org:v2xml"We have started to develop a Data Transform as:
.png)
Being the .CLS as:
.png)
.png)
.png)


