Uses of Class
org.hl7.fhir.r4.model.RequestGroup.ActionSelectionBehavior
-
Packages that use RequestGroup.ActionSelectionBehavior Package Description org.hl7.fhir.r4.model -
-
Uses of RequestGroup.ActionSelectionBehavior in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type RequestGroup.ActionSelectionBehavior Modifier and Type Field Description protected Enumeration<RequestGroup.ActionSelectionBehavior>RequestGroup.RequestGroupActionComponent. selectionBehaviorDefines the selection behavior for the action and its children.Methods in org.hl7.fhir.r4.model that return RequestGroup.ActionSelectionBehavior Modifier and Type Method Description static RequestGroup.ActionSelectionBehaviorRequestGroup.ActionSelectionBehavior. fromCode(String codeString)RequestGroup.ActionSelectionBehaviorRequestGroup.ActionSelectionBehaviorEnumFactory. fromCode(String codeString)RequestGroup.ActionSelectionBehaviorRequestGroup.RequestGroupActionComponent. getSelectionBehavior()static RequestGroup.ActionSelectionBehaviorRequestGroup.ActionSelectionBehavior. valueOf(String name)Returns the enum constant of this type with the specified name.static RequestGroup.ActionSelectionBehavior[]RequestGroup.ActionSelectionBehavior. 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.ActionSelectionBehavior Modifier and Type Method Description Enumeration<RequestGroup.ActionSelectionBehavior>RequestGroup.ActionSelectionBehaviorEnumFactory. fromType(Base code)Enumeration<RequestGroup.ActionSelectionBehavior>RequestGroup.RequestGroupActionComponent. getSelectionBehaviorElement()Methods in org.hl7.fhir.r4.model with parameters of type RequestGroup.ActionSelectionBehavior Modifier and Type Method Description RequestGroup.RequestGroupActionComponentRequestGroup.RequestGroupActionComponent. setSelectionBehavior(RequestGroup.ActionSelectionBehavior value)StringRequestGroup.ActionSelectionBehaviorEnumFactory. toCode(RequestGroup.ActionSelectionBehavior code)StringRequestGroup.ActionSelectionBehaviorEnumFactory. toSystem(RequestGroup.ActionSelectionBehavior code)Method parameters in org.hl7.fhir.r4.model with type arguments of type RequestGroup.ActionSelectionBehavior Modifier and Type Method Description RequestGroup.RequestGroupActionComponentRequestGroup.RequestGroupActionComponent. setSelectionBehaviorElement(Enumeration<RequestGroup.ActionSelectionBehavior> value)
-