
Uses of Enum Class
ca.uhn.fhir.model.valueset.BundleEntrySearchModeEnum
Packages that use BundleEntrySearchModeEnum
-
Uses of BundleEntrySearchModeEnum in ca.uhn.fhir.model.api
Fields in ca.uhn.fhir.model.api with type parameters of type BundleEntrySearchModeEnumModifier and TypeFieldDescriptionstatic final ResourceMetadataKeyEnum<BundleEntrySearchModeEnum> ResourceMetadataKeyEnum.ENTRY_SEARCH_MODEIf present and populated with aBundleEntrySearchModeEnum, contains the "bundle entry search mode", which is the value of the status field in the Bundle entry containing this resource. -
Uses of BundleEntrySearchModeEnum in ca.uhn.fhir.model.valueset
Fields in ca.uhn.fhir.model.valueset with type parameters of type BundleEntrySearchModeEnumModifier and TypeFieldDescriptionstatic final IValueSetEnumBinder<BundleEntrySearchModeEnum> BundleEntrySearchModeEnum.VALUESET_BINDERConverts codes to their respective enumerated valuesMethods in ca.uhn.fhir.model.valueset that return BundleEntrySearchModeEnumModifier and TypeMethodDescriptionstatic BundleEntrySearchModeEnumReturns the enumerated value associated with this codestatic BundleEntrySearchModeEnumReturns the enum constant of this class with the specified name.static BundleEntrySearchModeEnum[]BundleEntrySearchModeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of BundleEntrySearchModeEnum in ca.uhn.fhir.util.bundle
Methods in ca.uhn.fhir.util.bundle that return BundleEntrySearchModeEnum