
Uses of Enum
ca.uhn.fhir.model.valueset.BundleTypeEnum
Packages that use BundleTypeEnum
-
Uses of BundleTypeEnum in ca.uhn.fhir.model.valueset
Fields in ca.uhn.fhir.model.valueset with type parameters of type BundleTypeEnumModifier and TypeFieldDescriptionstatic final IValueSetEnumBinder
<BundleTypeEnum> BundleTypeEnum.VALUESET_BINDER
Converts codes to their respective enumerated valuesMethods in ca.uhn.fhir.model.valueset that return BundleTypeEnumModifier and TypeMethodDescriptionstatic BundleTypeEnum
Returns the enumerated value associated with this codestatic BundleTypeEnum
Returns the enum constant of this type with the specified name.static BundleTypeEnum[]
BundleTypeEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of BundleTypeEnum in ca.uhn.fhir.rest.api
Fields in ca.uhn.fhir.rest.api declared as BundleTypeEnumMethods in ca.uhn.fhir.rest.api with parameters of type BundleTypeEnumModifier and TypeMethodDescriptionvoid
IVersionSpecificBundleFactory.addResourcesToBundle
(List<IBaseResource> theResult, BundleTypeEnum theBundleType, String theServerBase, BundleInclusionRule theBundleInclusionRule, Set<Include> theIncludes) void
IVersionSpecificBundleFactory.addTotalResultsToBundle
(Integer theTotalResults, BundleTypeEnum theBundleType) default void
IVersionSpecificBundleFactory.initializeBundleFromResourceList
(String theAuthor, List<? extends IBaseResource> theResult, String theServerBase, String theCompleteUrl, int theTotalResults, BundleTypeEnum theBundleType) Deprecated.Constructors in ca.uhn.fhir.rest.api with parameters of type BundleTypeEnumModifierConstructorDescriptionBundleLinks
(String theServerBase, Set<Include> theIncludes, boolean thePrettyPrint, BundleTypeEnum theBundleType) -
Uses of BundleTypeEnum in ca.uhn.fhir.util
Methods in ca.uhn.fhir.util that return BundleTypeEnumModifier and TypeMethodDescriptionstatic BundleTypeEnum
BundleUtil.getBundleTypeEnum
(FhirContext theContext, IBaseBundle theBundle)
IVersionSpecificBundleFactory.addRootPropertiesToBundle(String, BundleLinks, Integer, IPrimitiveType<Date>)
andIVersionSpecificBundleFactory.addResourcesToBundle(List, BundleTypeEnum, String, BundleInclusionRule, Set)
methods