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

    Interface AddressSchema

    Patient address

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

    Properties

    addressuse?: string

    Address use code

    countryCode?: string

    Country code

    countryCodeStd?: string

    Country code standard

    countryDescription?: string

    Country description

    county?: string

    County

    fromTime?: string

    Address start date

    postcode?: string

    Postcode

    street?: string

    Street address

    toTime?: string

    Address end date

    town?: string

    Town