Uses of Class
ca.uhn.fhir.util.FhirTerser
-
Uses of FhirTerser in ca.uhn.fhir.context
-
Uses of FhirTerser in ca.uhn.fhir.util
Modifier and TypeMethodDescriptionTerserUtilHelper.getTerser()
Gets the terser instance, creating one if necessary.Modifier and TypeMethodDescriptionstatic void
TerserUtil.mergeField
(FhirContext theFhirContext, FhirTerser theTerser, String theFieldName, IBaseResource theFrom, IBaseResource theTo) Merges value of the specified field fromtheFrom
resource totheTo
resource.static void
TerserUtil.setField
(FhirContext theFhirContext, FhirTerser theTerser, String theFieldName, IBaseResource theResource, IBase... theValues) Sets the provided field with the given values.static void
TerserUtil.setFieldByFhirPath
(FhirTerser theTerser, String theFhirPath, IBaseResource theResource, IBase theValue) Sets the specified value at the FHIR path provided.