Uses of Enum
org.hl7.fhir.r4.model.RequestGroup.ActionRelationshipType
Packages that use RequestGroup.ActionRelationshipType
-
Uses of RequestGroup.ActionRelationshipType in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type RequestGroup.ActionRelationshipTypeModifier and TypeFieldDescriptionprotected Enumeration<RequestGroup.ActionRelationshipType>RequestGroup.RequestGroupActionRelatedActionComponent.relationshipThe relationship of this action to the related action.Methods in org.hl7.fhir.r4.model that return RequestGroup.ActionRelationshipTypeModifier and TypeMethodDescriptionRequestGroup.RequestGroupActionRelatedActionComponent.getRelationship()Returns the enum constant of this type with the specified name.static RequestGroup.ActionRelationshipType[]RequestGroup.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 RequestGroup.ActionRelationshipTypeModifier and TypeMethodDescriptionRequestGroup.RequestGroupActionRelatedActionComponent.getRelationshipElement()Methods in org.hl7.fhir.r4.model with parameters of type RequestGroup.ActionRelationshipTypeModifier and TypeMethodDescriptionRequestGroup.RequestGroupActionRelatedActionComponent.setRelationship(RequestGroup.ActionRelationshipType value) RequestGroup.ActionRelationshipTypeEnumFactory.toCode(RequestGroup.ActionRelationshipType code) RequestGroup.ActionRelationshipTypeEnumFactory.toSystem(RequestGroup.ActionRelationshipType code) Method parameters in org.hl7.fhir.r4.model with type arguments of type RequestGroup.ActionRelationshipTypeModifier and TypeMethodDescriptionRequestGroup.RequestGroupActionRelatedActionComponent.setRelationshipElement(Enumeration<RequestGroup.ActionRelationshipType> value) Constructor parameters in org.hl7.fhir.r4.model with type arguments of type RequestGroup.ActionRelationshipTypeModifierConstructorDescriptionRequestGroupActionRelatedActionComponent(IdType actionId, Enumeration<RequestGroup.ActionRelationshipType> relationship) Constructor