public enum RestSearchParameterTypeEnum extends Enum<RestSearchParameterTypeEnum>
| Enum Constant and Description |
|---|
COMPOSITE
Code Value: composite
A composite search parameter that combines a search on two values together.
|
DATE
Code Value: date
Search parameter is on a date/time.
|
HAS
_has parameter
|
NUMBER
Code Value: number
Search parameter SHALL be a number (a whole number, or a decimal).
|
QUANTITY
Code Value: quantity
A search parameter that searches on a quantity.
|
REFERENCE
Code Value: reference
A reference to another resource.
|
STRING
Code Value: string
Search parameter is a simple string, like a name part.
|
TOKEN
Code Value: token
Search parameter on a coded element or identifier.
|
URI
Code Value: quantity
A search parameter that searches on a quantity.
|
| Modifier and Type | Field and Description |
|---|---|
static IValueSetEnumBinder<RestSearchParameterTypeEnum> |
VALUESET_BINDER
Converts codes to their respective enumerated values
|
static String |
VALUESET_IDENTIFIER
Identifier for this Value Set:
http://hl7.org/fhir/vs/search-param-type
|
static String |
VALUESET_NAME
Name for this Value Set:
SearchParamType
|
| Modifier and Type | Method and Description |
|---|---|
static RestSearchParameterTypeEnum |
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 RestSearchParameterTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RestSearchParameterTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RestSearchParameterTypeEnum NUMBER
public static final RestSearchParameterTypeEnum DATE
public static final RestSearchParameterTypeEnum STRING
public static final RestSearchParameterTypeEnum TOKEN
public static final RestSearchParameterTypeEnum REFERENCE
public static final RestSearchParameterTypeEnum COMPOSITE
public static final RestSearchParameterTypeEnum QUANTITY
public static final RestSearchParameterTypeEnum URI
public static final RestSearchParameterTypeEnum HAS
public static final String VALUESET_IDENTIFIER
public static final String VALUESET_NAME
public static final IValueSetEnumBinder<RestSearchParameterTypeEnum> VALUESET_BINDER
public static RestSearchParameterTypeEnum[] values()
for (RestSearchParameterTypeEnum c : RestSearchParameterTypeEnum.values()) System.out.println(c);
public static RestSearchParameterTypeEnum 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 RestSearchParameterTypeEnum forCode(String theCode)
Copyright © 2014–2017 University Health Network. All rights reserved.