UNPKG

@amida-tech/hl7-parser

Version:

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

7 lines 137 B
export class FieldDefinition{ constructor( public description:string, public length:number = null ) { } }