
Uses of Enum
org.hl7.fhir.r5.model.Enumerations.FilterOperator
Packages that use Enumerations.FilterOperator
-
Uses of Enumerations.FilterOperator in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type Enumerations.FilterOperatorModifier and TypeFieldDescriptionprotected Enumeration
<Enumerations.FilterOperator> ValueSet.ConceptSetFilterComponent.op
The kind of operation to perform as a part of the filter criteria.protected List
<Enumeration<Enumerations.FilterOperator>> CodeSystem.CodeSystemFilterComponent.operator
A list of operators that can be used with the filter.Methods in org.hl7.fhir.r5.model that return Enumerations.FilterOperatorModifier and TypeMethodDescriptionstatic Enumerations.FilterOperator
ValueSet.ConceptSetFilterComponent.getOp()
static Enumerations.FilterOperator
Returns the enum constant of this type with the specified name.static Enumerations.FilterOperator[]
Enumerations.FilterOperator.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 Enumerations.FilterOperatorModifier and TypeMethodDescriptionCodeSystem.CodeSystemFilterComponent.addOperatorElement()
Enumerations.FilterOperatorEnumFactory.fromType
(PrimitiveType<?> code) ValueSet.ConceptSetFilterComponent.getOpElement()
CodeSystem.CodeSystemFilterComponent.getOperator()
Methods in org.hl7.fhir.r5.model with parameters of type Enumerations.FilterOperatorModifier and TypeMethodDescriptionCodeSystem.CodeSystemFilterComponent.addOperator
(Enumerations.FilterOperator value) boolean
CodeSystem.CodeSystemFilterComponent.hasOperator
(Enumerations.FilterOperator value) ValueSet.ConceptSetFilterComponent.setOp
(Enumerations.FilterOperator value) Enumerations.FilterOperatorEnumFactory.toCode
(Enumerations.FilterOperator code) Enumerations.FilterOperatorEnumFactory.toSystem
(Enumerations.FilterOperator code) Method parameters in org.hl7.fhir.r5.model with type arguments of type Enumerations.FilterOperatorModifier and TypeMethodDescriptionValueSet.ConceptSetFilterComponent.setOpElement
(Enumeration<Enumerations.FilterOperator> value) CodeSystem.CodeSystemFilterComponent.setOperator
(List<Enumeration<Enumerations.FilterOperator>> theOperator) Constructors in org.hl7.fhir.r5.model with parameters of type Enumerations.FilterOperatorModifierConstructorDescriptionCodeSystemFilterComponent
(String code, Enumerations.FilterOperator operator, String value) ConstructorConceptSetFilterComponent
(String property, Enumerations.FilterOperator op, String value) Constructor