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

    Interface LinkRecordSchema

    A link record in the EMPI, linking a person to a master record

    interface LinkRecordSchema {
        id: number;
        masterRecord: MasterRecordSchema;
        person: PersonSchema;
    }
    Index
    id: number

    Link record ID

    masterRecord: MasterRecordSchema
    person: PersonSchema