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

    Interface MessageSchema

    A full representation of a single message

    interface MessageSchema {
        error?: string | null;
        facility?: string | null;
        filename?: string | null;
        id: number;
        mirthChannel?: string | null;
        mirthChannelId: string;
        mirthMessageId: string;
        msgStatus: string;
        ni?: string | null;
        received?: string | null;
        status?: string | null;
    }
    Index
    error?: string | null
    facility?: string | null
    filename?: string | null
    id: number

    Message ID

    mirthChannel?: string | null
    mirthChannelId: string

    Mirth channel ID

    mirthMessageId: string

    Mirth message ID

    msgStatus: string

    Message status code

    ni?: string | null
    received?: string | null
    status?: string | null