FHIRClient - v3.0.0
    Preparing search index...

    Function getAndCache

    • Makes a request using fetch and stores the result in internal memory cache. The cache is cleared when the page is unloaded.

      Parameters

      • url: string

        The URL to request

      • OptionalrequestOptions: RequestInit

        Request options

      • force: boolean = ...

        If true, reload from source and update the cache, even if it has already been cached.

      Returns Promise<any>