
Uses of Enum
org.hl7.fhir.r5.model.Enumerations.ActionRelationshipType
Packages that use Enumerations.ActionRelationshipType
-
Uses of Enumerations.ActionRelationshipType in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type Enumerations.ActionRelationshipTypeModifier and TypeFieldDescriptionprotected Enumeration
<Enumerations.ActionRelationshipType> PlanDefinition.PlanDefinitionActionRelatedActionComponent.endRelationship
The relationship of the end of this action to the related action.protected Enumeration
<Enumerations.ActionRelationshipType> RequestOrchestration.RequestOrchestrationActionRelatedActionComponent.endRelationship
The relationship of the end of this action to the related action.protected Enumeration
<Enumerations.ActionRelationshipType> PlanDefinition.PlanDefinitionActionRelatedActionComponent.relationship
The relationship of the start of this action to the related action.protected Enumeration
<Enumerations.ActionRelationshipType> RequestOrchestration.RequestOrchestrationActionRelatedActionComponent.relationship
The relationship of this action to the related action.Methods in org.hl7.fhir.r5.model that return Enumerations.ActionRelationshipTypeModifier and TypeMethodDescriptionPlanDefinition.PlanDefinitionActionRelatedActionComponent.getEndRelationship()
RequestOrchestration.RequestOrchestrationActionRelatedActionComponent.getEndRelationship()
PlanDefinition.PlanDefinitionActionRelatedActionComponent.getRelationship()
RequestOrchestration.RequestOrchestrationActionRelatedActionComponent.getRelationship()
Returns the enum constant of this type with the specified name.static Enumerations.ActionRelationshipType[]
Enumerations.ActionRelationshipType.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 Enumerations.ActionRelationshipTypeModifier and TypeMethodDescriptionEnumerations.ActionRelationshipTypeEnumFactory.fromType
(PrimitiveType<?> code) PlanDefinition.PlanDefinitionActionRelatedActionComponent.getEndRelationshipElement()
RequestOrchestration.RequestOrchestrationActionRelatedActionComponent.getEndRelationshipElement()
PlanDefinition.PlanDefinitionActionRelatedActionComponent.getRelationshipElement()
RequestOrchestration.RequestOrchestrationActionRelatedActionComponent.getRelationshipElement()
Methods in org.hl7.fhir.r5.model with parameters of type Enumerations.ActionRelationshipTypeModifier and TypeMethodDescriptionPlanDefinition.PlanDefinitionActionRelatedActionComponent.setEndRelationship
(Enumerations.ActionRelationshipType value) RequestOrchestration.RequestOrchestrationActionRelatedActionComponent.setEndRelationship
(Enumerations.ActionRelationshipType value) PlanDefinition.PlanDefinitionActionRelatedActionComponent.setRelationship
(Enumerations.ActionRelationshipType value) RequestOrchestration.RequestOrchestrationActionRelatedActionComponent.setRelationship
(Enumerations.ActionRelationshipType value) Enumerations.ActionRelationshipTypeEnumFactory.toCode
(Enumerations.ActionRelationshipType code) Enumerations.ActionRelationshipTypeEnumFactory.toSystem
(Enumerations.ActionRelationshipType code) Method parameters in org.hl7.fhir.r5.model with type arguments of type Enumerations.ActionRelationshipTypeModifier and TypeMethodDescriptionPlanDefinition.PlanDefinitionActionRelatedActionComponent.setEndRelationshipElement
(Enumeration<Enumerations.ActionRelationshipType> value) RequestOrchestration.RequestOrchestrationActionRelatedActionComponent.setEndRelationshipElement
(Enumeration<Enumerations.ActionRelationshipType> value) PlanDefinition.PlanDefinitionActionRelatedActionComponent.setRelationshipElement
(Enumeration<Enumerations.ActionRelationshipType> value) RequestOrchestration.RequestOrchestrationActionRelatedActionComponent.setRelationshipElement
(Enumeration<Enumerations.ActionRelationshipType> value) Constructors in org.hl7.fhir.r5.model with parameters of type Enumerations.ActionRelationshipTypeModifierConstructorDescriptionPlanDefinitionActionRelatedActionComponent
(String targetId, Enumerations.ActionRelationshipType relationship) ConstructorRequestOrchestrationActionRelatedActionComponent
(String targetId, Enumerations.ActionRelationshipType relationship) Constructor