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

    Interface AddressSchema

    Patient address

    interface AddressSchema {
        addressuse?: string | null;
        countryCode?: string | null;
        countryCodeStd?: string | null;
        countryDescription?: string | null;
        county?: string | null;
        fromTime?: string | null;
        postcode?: string | null;
        street?: string | null;
        toTime?: string | null;
        town?: string | null;
    }
    Index
    addressuse?: string | null
    countryCode?: string | null
    countryCodeStd?: string | null
    countryDescription?: string | null
    county?: string | null
    fromTime?: string | null
    postcode?: string | null
    street?: string | null
    toTime?: string | null
    town?: string | null