Uses of Class
org.hl7.fhir.r4.model.RequestGroup.ActionPrecheckBehavior
-
Packages that use RequestGroup.ActionPrecheckBehavior Package Description org.hl7.fhir.r4.model -
-
Uses of RequestGroup.ActionPrecheckBehavior in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type RequestGroup.ActionPrecheckBehavior Modifier and Type Field Description protected Enumeration<RequestGroup.ActionPrecheckBehavior>RequestGroup.RequestGroupActionComponent. precheckBehaviorDefines whether the action should usually be preselected.Methods in org.hl7.fhir.r4.model that return RequestGroup.ActionPrecheckBehavior Modifier and Type Method Description static RequestGroup.ActionPrecheckBehaviorRequestGroup.ActionPrecheckBehavior. fromCode(String codeString)RequestGroup.ActionPrecheckBehaviorRequestGroup.ActionPrecheckBehaviorEnumFactory. fromCode(String codeString)RequestGroup.ActionPrecheckBehaviorRequestGroup.RequestGroupActionComponent. getPrecheckBehavior()static RequestGroup.ActionPrecheckBehaviorRequestGroup.ActionPrecheckBehavior. valueOf(String name)Returns the enum constant of this type with the specified name.static RequestGroup.ActionPrecheckBehavior[]RequestGroup.ActionPrecheckBehavior. 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.ActionPrecheckBehavior Modifier and Type Method Description Enumeration<RequestGroup.ActionPrecheckBehavior>RequestGroup.ActionPrecheckBehaviorEnumFactory. fromType(Base code)Enumeration<RequestGroup.ActionPrecheckBehavior>RequestGroup.RequestGroupActionComponent. getPrecheckBehaviorElement()Methods in org.hl7.fhir.r4.model with parameters of type RequestGroup.ActionPrecheckBehavior Modifier and Type Method Description RequestGroup.RequestGroupActionComponentRequestGroup.RequestGroupActionComponent. setPrecheckBehavior(RequestGroup.ActionPrecheckBehavior value)StringRequestGroup.ActionPrecheckBehaviorEnumFactory. toCode(RequestGroup.ActionPrecheckBehavior code)StringRequestGroup.ActionPrecheckBehaviorEnumFactory. toSystem(RequestGroup.ActionPrecheckBehavior code)Method parameters in org.hl7.fhir.r4.model with type arguments of type RequestGroup.ActionPrecheckBehavior Modifier and Type Method Description RequestGroup.RequestGroupActionComponentRequestGroup.RequestGroupActionComponent. setPrecheckBehaviorElement(Enumeration<RequestGroup.ActionPrecheckBehavior> value)
-