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

    Interface Dataflow

    Data flow information about the facility

    Dataflow

    interface Dataflow {
        pkbIn: boolean;
        pkbMessageExclusions: string[];
        pkbOut: boolean;
    }
    Index

    Properties

    pkbIn: boolean

    PKB data is being received to the UKRDC

    Dataflow

    pkbMessageExclusions: string[]

    List of message types excluded from PKB sending

    Dataflow

    pkbOut: boolean

    UKRDC data is being sent to PKB

    Dataflow