
Uses of Class
ca.uhn.fhir.util.FhirTerser
Packages that use FhirTerser
-
Uses of FhirTerser in ca.uhn.fhir.context
Methods in ca.uhn.fhir.context that return FhirTerser -
Uses of FhirTerser in ca.uhn.fhir.util
Methods in ca.uhn.fhir.util that return FhirTerserModifier and TypeMethodDescriptionTerserUtilHelper.getTerser()Gets the terser instance, creating one if necessary.Methods in ca.uhn.fhir.util with parameters of type FhirTerserModifier and TypeMethodDescriptionstatic voidTerserUtil.mergeField(FhirContext theFhirContext, FhirTerser theTerser, String theFieldName, IBaseResource theFrom, IBaseResource theTo) Merges value of the specified field fromtheFromresource totheToresource.static voidTerserUtil.setField(FhirContext theFhirContext, FhirTerser theTerser, String theFieldName, IBaseResource theResource, IBase... theValues) Sets the provided field with the given values.static voidTerserUtil.setFieldByFhirPath(FhirTerser theTerser, String theFhirPath, IBaseResource theResource, IBase theValue) Sets the specified value at the FHIR path provided.