@ukkidney/ukrdc-axios-ts
    Preparing search index...

    Interface ChannelMessageModel

    Mirth API Message object

    interface ChannelMessageModel {
        channelId: string;
        connectorMessages: { [key: string]: ConnectorMessageModel };
        messageId: number;
        processed: boolean;
        receivedDate: string;
        serverId: string;
    }
    Index

    Properties

    channelId: string
    connectorMessages: { [key: string]: ConnectorMessageModel }
    messageId: number
    processed: boolean
    receivedDate: string
    serverId: string