UNPKG

health-level-seven-parser

Version:

Typescript library to parse hl7 message into a typescript/javascript object and back

5 lines (4 loc) 136 B
import { Element } from './element.model'; export declare class Field extends Element { constructor(name?: any, value?: any); }