Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Array of lines passed to HL7::Message.new causes children segments to break #38

Open
untoldone opened this issue Sep 30, 2014 · 0 comments
Labels

Comments

@untoldone
Copy link

Currently if you follow the examples of how to parse a file such as:

lines = File.readlines('<somefile>')

msg = HL7::Message.new(lines)

My current work around is to pass a string such as HL7::Message.new(File.read('<somefile>'))

This in combination with #3 made it pretty hard to get started with children.

@mogox mogox added the Bug label Sep 30, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants