public enum SearchParamTypeEnum extends Enum<SearchParamTypeEnum>
| Enum Constant and Description |
|---|
COMPOSITE
Display: Composite
Code Value: composite A composite search parameter that combines a search on two values together. |
DATE_DATETIME
Display: Date/DateTime
Code Value: date Search parameter is on a date/time. |
NUMBER
Display: Number
Code Value: number Search parameter SHALL be a number (a whole number, or a decimal). |
QUANTITY
Display: Quantity
Code Value: quantity A search parameter that searches on a quantity. |
REFERENCE
Display: Reference
Code Value: reference A reference to another resource. |
STRING
Display: String
Code Value: string Search parameter is a simple string, like a name part. |
TOKEN
Display: Token
Code Value: token Search parameter on a coded element or identifier. |
URI
Display: URI
Code Value: uri A search parameter that searches on a URI (RFC 3986). |
| Modifier and Type | Field and Description |
|---|---|
static IValueSetEnumBinder<SearchParamTypeEnum> |
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:
SearchParamType
|
| Modifier and Type | Method and Description |
|---|---|
static SearchParamTypeEnum |
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 SearchParamTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SearchParamTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SearchParamTypeEnum NUMBER
public static final SearchParamTypeEnum DATE_DATETIME
public static final SearchParamTypeEnum STRING
public static final SearchParamTypeEnum TOKEN
public static final SearchParamTypeEnum REFERENCE
public static final SearchParamTypeEnum COMPOSITE
public static final SearchParamTypeEnum QUANTITY
public static final SearchParamTypeEnum URI
public static final String VALUESET_IDENTIFIER
public static final String VALUESET_NAME
public static final IValueSetEnumBinder<SearchParamTypeEnum> VALUESET_BINDER
public static SearchParamTypeEnum[] values()
for (SearchParamTypeEnum c : SearchParamTypeEnum.values()) System.out.println(c);
public static SearchParamTypeEnum 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 SearchParamTypeEnum forCode(String theCode)
Copyright © 2014–2016 University Health Network. All rights reserved.