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

    Interface FacilityDataFlowSchema

    Data flow information for a facility

    FacilityDataFlowSchema

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

    Properties

    pkbIn: boolean

    PKB data is being received to the UKRDC

    FacilityDataFlowSchema

    pkbMessageExclusions: string[]

    List of message types excluded from PKB sending

    FacilityDataFlowSchema

    pkbOut: boolean

    UKRDC data is being sent to PKB

    FacilityDataFlowSchema