HL7.Query.new
You're seeing just the function
new
, go back to HL7.Query module for more information.
Specs
new(content_or_query_hl7()) :: t()
Creates an HL7.Query
struct that selects an entire HL7 Message. This step is implicitly carried out by most other
functions in this module. As it involves parsing an HL7 message, one should
cache this result if invoked repeatedly.