Package org.hl7.fhir.dstu3.model
Enum Enumerations.SearchParamType
- All Implemented Interfaces:
Serializable
,Comparable<Enumerations.SearchParamType>
- Enclosing class:
Enumerations
-
Enum Constant Summary
Enum ConstantDescriptionA composite search parameter that combines a search on two values together.Search parameter is on a date/time.added to help the parsersSearch parameter SHALL be a number (a whole number, or a decimal).A search parameter that searches on a quantity.A reference to another resource.Search parameter is a simple string, like a name part.Search parameter on a coded element or identifier.A search parameter that searches on a URI (RFC 3986). -
Method Summary
Modifier and TypeMethodDescriptionstatic Enumerations.SearchParamType
toCode()
static Enumerations.SearchParamType
Returns the enum constant of this type with the specified name.static Enumerations.SearchParamType[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
NUMBER
Search parameter SHALL be a number (a whole number, or a decimal). -
DATE
Search parameter is on a date/time. The date format is the standard XML format, though other formats may be supported. -
STRING
Search parameter is a simple string, like a name part. Search is case-insensitive and accent-insensitive. May match just the start of a string. String parameters may contain spaces. -
TOKEN
Search parameter on a coded element or identifier. May be used to search through the text, displayname, code and code/codesystem (for codes) and label, system and key (for identifier). Its value is either a string or a pair of namespace and value, separated by a "|", depending on the modifier used. -
REFERENCE
A reference to another resource. -
COMPOSITE
A composite search parameter that combines a search on two values together. -
QUANTITY
A search parameter that searches on a quantity. -
URI
A search parameter that searches on a URI (RFC 3986). -
NULL
added to help the parsers
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException
- if the argument is null
-
fromCode
public static Enumerations.SearchParamType fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException - Throws:
org.hl7.fhir.exceptions.FHIRException
-
toCode
-
getSystem
-
getDefinition
-
getDisplay
-