parsehl7: A Versatile Parser for HL7 Version 2.x Feeds

Description Usage Arguments Value

View source: R/parsehl7.R

Description

This function accepts either a character vector containing separate HL7 segments or a valid HL7 file as input, and returns a parsed R data structure.

Usage

1
parsehl7(feed, file)

Arguments

feed

A vector representing an HL7 feed, the equivalent output of readLines(file.hl7)

file

A file containing a valid HL7 feed

Value

A List of Parsed HL7 Messages


bransonf/hl7r documentation built on March 6, 2021, 8:10 p.m.