You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, first of all, thanks for a great library!
I have a question regarding Segment Field Repetition. Is it possible to create hl7 messages using your library with a repetition in some fields? Like this:
The doNotSplitRepetition parameter isn't considered when writing the message to a string ($message->toString()), just when parsing an hl7 message. For this to work correctly, segmentToString() would need to know if nested arrays represent repetition or sub components.
Hello, first of all, thanks for a great library!
I have a question regarding Segment Field Repetition. Is it possible to create hl7 messages using your library with a repetition in some fields? Like this:
So, in the end, when I'm building a message, I would get this string:
PID|||||||||||||some phone number^PH^type_phone~some mobile phone^PH^type_mobile~email^PH^type_email
Is it possible? Thanks in advance for the answer
The text was updated successfully, but these errors were encountered: