Closed adkron closed 1 year ago
hl7 |> HL7.Query.replace_parts("MSH-9.3", nil) |> HL7.Query.to_message()
Is valid and removed the part, but the types don't line up and there is no test. I think this is valid and we should document the support.
Since the types don't line up if people are using dialyzer they get warnings.
Actually doing this breaks HL7.Message.to_string.
HL7.Message.to_string
Is valid and removed the part, but the types don't line up and there is no test. I think this is valid and we should document the support.
Since the types don't line up if people are using dialyzer they get warnings.