Uses of Enum Class
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.endRelationshipThe relationship of the end of this action to the related action.protected Enumeration<Enumerations.ActionRelationshipType>RequestOrchestration.RequestOrchestrationActionRelatedActionComponent.endRelationshipThe relationship of the end of this action to the related action.protected Enumeration<Enumerations.ActionRelationshipType>PlanDefinition.PlanDefinitionActionRelatedActionComponent.relationshipThe relationship of the start of this action to the related action.protected Enumeration<Enumerations.ActionRelationshipType>RequestOrchestration.RequestOrchestrationActionRelatedActionComponent.relationshipThe 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 class with the specified name.static Enumerations.ActionRelationshipType[]Enumerations.ActionRelationshipType.values()Returns an array containing the constants of this enum class, 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