
Uses of Enum
org.hl7.fhir.r5.model.SubscriptionTopic.InteractionTrigger
Packages that use SubscriptionTopic.InteractionTrigger
-
Uses of SubscriptionTopic.InteractionTrigger in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type SubscriptionTopic.InteractionTriggerModifier and TypeFieldDescriptionprotected List
<Enumeration<SubscriptionTopic.InteractionTrigger>> SubscriptionTopic.SubscriptionTopicResourceTriggerComponent.supportedInteraction
The FHIR RESTful interaction which can be used to trigger a notification for the SubscriptionTopic.Methods in org.hl7.fhir.r5.model that return SubscriptionTopic.InteractionTriggerModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static SubscriptionTopic.InteractionTrigger[]
SubscriptionTopic.InteractionTrigger.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r5.model that return types with arguments of type SubscriptionTopic.InteractionTriggerModifier and TypeMethodDescriptionSubscriptionTopic.SubscriptionTopicResourceTriggerComponent.addSupportedInteractionElement()
SubscriptionTopic.InteractionTriggerEnumFactory.fromType
(PrimitiveType<?> code) SubscriptionTopic.SubscriptionTopicResourceTriggerComponent.getSupportedInteraction()
Methods in org.hl7.fhir.r5.model with parameters of type SubscriptionTopic.InteractionTriggerModifier and TypeMethodDescriptionSubscriptionTopic.SubscriptionTopicResourceTriggerComponent.addSupportedInteraction
(SubscriptionTopic.InteractionTrigger value) boolean
SubscriptionTopic.SubscriptionTopicResourceTriggerComponent.hasSupportedInteraction
(SubscriptionTopic.InteractionTrigger value) SubscriptionTopic.InteractionTriggerEnumFactory.toCode
(SubscriptionTopic.InteractionTrigger code) SubscriptionTopic.InteractionTriggerEnumFactory.toSystem
(SubscriptionTopic.InteractionTrigger code) Method parameters in org.hl7.fhir.r5.model with type arguments of type SubscriptionTopic.InteractionTriggerModifier and TypeMethodDescriptionSubscriptionTopic.SubscriptionTopicResourceTriggerComponent.setSupportedInteraction
(List<Enumeration<SubscriptionTopic.InteractionTrigger>> theSupportedInteraction)