Uses of Class
org.hl7.fhir.r4.model.RequestGroup.RequestIntent
-
Packages that use RequestGroup.RequestIntent Package Description org.hl7.fhir.r4.model -
-
Uses of RequestGroup.RequestIntent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type RequestGroup.RequestIntent Modifier and Type Field Description protected Enumeration<RequestGroup.RequestIntent>RequestGroup. intentIndicates the level of authority/intentionality associated with the request and where the request fits into the workflow chain.Methods in org.hl7.fhir.r4.model that return RequestGroup.RequestIntent Modifier and Type Method Description static RequestGroup.RequestIntentRequestGroup.RequestIntent. fromCode(String codeString)RequestGroup.RequestIntentRequestGroup.RequestIntentEnumFactory. fromCode(String codeString)RequestGroup.RequestIntentRequestGroup. getIntent()static RequestGroup.RequestIntentRequestGroup.RequestIntent. valueOf(String name)Returns the enum constant of this type with the specified name.static RequestGroup.RequestIntent[]RequestGroup.RequestIntent. 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.RequestIntent Modifier and Type Method Description Enumeration<RequestGroup.RequestIntent>RequestGroup.RequestIntentEnumFactory. fromType(Base code)Enumeration<RequestGroup.RequestIntent>RequestGroup. getIntentElement()Methods in org.hl7.fhir.r4.model with parameters of type RequestGroup.RequestIntent Modifier and Type Method Description RequestGroupRequestGroup. setIntent(RequestGroup.RequestIntent value)StringRequestGroup.RequestIntentEnumFactory. toCode(RequestGroup.RequestIntent code)StringRequestGroup.RequestIntentEnumFactory. toSystem(RequestGroup.RequestIntent code)Method parameters in org.hl7.fhir.r4.model with type arguments of type RequestGroup.RequestIntent Modifier and Type Method Description RequestGroupRequestGroup. setIntentElement(Enumeration<RequestGroup.RequestIntent> value)
-