Uses of Class
ca.uhn.fhir.jpa.search.lastn.json.CodeJson
Packages that use CodeJson
-
Uses of CodeJson in ca.uhn.fhir.jpa.search.lastn
Methods in ca.uhn.fhir.jpa.search.lastn that return CodeJsonModifier and TypeMethodDescriptionElasticsearchSvcImpl.getObservationCodeDocument(String theCodeSystemHash, String theText) IElasticsearchSvc.getObservationCodeDocument(String theCodeSystemHash, String theText) Returns index document for a single Observation Code that either has a coding that matches a specified Code value and system or that has a specified text value.Methods in ca.uhn.fhir.jpa.search.lastn with parameters of type CodeJsonModifier and TypeMethodDescriptionElasticsearchSvcImpl.createOrUpdateObservationCodeIndex(String theCodeableConceptID, CodeJson theObservationCodeDocument) IElasticsearchSvc.createOrUpdateObservationCodeIndex(String theCodeableConceptID, CodeJson theObservationCodeDocument) Creates or updates index for an Observation Code. -
Uses of CodeJson in ca.uhn.fhir.jpa.search.lastn.json
Methods in ca.uhn.fhir.jpa.search.lastn.json that return CodeJsonMethods in ca.uhn.fhir.jpa.search.lastn.json with parameters of type CodeJsonMethod parameters in ca.uhn.fhir.jpa.search.lastn.json with type arguments of type CodeJsonModifier and TypeMethodDescriptionvoidObservationJson.setCategories(List<CodeJson> theCategories)