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.relationshipThe relationship of this action to the related action.protected Enumeration<Enumerations.ActionRelationshipType>RequestGroup.RequestGroupActionRelatedActionComponent.relationshipThe relationship of this action to the related action.Methods in org.hl7.fhir.r5.model that return Enumerations.ActionRelationshipTypeModifier and TypeMethodDescriptionPlanDefinition.PlanDefinitionActionRelatedActionComponent.getRelationship()RequestGroup.RequestGroupActionRelatedActionComponent.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 TypeMethodDescriptionPlanDefinition.PlanDefinitionActionRelatedActionComponent.getRelationshipElement()RequestGroup.RequestGroupActionRelatedActionComponent.getRelationshipElement()Methods in org.hl7.fhir.r5.model with parameters of type Enumerations.ActionRelationshipTypeModifier and TypeMethodDescriptionPlanDefinition.PlanDefinitionActionRelatedActionComponent.setRelationship(Enumerations.ActionRelationshipType value) RequestGroup.RequestGroupActionRelatedActionComponent.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.setRelationshipElement(Enumeration<Enumerations.ActionRelationshipType> value) RequestGroup.RequestGroupActionRelatedActionComponent.setRelationshipElement(Enumeration<Enumerations.ActionRelationshipType> value) Constructors in org.hl7.fhir.r5.model with parameters of type Enumerations.ActionRelationshipTypeModifierConstructorDescriptionPlanDefinitionActionRelatedActionComponent(String targetId, Enumerations.ActionRelationshipType relationship) ConstructorRequestGroupActionRelatedActionComponent(String targetId, Enumerations.ActionRelationshipType relationship) Constructor