
Uses of Enum Class
org.hl7.fhir.r5.model.Enumerations.VersionIndependentResourceTypesAll
Packages that use Enumerations.VersionIndependentResourceTypesAll
-
Uses of Enumerations.VersionIndependentResourceTypesAll in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type Enumerations.VersionIndependentResourceTypesAllModifier and TypeFieldDescriptionSearchParameter.base
The base resource type(s) that this search parameter can be used against.OperationDefinition.resource
The types on which this operation can be executed.SearchParameter.target
Types of resource (if a resource is referenced).GraphDefinition.GraphDefinitionNodeComponent.type
Type of resource this link refers to.Methods in org.hl7.fhir.r5.model that return Enumerations.VersionIndependentResourceTypesAllModifier and TypeMethodDescriptionGraphDefinition.GraphDefinitionNodeComponent.getType()
Returns the enum constant of this class with the specified name.Enumerations.VersionIndependentResourceTypesAll.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hl7.fhir.r5.model that return types with arguments of type Enumerations.VersionIndependentResourceTypesAllModifier and TypeMethodDescriptionSearchParameter.addBaseElement()
OperationDefinition.addResourceElement()
SearchParameter.addTargetElement()
Enumerations.VersionIndependentResourceTypesAllEnumFactory.fromType
(PrimitiveType<?> code) SearchParameter.getBase()
OperationDefinition.getResource()
SearchParameter.getTarget()
GraphDefinition.GraphDefinitionNodeComponent.getTypeElement()
Methods in org.hl7.fhir.r5.model with parameters of type Enumerations.VersionIndependentResourceTypesAllModifier and TypeMethodDescriptionSearchParameter.addBase
(Enumerations.VersionIndependentResourceTypesAll value) OperationDefinition.addResource
(Enumerations.VersionIndependentResourceTypesAll value) SearchParameter.addTarget
(Enumerations.VersionIndependentResourceTypesAll value) boolean
SearchParameter.hasBase
(Enumerations.VersionIndependentResourceTypesAll value) boolean
OperationDefinition.hasResource
(Enumerations.VersionIndependentResourceTypesAll value) boolean
SearchParameter.hasTarget
(Enumerations.VersionIndependentResourceTypesAll value) GraphDefinition.GraphDefinitionNodeComponent.setType
(Enumerations.VersionIndependentResourceTypesAll value) Enumerations.VersionIndependentResourceTypesAllEnumFactory.toCode
(Enumerations.VersionIndependentResourceTypesAll code) Enumerations.VersionIndependentResourceTypesAllEnumFactory.toSystem
(Enumerations.VersionIndependentResourceTypesAll code) Method parameters in org.hl7.fhir.r5.model with type arguments of type Enumerations.VersionIndependentResourceTypesAllModifier and TypeMethodDescriptionSearchParameter.setBase
(List<Enumeration<Enumerations.VersionIndependentResourceTypesAll>> theBase) OperationDefinition.setResource
(List<Enumeration<Enumerations.VersionIndependentResourceTypesAll>> theResource) SearchParameter.setTarget
(List<Enumeration<Enumerations.VersionIndependentResourceTypesAll>> theTarget) GraphDefinition.GraphDefinitionNodeComponent.setTypeElement
(Enumeration<Enumerations.VersionIndependentResourceTypesAll> value) Constructors in org.hl7.fhir.r5.model with parameters of type Enumerations.VersionIndependentResourceTypesAllModifierConstructorDescriptionConstructorSearchParameter
(String url, String name, Enumerations.PublicationStatus status, String description, String code, Enumerations.VersionIndependentResourceTypesAll base, Enumerations.SearchParamType type) Constructor