Uses of Class
ca.uhn.fhir.model.valueset.BundleEntrySearchModeEnum
-
Packages that use BundleEntrySearchModeEnum Package Description ca.uhn.fhir.model.api ca.uhn.fhir.model.valueset -
-
Uses of BundleEntrySearchModeEnum in ca.uhn.fhir.model.api
Fields in ca.uhn.fhir.model.api with type parameters of type BundleEntrySearchModeEnum Modifier and Type Field Description static ResourceMetadataKeyEnum.ResourceMetadataKeySupportingAnyResource<BundleEntrySearchModeEnum,String>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 BundleEntrySearchModeEnum Modifier and Type Field Description static IValueSetEnumBinder<BundleEntrySearchModeEnum>BundleEntrySearchModeEnum. VALUESET_BINDERConverts codes to their respective enumerated valuesMethods in ca.uhn.fhir.model.valueset that return BundleEntrySearchModeEnum Modifier and Type Method Description BundleEntrySearchModeEnumBundleEntrySearchModeEnum. forCode(String theCode)Returns the enumerated value associated with this codestatic BundleEntrySearchModeEnumBundleEntrySearchModeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static BundleEntrySearchModeEnum[]BundleEntrySearchModeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.
-