UNPKG

health-level-seven-parser

Version:

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

12 lines (11 loc) 394 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var FieldDefinition = /** @class */ (function () { function FieldDefinition(description, length) { if (length === void 0) { length = null; } this.description = description; this.length = length; } return FieldDefinition; }()); exports.FieldDefinition = FieldDefinition;