Uses of Enum
org.hl7.fhir.r4.model.PlanDefinition.ActionRelationshipType
Packages that use PlanDefinition.ActionRelationshipType
-
Uses of PlanDefinition.ActionRelationshipType in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type PlanDefinition.ActionRelationshipTypeModifier and TypeFieldDescriptionprotected Enumeration<PlanDefinition.ActionRelationshipType>PlanDefinition.PlanDefinitionActionRelatedActionComponent.relationshipThe relationship of this action to the related action.Methods in org.hl7.fhir.r4.model that return PlanDefinition.ActionRelationshipTypeModifier and TypeMethodDescriptionPlanDefinition.PlanDefinitionActionRelatedActionComponent.getRelationship()Returns the enum constant of this type with the specified name.PlanDefinition.ActionRelationshipType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r4.model that return types with arguments of type PlanDefinition.ActionRelationshipTypeModifier and TypeMethodDescriptionPlanDefinition.PlanDefinitionActionRelatedActionComponent.getRelationshipElement()Methods in org.hl7.fhir.r4.model with parameters of type PlanDefinition.ActionRelationshipTypeModifier and TypeMethodDescriptionPlanDefinition.PlanDefinitionActionRelatedActionComponent.setRelationship(PlanDefinition.ActionRelationshipType value) PlanDefinition.ActionRelationshipTypeEnumFactory.toCode(PlanDefinition.ActionRelationshipType code) PlanDefinition.ActionRelationshipTypeEnumFactory.toSystem(PlanDefinition.ActionRelationshipType code) Method parameters in org.hl7.fhir.r4.model with type arguments of type PlanDefinition.ActionRelationshipTypeModifier and TypeMethodDescriptionPlanDefinition.PlanDefinitionActionRelatedActionComponent.setRelationshipElement(Enumeration<PlanDefinition.ActionRelationshipType> value) Constructor parameters in org.hl7.fhir.r4.model with type arguments of type PlanDefinition.ActionRelationshipTypeModifierConstructorDescriptionPlanDefinitionActionRelatedActionComponent(IdType actionId, Enumeration<PlanDefinition.ActionRelationshipType> relationship) Constructor