| Package | Description |
|---|---|
| ca.uhn.fhir.context | |
| ca.uhn.fhir.rest.method | |
| ca.uhn.fhir.rest.server |
| Modifier and Type | Method and Description |
|---|---|
RuntimeSearchParam |
RuntimeResourceDefinition.getSearchParam(String theName) |
| Modifier and Type | Method and Description |
|---|---|
List<RuntimeSearchParam> |
RuntimeSearchParam.getCompositeOf() |
List<RuntimeSearchParam> |
RuntimeResourceDefinition.getSearchParams() |
| Modifier and Type | Method and Description |
|---|---|
void |
RuntimeResourceDefinition.addSearchParam(RuntimeSearchParam theParam) |
| Constructor and Description |
|---|
RuntimeSearchParam(String theName,
String theDescription,
String thePath,
RestSearchParameterTypeEnum theParamType,
List<RuntimeSearchParam> theCompositeOf) |
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends RuntimeSearchParam> |
DynamicSearchMethodBinding.getSearchParams() |
| Modifier and Type | Method and Description |
|---|---|
static IQueryParameterAnd<?> |
MethodUtil.parseQueryParams(RuntimeSearchParam theParamDef,
String theUnqualifiedParamName,
List<QualifiedParamList> theParameters)
This is a utility method intended provided to help the JPA module.
|
| Modifier and Type | Method and Description |
|---|---|
List<RuntimeSearchParam> |
IDynamicSearchResourceProvider.getSearchParameters() |
Copyright © 2014–2016 University Health Network. All rights reserved.