Package org.hl7.fhir.dstu3.model
Enum ValueSet.FilterOperator
- All Implemented Interfaces:
Serializable
,Comparable<ValueSet.FilterOperator>
- Enclosing class:
ValueSet
-
Enum Constant Summary
Enum ConstantDescriptionIncludes all concept ids that have a transitive is-a relationship with the concept Id provided as the value, excluding the provided concept itself (i.e.The specified property of the code equals the provided value.The specified property of the code has at least one value (if the specified value is true; if the specified value is false, then matches when the specified property of the code has no values)Includes all concept ids that have a transitive is-a relationship from the concept Id provided as the value, including the provided concept itself (e.g.The specified property of the code is in the set of codes or concepts specified in the provided value (comma separated list).Includes all concept ids that have a transitive is-a relationship with the concept Id provided as the value, including the provided concept itself (i.e.The specified property of the code does not have an is-a relationship with the provided value.The specified property of the code is not in the set of codes or concepts specified in the provided value (comma separated list).added to help the parsers with the generic typesThe specified property of the code matches the regex specified in the provided value. -
Method Summary
Modifier and TypeMethodDescriptionstatic ValueSet.FilterOperator
toCode()
static ValueSet.FilterOperator
Returns the enum constant of this type with the specified name.static ValueSet.FilterOperator[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
EQUAL
The specified property of the code equals the provided value. -
ISA
Includes all concept ids that have a transitive is-a relationship with the concept Id provided as the value, including the provided concept itself (i.e. include child codes) -
DESCENDENTOF
Includes all concept ids that have a transitive is-a relationship with the concept Id provided as the value, excluding the provided concept itself (i.e. include child codes) -
ISNOTA
The specified property of the code does not have an is-a relationship with the provided value. -
REGEX
The specified property of the code matches the regex specified in the provided value. -
IN
The specified property of the code is in the set of codes or concepts specified in the provided value (comma separated list). -
NOTIN
The specified property of the code is not in the set of codes or concepts specified in the provided value (comma separated list). -
GENERALIZES
Includes all concept ids that have a transitive is-a relationship from the concept Id provided as the value, including the provided concept itself (e.g. include parent codes) -
EXISTS
The specified property of the code has at least one value (if the specified value is true; if the specified value is false, then matches when the specified property of the code has no values) -
NULL
added to help the parsers with the generic types
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
fromCode
public static ValueSet.FilterOperator fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException - Throws:
org.hl7.fhir.exceptions.FHIRException
-
toCode
-
getSystem
-
getDefinition
-
getDisplay
-