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

    Interface Familydoctor

    Family doctor

    Familydoctor

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

    Properties

    addressuse?: string

    Address use code

    Familydoctor

    commenttext?: string

    Comment

    Familydoctor

    contactuse?: string

    Contact use code

    Familydoctor

    contactvalue?: string

    Contact value

    Familydoctor

    countrycode?: string

    Country code

    Familydoctor

    countrycodestd?: string

    Country code standard

    Familydoctor

    countrydesc?: string

    Country description

    Familydoctor

    county?: string

    County

    Familydoctor

    email?: string

    Email address

    Familydoctor

    fromtime?: string

    Start date

    Familydoctor

    gpid?: string

    GP code

    Familydoctor

    gpInfo?: Gpinfo

    Familydoctor

    gpname?: string

    GP name

    Familydoctor

    gppracticeid?: string

    GP practice code

    Familydoctor

    gpPracticeInfo?: Gppracticeinfo

    Familydoctor

    id: string

    Family doctor ID

    Familydoctor

    postcode?: string

    Postcode

    Familydoctor

    street?: string

    Street address

    Familydoctor

    totime?: string

    End date

    Familydoctor

    town?: string

    Town

    Familydoctor