Interface IExternallyStoredResourceService


  • Method Summary

    Modifier and Type
    Method
    Description
    org.hl7.fhir.instance.model.api.IBaseResource
    fetchResource(String theAddress)
    Fetches the given resource using the given address string
    Returns the ID of this provider.
  • Method Details

    • getId

      Returns the ID of this provider. No two providers may return the same ID, and this provider should always return the same ID.
    • fetchResource

      org.hl7.fhir.instance.model.api.IBaseResource fetchResource(String theAddress)
      Fetches the given resource using the given address string
      Parameters:
      theAddress - The address string is a format that is entirely up to the individual provider. HAPI FHIR doesn't try to understand it.
      Returns:
      HAPI FHIR may modify the returned object, so it is important to always return a new object for every call here (careful with caching!)