UNPKG

@amida-tech/hl7-parser

Version:

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

5 lines (4 loc) 135 B
import { Segment } from './segment.model'; export declare class SubField extends Segment { constructor(name?: any, value?: any); }