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

    Interface WorkItemExtendedSchema

    A work item in the EMPI, with additional record information

    WorkItemExtendedSchema

    interface WorkItemExtendedSchema {
        attributes?: Attributes;
        creationDate: string;
        description: string;
        destination: Destination;
        id: number;
        incoming: Incoming;
        lastUpdated: string;
        masterRecord?: Masterrecord;
        person?: Person;
        status: number;
        type: number;
        updatedBy?: string;
        updateDescription?: string;
    }
    Index

    Properties

    attributes?: Attributes

    WorkItemExtendedSchema

    creationDate: string

    Work item creation timestamp

    WorkItemExtendedSchema

    description: string

    Work item description

    WorkItemExtendedSchema

    destination: Destination

    WorkItemExtendedSchema

    id: number

    Work item ID

    WorkItemExtendedSchema

    incoming: Incoming

    WorkItemExtendedSchema

    lastUpdated: string

    Work item last updated timestamp

    WorkItemExtendedSchema

    masterRecord?: Masterrecord

    WorkItemExtendedSchema

    person?: Person

    WorkItemExtendedSchema

    status: number

    Work item status code

    WorkItemExtendedSchema

    type: number

    Work item type code

    WorkItemExtendedSchema

    updatedBy?: string

    Work item last updated by username

    WorkItemExtendedSchema

    updateDescription?: string

    Description of the reaoning behind the last update

    WorkItemExtendedSchema