Package ca.uhn.fhir.jpa.esr
Class ExternallyStoredResourceAddress
java.lang.Object
ca.uhn.fhir.jpa.esr.ExternallyStoredResourceAddress
-
Constructor Summary
ConstructorDescriptionExternallyStoredResourceAddress
(String theProviderId, String theLocation) Constructor -
Method Summary
-
Constructor Details
-
ExternallyStoredResourceAddress
Constructor- Parameters:
theProviderId
- The ID of the provider which will handle this address. Must match the ID returned by a registeredIExternallyStoredResourceService
.theLocation
- The actual location for the provider to resolve. The format of this string is entirely up to theIExternallyStoredResourceService
and only needs to make sense to it.
-
-
Method Details
-
getProviderId
- Returns:
- The ID of the provider which will handle this address. Must match the ID returned by a registered
IExternallyStoredResourceService
.
-
getLocation
- Returns:
- The actual location for the provider to resolve. The format of this string is entirely up to the
IExternallyStoredResourceService
and only needs to make sense to it.
-