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

    Interface Gpinfo

    GP information

    Gpinfo

    interface Gpinfo {
        code: string;
        contactvalue?: string;
        gpname?: string;
        postcode?: string;
        street?: string;
        type?: string;
    }
    Index

    Properties

    code: string

    GP code

    Gpinfo

    contactvalue?: string

    GP contact value

    Gpinfo

    gpname?: string

    GP name

    Gpinfo

    postcode?: string

    GP postcode

    Gpinfo

    street?: string

    GP street address

    Gpinfo

    type?: string

    GP type code

    Gpinfo