public enum V3RelationalOperator extends Enum<V3RelationalOperator>
| Enum Constant and Description |
|---|
CT
Specified set of things includes value being evaluated.
|
EQ
Equal condition applied to comparisons.
|
GE
Greater than or equal condition applied to comparisons.
|
GN
A generic comparison selects a record for inclusion in the response if the beginning of the designated element value matches the select string.
|
GT
Greater than condition applied to comparisons.
|
LE
Less than or equal condition applied to comparisons.
|
LT
Less than condition applied to comparisons.
|
NE
Not equal condition applied to comparisons.
|
NULL
added to help the parsers
|
| Modifier and Type | Method and Description |
|---|---|
static V3RelationalOperator |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static V3RelationalOperator |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static V3RelationalOperator[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final V3RelationalOperator CT
public static final V3RelationalOperator EQ
public static final V3RelationalOperator GE
public static final V3RelationalOperator GN
public static final V3RelationalOperator GT
public static final V3RelationalOperator LE
public static final V3RelationalOperator LT
public static final V3RelationalOperator NE
public static final V3RelationalOperator NULL
public static V3RelationalOperator[] values()
for (V3RelationalOperator c : V3RelationalOperator.values()) System.out.println(c);
public static V3RelationalOperator valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static V3RelationalOperator fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2021 Health Level 7. All rights reserved.