Uses of Enum
org.hl7.fhir.r5.model.Enumerations.VersionIndependentResourceTypesAll
-
Uses of Enumerations.VersionIndependentResourceTypesAll in org.hl7.fhir.r5.model
Modifier 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.Modifier and TypeMethodDescriptionGraphDefinition.GraphDefinitionNodeComponent.getType()
Returns the enum constant of this type with the specified name.Enumerations.VersionIndependentResourceTypesAll.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionSearchParameter.addBaseElement()
OperationDefinition.addResourceElement()
SearchParameter.addTargetElement()
Enumerations.VersionIndependentResourceTypesAllEnumFactory.fromType
(PrimitiveType<?> code) SearchParameter.getBase()
OperationDefinition.getResource()
SearchParameter.getTarget()
GraphDefinition.GraphDefinitionNodeComponent.getTypeElement()
Modifier 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) Modifier 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) ModifierConstructorDescriptionConstructorSearchParameter
(String url, String name, Enumerations.PublicationStatus status, String description, String code, Enumerations.VersionIndependentResourceTypesAll base, Enumerations.SearchParamType type) Constructor