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

    Interface FacilityDataFlowSchema

    Data flow information for a facility

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

    Properties

    pkbIn: boolean

    PKB data is being received to the UKRDC

    pkbMessageExclusions: string[]

    List of message types excluded from PKB sending

    pkbOut: boolean

    UKRDC data is being sent to PKB