
Uses of Enum
org.hl7.fhir.r4.model.ValueSet.FilterOperator
Packages that use ValueSet.FilterOperator
-
Uses of ValueSet.FilterOperator in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type ValueSet.FilterOperatorModifier and TypeFieldDescriptionprotected Enumeration
<ValueSet.FilterOperator> ValueSet.ConceptSetFilterComponent.op
The kind of operation to perform as a part of the filter criteria.Methods in org.hl7.fhir.r4.model that return ValueSet.FilterOperatorModifier and TypeMethodDescriptionstatic ValueSet.FilterOperator
ValueSet.ConceptSetFilterComponent.getOp()
static ValueSet.FilterOperator
Returns the enum constant of this type with the specified name.static ValueSet.FilterOperator[]
ValueSet.FilterOperator.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 ValueSet.FilterOperatorModifier and TypeMethodDescriptionValueSet.FilterOperatorEnumFactory.fromType
(PrimitiveType<?> code) ValueSet.ConceptSetFilterComponent.getOpElement()
Methods in org.hl7.fhir.r4.model with parameters of type ValueSet.FilterOperatorModifier and TypeMethodDescriptionValueSet.ConceptSetFilterComponent.setOp
(ValueSet.FilterOperator value) ValueSet.FilterOperatorEnumFactory.toCode
(ValueSet.FilterOperator code) ValueSet.FilterOperatorEnumFactory.toSystem
(ValueSet.FilterOperator code) Method parameters in org.hl7.fhir.r4.model with type arguments of type ValueSet.FilterOperatorModifier and TypeMethodDescriptionValueSet.ConceptSetFilterComponent.setOpElement
(Enumeration<ValueSet.FilterOperator> value) Constructor parameters in org.hl7.fhir.r4.model with type arguments of type ValueSet.FilterOperatorModifierConstructorDescriptionConceptSetFilterComponent
(CodeType property, Enumeration<ValueSet.FilterOperator> op, StringType value) Constructor