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

    Interface GPInfo

    Patient GP information

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

    Properties

    code: string

    GP code

    contactvalue?: string

    GP contact value

    gpname?: string

    GP name

    postcode?: string

    GP postcode

    street?: string

    GP street address

    type?: string

    GP type code