Uses of Enum
org.hl7.fhir.r5.model.ActivityDefinition.RequestResourceType
Packages that use ActivityDefinition.RequestResourceType
-
Uses of ActivityDefinition.RequestResourceType in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type ActivityDefinition.RequestResourceTypeModifier and TypeFieldDescriptionActivityDefinition.kindA description of the kind of resource the activity definition is representing.Methods in org.hl7.fhir.r5.model that return ActivityDefinition.RequestResourceTypeModifier and TypeMethodDescriptionActivityDefinition.getKind()Returns the enum constant of this type with the specified name.ActivityDefinition.RequestResourceType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r5.model that return types with arguments of type ActivityDefinition.RequestResourceTypeMethods in org.hl7.fhir.r5.model with parameters of type ActivityDefinition.RequestResourceTypeModifier and TypeMethodDescriptionActivityDefinition.setKind(ActivityDefinition.RequestResourceType value) ActivityDefinition.RequestResourceTypeEnumFactory.toCode(ActivityDefinition.RequestResourceType code) ActivityDefinition.RequestResourceTypeEnumFactory.toSystem(ActivityDefinition.RequestResourceType code) Method parameters in org.hl7.fhir.r5.model with type arguments of type ActivityDefinition.RequestResourceTypeModifier and TypeMethodDescriptionActivityDefinition.setKindElement(Enumeration<ActivityDefinition.RequestResourceType> value)