ex_hl7 v1.0.0 HL7.Writer
Writer for the HL7 protocol that converts a message into its wire format.
Link to this section Summary
Link to this section Types
Link to this type
option()
option() :: {:output_format, output_format()} | {:segment_builder, module()} | {:separators, HL7.Type.separators()} | {:trim, boolean()}
Link to this section Functions
Link to this function
end_segment(writer, segment_id)
end_segment(t(), HL7.Type.segment_id()) :: t()
Link to this function
start_segment(writer, segment_id)
start_segment(t(), HL7.Type.segment_id()) :: t()