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

    Interface WorkItemAttributes

    Attributes of the incoming record that mismatch the destination EMPI record, in the format incoming:destination

    interface WorkItemAttributes {
        dateOfBirth?: string | null;
        dateOfDeath?: string | null;
        gender?: string | null;
        givenname?: string | null;
        localid?: string | null;
        sendingExtract?: string | null;
        sendingFacility?: string | null;
        surname?: string | null;
    }
    Index
    dateOfBirth?: string | null
    dateOfDeath?: string | null
    gender?: string | null
    givenname?: string | null
    localid?: string | null
    sendingExtract?: string | null
    sendingFacility?: string | null
    surname?: string | null