| Package | Description |
|---|---|
| ca.uhn.fhir.context | |
| ca.uhn.fhir.rest.api | |
| ca.uhn.fhir.rest.param |
| Modifier and Type | Method and Description |
|---|---|
RestSearchParameterTypeEnum |
RuntimeSearchParam.getParamType() |
| Modifier and Type | Field and Description |
|---|---|
static IValueSetEnumBinder<RestSearchParameterTypeEnum> |
RestSearchParameterTypeEnum.VALUESET_BINDER
Converts codes to their respective enumerated values
|
| Modifier and Type | Method and Description |
|---|---|
static RestSearchParameterTypeEnum |
RestSearchParameterTypeEnum.forCode(String theCode)
Returns the enumerated value associated with this code
|
static RestSearchParameterTypeEnum |
RestSearchParameterTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RestSearchParameterTypeEnum[] |
RestSearchParameterTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static IQueryParameterAnd<?> |
ParameterUtil.parseQueryParams(FhirContext theContext,
RestSearchParameterTypeEnum paramType,
String theUnqualifiedParamName,
List<QualifiedParamList> theParameters)
This is a utility method intended provided to help the JPA module.
|
Copyright © 2014–2019 University Health Network. All rights reserved.