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

    Interface GPInfo

    Patient 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