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

    Interface WorkItemSchema

    A work item in the EMPI

    interface WorkItemSchema {
        attributes?: WorkItemAttributes;
        creationDate: string;
        description: string;
        id: number;
        lastUpdated: string;
        masterRecord?: MasterRecordSchema;
        person?: PersonSchema;
        status: number;
        type: number;
        updatedBy?: string;
        updateDescription?: string;
    }
    Index

    Properties

    attributes?: WorkItemAttributes

    Work item mismatching attributes

    creationDate: string

    Work item creation timestamp

    description: string

    Work item description

    id: number

    Work item ID

    lastUpdated: string

    Work item last updated timestamp

    masterRecord?: MasterRecordSchema

    Master record

    person?: PersonSchema

    Person record

    status: number

    Work item status code

    type: number

    Work item type code

    updatedBy?: string

    Work item last updated by username

    updateDescription?: string

    Description of the reaoning behind the last update