Module display

Source
Expand description

Structs for displaying parsed HL7 message values. Especially useful for decoding escaped values.

Structsยง

ComponentDisplay
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.
FieldDisplay
RepeatDisplay
SegmentDisplay
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.
SubcomponentDisplay
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.