Interface ISearchParamWithInlineReferencesExtractor
- All Known Implementing Classes:
BaseSearchParamWithInlineReferencesExtractor
public interface ISearchParamWithInlineReferencesExtractor
-
Method Summary
Modifier and TypeMethodDescriptionvoid
extractInlineReferences
(ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails, org.hl7.fhir.instance.model.api.IBaseResource theResource, ca.uhn.fhir.rest.api.server.storage.TransactionDetails theTransactionDetails) Handle references within the resource that are match URLs, for example references like "Patient?identifier=foo".
-
Method Details
-
extractInlineReferences
void extractInlineReferences(ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails, org.hl7.fhir.instance.model.api.IBaseResource theResource, ca.uhn.fhir.rest.api.server.storage.TransactionDetails theTransactionDetails) Handle references within the resource that are match URLs, for example references like "Patient?identifier=foo". These match URLs are resolved and replaced with the ID of the matching resource.
-