UNPKG

@amida-tech/hl7-parser

Version:

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

6 lines (5 loc) 159 B
import { Element } from './element.model'; export declare class Segment extends Element { constructor(name?: any, value?: any); children: Element[]; }