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

Update hl7.validator to 5.2.10 #28

Merged
merged 1 commit into from
Dec 14, 2020

Conversation

marvin1up
Copy link
Contributor

With minor fix for validate() signature change

Minor fix for validate() signature change
@radamson radamson requested review from radamson and okeefm December 10, 2020 16:59
Copy link
Collaborator

@radamson radamson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested it out and everything looked good!

As you probably observed there are many different validate method signatures, but I like the one you used here. There is another that is closer to what previously existed:

validate(byte[] source, FhirFormat cntType, List<String> profiles, List<ValidationMessage> messages)

but the having to provide a null argument was unintuitive.

Copy link

@okeefm okeefm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested locally, looks good to me. Thanks for making this!

@okeefm okeefm merged commit f2982d8 into inferno-framework:master Dec 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants