Uses of Enum
ca.uhn.fhir.model.valueset.BundleEntryTransactionMethodEnum
-
Uses of BundleEntryTransactionMethodEnum in ca.uhn.fhir.model.api
Modifier and TypeFieldDescriptionstatic final ResourceMetadataKeyEnum
<BundleEntryTransactionMethodEnum> ResourceMetadataKeyEnum.ENTRY_TRANSACTION_METHOD
If 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
Modifier and TypeFieldDescriptionstatic final IValueSetEnumBinder
<BundleEntryTransactionMethodEnum> BundleEntryTransactionMethodEnum.VALUESET_BINDER
Converts codes to their respective enumerated valuesModifier and TypeMethodDescriptionReturns the enumerated value associated with this codeReturns 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.