
Uses of Class
ca.uhn.fhir.util.BundleBuilder
Package | Description |
---|---|
ca.uhn.fhir.util |
-
Uses of BundleBuilder in ca.uhn.fhir.util
Methods in ca.uhn.fhir.util that return BundleBuilder Modifier and Type Method Description BundleBuilder
BundleBuilder. setBundleField(String theFieldName, String theFieldValue)
Sets the specified primitive field on the bundle with the value provided.BundleBuilder
BundleBuilder. setMetaField(String theFieldName, IBase theFieldValue)
BundleBuilder
BundleBuilder. setSearchField(IBase theSearch, String theFieldName, String theFieldValue)
Sets the specified primitive field on the search entry with the value provided.BundleBuilder
BundleBuilder. setSearchField(IBase theSearch, String theFieldName, IPrimitiveType<?> theFieldValue)