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

    Interface FamilyDoctorSchema

    Patient family doctor information

    interface FamilyDoctorSchema {
        addressuse?: string | null;
        commenttext?: string | null;
        contactuse?: string | null;
        contactvalue?: string | null;
        countrycode?: string | null;
        countrycodestd?: string | null;
        countrydesc?: string | null;
        county?: string | null;
        email?: string | null;
        fromtime?: string | null;
        gpid?: string | null;
        gpInfo?: GPInfo | null;
        gpname?: string | null;
        gppracticeid?: string | null;
        gpPracticeInfo?: GPInfo | null;
        id: string;
        postcode?: string | null;
        street?: string | null;
        totime?: string | null;
        town?: string | null;
    }
    Index
    addressuse?: string | null
    commenttext?: string | null
    contactuse?: string | null
    contactvalue?: string | null
    countrycode?: string | null
    countrycodestd?: string | null
    countrydesc?: string | null
    county?: string | null
    email?: string | null
    fromtime?: string | null
    gpid?: string | null
    gpInfo?: GPInfo | null
    gpname?: string | null
    gppracticeid?: string | null
    gpPracticeInfo?: GPInfo | null
    id: string

    Family doctor ID

    postcode?: string | null
    street?: string | null
    totime?: string | null
    town?: string | null