JomoliTech
JomoliTech
For me `m = Message()` `del m.msh` `s = Segment('MSH')` `f=Field('MSH_2')` `f.value='^~\\&'` `...` right at that point of assigning the value, to f, `f.value becomes '^~\\'` in my case the...
Yeah, I wasn't trying to delete it originally, but when I validated it, I was getting extra MSH segments. I was just trying to pass the elements from the xml...
`` > Very strange behavior you've discovered :) I've never deleted MSH but it is probably causing some problems. In the least case, I think there's no point in doing...