Uses of Class
ca.uhn.fhir.model.valueset.BundleEntryTransactionMethodEnum
-
Packages that use BundleEntryTransactionMethodEnum Package Description ca.uhn.fhir.model.api ca.uhn.fhir.model.valueset -
-
Uses of BundleEntryTransactionMethodEnum in ca.uhn.fhir.model.api
Fields in ca.uhn.fhir.model.api with type parameters of type BundleEntryTransactionMethodEnum Modifier and Type Field Description static ResourceMetadataKeyEnum.ResourceMetadataKeySupportingAnyResource<BundleEntryTransactionMethodEnum,String>ResourceMetadataKeyEnum. ENTRY_TRANSACTION_METHODIf present and populated with aBundleEntryTransactionMethodEnum, contains the "bundle entry transaction operation", which is the value of the status field in the Bundle entry containing this resource. -
Uses of BundleEntryTransactionMethodEnum in ca.uhn.fhir.model.valueset
Fields in ca.uhn.fhir.model.valueset with type parameters of type BundleEntryTransactionMethodEnum Modifier and Type Field Description static IValueSetEnumBinder<BundleEntryTransactionMethodEnum>BundleEntryTransactionMethodEnum. VALUESET_BINDERConverts codes to their respective enumerated valuesMethods in ca.uhn.fhir.model.valueset that return BundleEntryTransactionMethodEnum Modifier and Type Method Description BundleEntryTransactionMethodEnumBundleEntryTransactionMethodEnum. forCode(String theCode)Returns the enumerated value associated with this codestatic BundleEntryTransactionMethodEnumBundleEntryTransactionMethodEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static BundleEntryTransactionMethodEnum[]BundleEntryTransactionMethodEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.
-