Uses of Class
ca.uhn.fhir.jpa.search.lastn.json.ObservationJson
Packages that use ObservationJson
-
Uses of ObservationJson in ca.uhn.fhir.jpa.search.lastn
Methods in ca.uhn.fhir.jpa.search.lastn that return ObservationJsonModifier and TypeMethodDescriptionElasticsearchSvcImpl.getObservationDocument(String theDocumentID) IElasticsearchSvc.getObservationDocument(String theDocumentID) Returns index document for a single ObservationMethods in ca.uhn.fhir.jpa.search.lastn that return types with arguments of type ObservationJsonModifier and TypeMethodDescriptionElasticsearchSvcImpl.executeLastNWithAllFieldsForTest(SearchParameterMap theSearchParameterMap, ca.uhn.fhir.context.FhirContext theFhirContext) Methods in ca.uhn.fhir.jpa.search.lastn with parameters of type ObservationJsonModifier and TypeMethodDescriptionElasticsearchSvcImpl.createOrUpdateObservationIndex(String theDocumentId, ObservationJson theObservationDocument) IElasticsearchSvc.createOrUpdateObservationIndex(String theDocumentId, ObservationJson theObservationDocument) Creates or updates index for an Observation Resource.