You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the issue
In order to have parity of implementation on inline reference extractor, a refactor is required. A new interface is needed for SearchParamWithInlineReferencesExtractor, and the logic in extractInlineReferences() needs to live in a base implementation of that interface. This way any other implementation that uses a different IResourcePersistentId can have the same logic for the inline reference extractor.
Environment (please complete the following information):
HAPI FHIR Version: 6.5.0
OS: MacOS
Browser: chrome
The text was updated successfully, but these errors were encountered:
Describe the issue
In order to have parity of implementation on inline reference extractor, a refactor is required. A new interface is needed for SearchParamWithInlineReferencesExtractor, and the logic in
extractInlineReferences()
needs to live in a base implementation of that interface. This way any other implementation that uses a differentIResourcePersistentId
can have the same logic for the inline reference extractor.Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: