HCA-Healthcare / elixir-hl7

An Elixir library for working with HL7 v2.x healthcare data
Apache License 2.0
110 stars 22 forks source link

Implement enumerable protocol #38

Open Fritzelblitz opened 11 months ago

Fritzelblitz commented 11 months ago

Would it be possible to implement the Enumerable Protocol for the HL7.Query Struct, so that Enum.map and HL7.Query.map would be equivalent?