Package ca.uhn.fhir.jpa.search.lastn
Interface IElasticsearchSvc
- All Known Implementing Classes:
ElasticsearchSvcImpl
public interface IElasticsearchSvc
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
Invoked when shutting down.List
<org.hl7.fhir.instance.model.api.IBaseResource> getObservationResources
(Collection<? extends ca.uhn.fhir.rest.api.server.storage.IResourcePersistentId> thePids) Returns inlined observation resource stored along with index mappings for matched identifiers
-
Method Details
-
close
Invoked when shutting down.- Throws:
IOException
-
getObservationResources
List<org.hl7.fhir.instance.model.api.IBaseResource> getObservationResources(Collection<? extends ca.uhn.fhir.rest.api.server.storage.IResourcePersistentId> thePids) Returns inlined observation resource stored along with index mappings for matched identifiers- Parameters:
thePids
-- Returns:
- Resources list or empty if nothing found
-