
Enum Class SearchModifierCode
- All Implemented Interfaces:
- Serializable,- Comparable<SearchModifierCode>,- Constable
- 
Nested Class SummaryNested classes/interfaces inherited from class java.lang.EnumEnum.EnumDesc<E extends Enum<E>>
- 
Enum Constant SummaryEnum ConstantsEnum ConstantDescriptionThe search parameter tests whether the value in a resource subsumes the specified value (is-a, or hierarchical relationships).The search parameter tests whether the value in a resource is subsumed by the specified value (is-a, or hierarchical relationships).The search parameter returns resources that include the supplied parameter value anywhere within the field being searched.The search parameter returns resources that have a value that exactly matches the supplied parameter (the whole string, including casing and accents).The search parameter applies to the identifier on the resource, not the reference.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.The search parameter returns resources that have a value or not.The search parameter returns resources that do not contain a match.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.added to help the parsersThe 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.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.The search parameter only applies to the Resource Type specified as a modifier (e.g. the modifier is not actually :type, but :Patient etc.).
- 
Method SummaryModifier and TypeMethodDescriptionstatic SearchModifierCodetoCode()static SearchModifierCodeReturns the enum constant of this class with the specified name.static SearchModifierCode[]values()Returns an array containing the constants of this enum class, in the order they are declared.
- 
Enum Constant Details- 
MISSINGThe search parameter returns resources that have a value or not.
- 
EXACTThe search parameter returns resources that have a value that exactly matches the supplied parameter (the whole string, including casing and accents).
- 
CONTAINSThe search parameter returns resources that include the supplied parameter value anywhere within the field being searched.
- 
NOTThe search parameter returns resources that do not contain a match.
- 
TEXTThe search parameter is processed as a string that searches text associated with the code/value - either CodeableConcept.text, Coding.display, or Identifier.type.text.
- 
INThe 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.
- 
NOTINThe 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.
- 
BELOWThe search parameter tests whether the value in a resource is subsumed by the specified value (is-a, or hierarchical relationships).
- 
ABOVEThe search parameter tests whether the value in a resource subsumes the specified value (is-a, or hierarchical relationships).
- 
TYPEThe search parameter only applies to the Resource Type specified as a modifier (e.g. the modifier is not actually :type, but :Patient etc.).
- 
IDENTIFIERThe search parameter applies to the identifier on the resource, not the reference.
- 
OFTYPEThe 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. All 3 parts must be present.
- 
NULLadded to help the parsers
 
- 
- 
Method Details- 
valuesReturns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
 
- 
valueOfReturns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
- name- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
- IllegalArgumentException- if this enum class has no constant with the specified name
- NullPointerException- if the argument is null
 
- 
fromCodepublic static SearchModifierCode fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException - Throws:
- org.hl7.fhir.exceptions.FHIRException
 
- 
toCode
- 
getSystem
- 
getDefinition
- 
getDisplay
 
-