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

    Interface MinimalMessageSchema

    A minimal representation of a single message

    MinimalMessageSchema

    interface MinimalMessageSchema {
        facility?: string;
        filename?: string;
        id: number;
        msgStatus: string;
        ni?: string;
        received?: string;
    }
    Index

    Properties

    facility?: string

    Facility code of the message sender

    MinimalMessageSchema

    filename?: string

    Filename of the message

    MinimalMessageSchema

    id: number

    Message ID

    MinimalMessageSchema

    msgStatus: string

    Message status code

    MinimalMessageSchema

    ni?: string

    National ID of the patient the message is about

    MinimalMessageSchema

    received?: string

    Message received timestamp

    MinimalMessageSchema