extract_HL7: Extracts information from hl7 file

View source: R/extract_HL7.R

extract_HL7R Documentation

Extracts information from hl7 file

Description

extracts the data from hl7 file and return a data.frame with a set of defined column names.

Usage

extract_HL7(file)

Arguments

file

is the path of the file

Value

returns a data.frame with column names MANDT, PATID, PATNR, FALNR, LFDNR, BEWTY, BWART, TITLE, VORNAME,NACHNAME, GEBDAT, GSCHL, FAMST, KLASSE, ORGPF, ORGFA, DATUM, UHRZEIT.


rHL7 documentation built on March 18, 2022, 5:59 p.m.