@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

    WorkItemAttributes

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

    Properties

    dateOfBirth?: string

    Mismatching date of birth values

    WorkItemAttributes

    dateOfDeath?: string

    Mismatching date of death values

    WorkItemAttributes

    gender?: string

    Mismatching gender code values

    WorkItemAttributes

    givenname?: string

    Mismatching given name values

    WorkItemAttributes

    localid?: string

    Mismatching local ID values

    WorkItemAttributes

    sendingExtract?: string

    Mismatching sending extract values

    WorkItemAttributes

    sendingFacility?: string

    Mismatching sending facility values

    WorkItemAttributes

    surname?: string

    Mismatching surname values

    WorkItemAttributes