Uses of Class
ca.uhn.fhir.util.BundleBuilder
-
Uses of BundleBuilder in ca.uhn.fhir.util
Modifier and TypeMethodDescriptionBundleBuilder.BaseOperationBuilder.andThen()
Returns a reference to the BundleBuilder instance.BundleBuilder.setBundleField
(String theFieldName, String theFieldValue) Sets the specified primitive field on the bundle with the value provided.BundleBuilder.setMetaField
(String theFieldName, IBase theFieldValue) Note that this method does not work for DSTU2 model classes, it will only work on DSTU3+.BundleBuilder.setSearchField
(IBase theSearch, String theFieldName, String theFieldValue) Sets the specified primitive field on the search entry with the value provided.BundleBuilder.setSearchField
(IBase theSearch, String theFieldName, IPrimitiveType<?> theFieldValue)