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

    Interface FamilyDoctorSchema

    Patient family doctor information

    FamilyDoctorSchema

    interface FamilyDoctorSchema {
        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

    FamilyDoctorSchema

    commenttext?: string

    Comment

    FamilyDoctorSchema

    contactuse?: string

    Contact use code

    FamilyDoctorSchema

    contactvalue?: string

    Contact value

    FamilyDoctorSchema

    countrycode?: string

    Country code

    FamilyDoctorSchema

    countrycodestd?: string

    Country code standard

    FamilyDoctorSchema

    countrydesc?: string

    Country description

    FamilyDoctorSchema

    county?: string

    County

    FamilyDoctorSchema

    email?: string

    Email address

    FamilyDoctorSchema

    fromtime?: string

    Start date

    FamilyDoctorSchema

    gpid?: string

    GP code

    FamilyDoctorSchema

    gpInfo?: Gpinfo

    FamilyDoctorSchema

    gpname?: string

    GP name

    FamilyDoctorSchema

    gppracticeid?: string

    GP practice code

    FamilyDoctorSchema

    gpPracticeInfo?: Gppracticeinfo

    FamilyDoctorSchema

    id: string

    Family doctor ID

    FamilyDoctorSchema

    postcode?: string

    Postcode

    FamilyDoctorSchema

    street?: string

    Street address

    FamilyDoctorSchema

    totime?: string

    End date

    FamilyDoctorSchema

    town?: string

    Town

    FamilyDoctorSchema