UNPKG

@interoperability/atna-audit-messages

Version:

The ATNA Audit Messages Generator is a JavaScript library that provides a set of reusable static methods for generating Audit Trail and Node Authentication (ATNA) compliant audit messages. This library is particularly useful in healthcare systems and othe

111 lines (110 loc) 3.07 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "ATNAComplexType", { enumerable: true, get: function () { return _ATNAComplexType.ATNAComplexType; } }); Object.defineProperty(exports, "ATNAMessage", { enumerable: true, get: function () { return _ATNAMessage.ATNAMessage; } }); Object.defineProperty(exports, "ActiveParticipant", { enumerable: true, get: function () { return _ActiveParticipant.ActiveParticipant; } }); Object.defineProperty(exports, "AuditMessage", { enumerable: true, get: function () { return _AuditMessage.AuditMessage; } }); Object.defineProperty(exports, "AuditSourceIdentification", { enumerable: true, get: function () { return _AuditSourceIdentification.AuditSourceIdentification; } }); Object.defineProperty(exports, "AuditSourceTypeCode", { enumerable: true, get: function () { return _constants.AuditSourceTypeCode; } }); Object.defineProperty(exports, "Code", { enumerable: true, get: function () { return _Code.Code; } }); Object.defineProperty(exports, "EventActionType", { enumerable: true, get: function () { return _constants.EventActionType; } }); Object.defineProperty(exports, "EventIdentification", { enumerable: true, get: function () { return _EventIdentification.EventIdentification; } }); Object.defineProperty(exports, "EventOutcomeIndicator", { enumerable: true, get: function () { return _constants.EventOutcomeIndicator; } }); Object.defineProperty(exports, "NetworkAccessPointType", { enumerable: true, get: function () { return _constants.NetworkAccessPointType; } }); Object.defineProperty(exports, "ParticipantObjectIDTypeCode", { enumerable: true, get: function () { return _constants.ParticipantObjectIDTypeCode; } }); Object.defineProperty(exports, "ParticipantObjectIdentification", { enumerable: true, get: function () { return _ParticipantObjectIdentification.ParticipantObjectIdentification; } }); Object.defineProperty(exports, "ParticipantObjectTypeCode", { enumerable: true, get: function () { return _constants.ParticipantObjectTypeCode; } }); Object.defineProperty(exports, "ParticipantObjectTypeCodeRole", { enumerable: true, get: function () { return _constants.ParticipantObjectTypeCodeRole; } }); Object.defineProperty(exports, "ValuePair", { enumerable: true, get: function () { return _ValuePair.ValuePair; } }); var _ATNAComplexType = require("./lib/ATNAComplexType"); var _ATNAMessage = require("./lib/ATNAMessage"); var _ActiveParticipant = require("./lib/ActiveParticipant"); var _AuditMessage = require("./lib/AuditMessage"); var _AuditSourceIdentification = require("./lib/AuditSourceIdentification"); var _Code = require("./lib/Code"); var _EventIdentification = require("./lib/EventIdentification"); var _ParticipantObjectIdentification = require("./lib/ParticipantObjectIdentification"); var _ValuePair = require("./lib/ValuePair"); var _constants = require("./constants");