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

    Interface Person

    Person record

    Person

    interface Person {
        dateOfBirth: string;
        dateOfDeath?: string;
        gender: string;
        givenname?: string;
        id: number;
        localid: string;
        localidType: string;
        originator: string;
        surname?: string;
        xrefEntries: PidXRefSchema[];
    }
    Index

    Properties

    dateOfBirth: string

    Date of birth

    Person

    dateOfDeath?: string

    Date of death

    Person

    gender: string

    Gender code

    Person

    givenname?: string

    Given name

    Person

    id: number

    Person ID

    Person

    localid: string

    Person local ID

    Person

    localidType: string

    Person local ID type code

    Person

    originator: string

    Person originator code

    Person

    surname?: string

    Surname

    Person

    xrefEntries: PidXRefSchema[]

    PID xrefs

    Person