public enum SearchComparator extends Enum<SearchComparator>
| Enum Constant and Description |
|---|
AP
the value for the parameter in the resource is approximately the same to the provided value.
|
EB
the value for the parameter in the resource ends before the provided value.
|
EQ
the value for the parameter in the resource is equal to the provided value.
|
GE
the value for the parameter in the resource is greater or equal to the provided value.
|
GT
the value for the parameter in the resource is greater than the provided value.
|
LE
the value for the parameter in the resource is less or equal to the provided value.
|
LT
the value for the parameter in the resource is less than the provided value.
|
NE
the value for the parameter in the resource is not equal to the provided value.
|
NULL
added to help the parsers
|
SA
the value for the parameter in the resource starts after the provided value.
|
| Modifier and Type | Method and Description |
|---|---|
static SearchComparator |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static SearchComparator |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SearchComparator[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SearchComparator EQ
public static final SearchComparator NE
public static final SearchComparator GT
public static final SearchComparator LT
public static final SearchComparator GE
public static final SearchComparator LE
public static final SearchComparator SA
public static final SearchComparator EB
public static final SearchComparator AP
public static final SearchComparator NULL
public static SearchComparator[] values()
for (SearchComparator c : SearchComparator.values()) System.out.println(c);
public static SearchComparator 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 SearchComparator 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.