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