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