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