Expand description
Structs for displaying parsed HL7 message values. Especially useful for decoding escaped values.
Structsยง
- Component
Display - A display implementation for components.
This will decode the escape sequences in the component values
using the separators. If the
#
flag is used, the raw value will be displayed without decoding the escape sequences. - Field
Display - Repeat
Display - Segment
Display - A display implementation for segments.
This will decode the escape sequences in the segment value
using the separators. If the
#
flag is used, the raw value will be displayed without decoding the escape sequences. - Subcomponent
Display - A display implementation for subcomponents.
This will decode the escape sequences in the subcomponent value
using the separators. If the
#
flag is used, the raw value will be displayed without decoding the escape sequences.