Skip to contents

This function examines the lengths of elements within a parsed HL7 and if the length is > 1, it will compare the element name to a list of gathered names in segment_names. If names are found, the field names will be applied

Usage

add_field_names(hl7_list_element, dev_msg = FALSE)

Arguments

hl7_list_element

a list, that from one after HL7 parsing has been conducted

dev_msg

boolean, development message - reveal field which still require names