Has anybody encountered this before?
I did a very usual hl7 adt transformation DTL, but it is with a customized schema, like ADT_ALL, it is a structure that tries to cover all the ADT schema scenario so we can use 1 type for all ADT messages.
the DTL tests fine in DTL test, with all the segment transformed correctly, but once I put it to test, to send message through source and the message after transformation can only go to MSH, EVN, but won't transform other segment like PID etc.
Originally I was suggested that in my DTL I didn't loop through all the (), so I changed everything to loop through very thoroughly. but the result is still same. I do not quite understand why it works in DTL test but it won't work once I put it through a rule and DTL.
we are using healthshare cloud
Any suggestions?
Thank you