Uses of Class
org.hl7.fhir.r4.model.PlanDefinition.ActionRelationshipType
-
Packages that use PlanDefinition.ActionRelationshipType Package Description org.hl7.fhir.r4.model -
-
Uses of PlanDefinition.ActionRelationshipType in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type PlanDefinition.ActionRelationshipType Modifier and Type Field Description protected Enumeration<PlanDefinition.ActionRelationshipType>PlanDefinition.PlanDefinitionActionRelatedActionComponent. relationshipThe relationship of this action to the related action.Methods in org.hl7.fhir.r4.model that return PlanDefinition.ActionRelationshipType Modifier and Type Method Description static PlanDefinition.ActionRelationshipTypePlanDefinition.ActionRelationshipType. fromCode(String codeString)PlanDefinition.ActionRelationshipTypePlanDefinition.ActionRelationshipTypeEnumFactory. fromCode(String codeString)PlanDefinition.ActionRelationshipTypePlanDefinition.PlanDefinitionActionRelatedActionComponent. getRelationship()static PlanDefinition.ActionRelationshipTypePlanDefinition.ActionRelationshipType. valueOf(String name)Returns the enum constant of this type with the specified name.static PlanDefinition.ActionRelationshipType[]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.ActionRelationshipType Modifier and Type Method Description Enumeration<PlanDefinition.ActionRelationshipType>PlanDefinition.ActionRelationshipTypeEnumFactory. fromType(Base code)Enumeration<PlanDefinition.ActionRelationshipType>PlanDefinition.PlanDefinitionActionRelatedActionComponent. getRelationshipElement()Methods in org.hl7.fhir.r4.model with parameters of type PlanDefinition.ActionRelationshipType Modifier and Type Method Description PlanDefinition.PlanDefinitionActionRelatedActionComponentPlanDefinition.PlanDefinitionActionRelatedActionComponent. setRelationship(PlanDefinition.ActionRelationshipType value)StringPlanDefinition.ActionRelationshipTypeEnumFactory. toCode(PlanDefinition.ActionRelationshipType code)StringPlanDefinition.ActionRelationshipTypeEnumFactory. toSystem(PlanDefinition.ActionRelationshipType code)Method parameters in org.hl7.fhir.r4.model with type arguments of type PlanDefinition.ActionRelationshipType Modifier and Type Method Description PlanDefinition.PlanDefinitionActionRelatedActionComponentPlanDefinition.PlanDefinitionActionRelatedActionComponent. setRelationshipElement(Enumeration<PlanDefinition.ActionRelationshipType> value)Constructor parameters in org.hl7.fhir.r4.model with type arguments of type PlanDefinition.ActionRelationshipType Constructor Description PlanDefinitionActionRelatedActionComponent(IdType actionId, Enumeration<PlanDefinition.ActionRelationshipType> relationship)Constructor
-