public enum SearchModifierCodeEnum extends Enum<SearchModifierCodeEnum>
| Enum Constant and Description |
|---|
ABOVE
Display: Above
Code Value: above The search parameter tests whether the value in a resource subsumes the specified value (is-a, or hierarchical relationships). |
BELOW
Display: Below
Code Value: below The search parameter tests whether the value in a resource is subsumed by the specified value (is-a, or hierarchical relationships). |
CONTAINS
Display: Contains
Code Value: contains The search parameter returns resources that include the supplied parameter value anywhere within the field being searched. |
EXACT
Display: Exact
Code Value: exact The search parameter returns resources that have a value that exactly matches the supplied parameter (the whole string, including casing and accents). |
IN
Display: In
Code Value: in The search parameter is a URI (relative or absolute) that identifies a value set, and the search parameter tests whether the coding is in the specified value set. |
MISSING
Display: Missing
Code Value: missing The search parameter returns resources that have a value or not. |
NOT
Display: Not
Code Value: not The search parameter returns resources that do not contain a match . |
NOT_IN
Display: Not In
Code Value: not-in The search parameter is a URI (relative or absolute) that identifies a value set, and the search parameter tests whether the coding is not in the specified value set. |
TEXT
Display: Text
Code Value: text The search parameter is processed as a string that searches text associated with the code/value - either CodeableConcept.text, Coding.display, or Identifier.type.text. |
TYPE
Display: Type
Code Value: type The search parameter only applies to the Resource Type specified as a modifier (e.g. |
| Modifier and Type | Field and Description |
|---|---|
static IValueSetEnumBinder<SearchModifierCodeEnum> |
VALUESET_BINDER
Converts codes to their respective enumerated values
|
static String |
VALUESET_IDENTIFIER
Identifier for this Value Set:
|
static String |
VALUESET_NAME
Name for this Value Set:
SearchModifierCode
|
| Modifier and Type | Method and Description |
|---|---|
static SearchModifierCodeEnum |
forCode(String theCode)
Returns the enumerated value associated with this code
|
String |
getCode()
Returns the code associated with this enumerated value
|
String |
getSystem()
Returns the code system associated with this enumerated value
|
static SearchModifierCodeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SearchModifierCodeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SearchModifierCodeEnum MISSING
public static final SearchModifierCodeEnum EXACT
public static final SearchModifierCodeEnum CONTAINS
public static final SearchModifierCodeEnum NOT
public static final SearchModifierCodeEnum TEXT
public static final SearchModifierCodeEnum IN
public static final SearchModifierCodeEnum NOT_IN
public static final SearchModifierCodeEnum BELOW
public static final SearchModifierCodeEnum ABOVE
public static final SearchModifierCodeEnum TYPE
public static final String VALUESET_IDENTIFIER
public static final String VALUESET_NAME
public static final IValueSetEnumBinder<SearchModifierCodeEnum> VALUESET_BINDER
public static SearchModifierCodeEnum[] values()
for (SearchModifierCodeEnum c : SearchModifierCodeEnum.values()) System.out.println(c);
public static SearchModifierCodeEnum 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 SearchModifierCodeEnum forCode(String theCode)
Copyright © 2014–2016 University Health Network. All rights reserved.