public static enum SearchParameter.SearchModifierCode extends Enum<SearchParameter.SearchModifierCode>
| Enum Constant and Description |
|---|
ABOVE
The search parameter tests whether the value in a resource subsumes the specified value (is-a, or hierarchical relationships).
|
BELOW
The search parameter tests whether the value in a resource is subsumed by the specified value (is-a, or hierarchical relationships).
|
CONTAINS
The search parameter returns resources that include the supplied parameter value anywhere within the field being searched.
|
EXACT
The search parameter returns resources that have a value that exactly matches the supplied parameter (the whole string, including casing and accents).
|
IDENTIFIER
The search parameter applies to the identifier on the resource, not the reference.
|
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
The search parameter returns resources that have a value or not.
|
NOT
The search parameter returns resources that do not contain a match.
|
NOTIN
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.
|
NULL
added to help the parsers with the generic types
|
OFTYPE
The search parameter has the format system|code|value, where the system and code refer to an Identifier.type.coding.system and .code, and match if any of the type codes match.
|
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
The search parameter only applies to the Resource Type specified as a modifier (e.g.
|
| Modifier and Type | Method and Description |
|---|---|
static SearchParameter.SearchModifierCode |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static SearchParameter.SearchModifierCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SearchParameter.SearchModifierCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SearchParameter.SearchModifierCode MISSING
public static final SearchParameter.SearchModifierCode EXACT
public static final SearchParameter.SearchModifierCode CONTAINS
public static final SearchParameter.SearchModifierCode NOT
public static final SearchParameter.SearchModifierCode TEXT
public static final SearchParameter.SearchModifierCode IN
public static final SearchParameter.SearchModifierCode NOTIN
public static final SearchParameter.SearchModifierCode BELOW
public static final SearchParameter.SearchModifierCode ABOVE
public static final SearchParameter.SearchModifierCode TYPE
public static final SearchParameter.SearchModifierCode IDENTIFIER
public static final SearchParameter.SearchModifierCode OFTYPE
public static final SearchParameter.SearchModifierCode NULL
public static SearchParameter.SearchModifierCode[] values()
for (SearchParameter.SearchModifierCode c : SearchParameter.SearchModifierCode.values()) System.out.println(c);
public static SearchParameter.SearchModifierCode 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.SearchModifierCode 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.