| Package | Description |
|---|---|
| ca.uhn.fhir.rest.gclient | |
| ca.uhn.fhir.rest.method |
| Modifier and Type | Method and Description |
|---|---|
IQuery<T> |
IQuery.usingStyle(SearchStyleEnum theStyle)
Forces the query to perform the search using the given method (allowable methods are described in the
FHIR Specification Section 2.1.11)
|
| Modifier and Type | Method and Description |
|---|---|
static SearchStyleEnum |
SearchStyleEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SearchStyleEnum[] |
SearchStyleEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static BaseHttpClientInvocation |
SearchMethodBinding.createSearchInvocation(FhirContext theContext,
String theResourceName,
Map<String,List<String>> theParameters,
IdDt theId,
String theCompartmentName,
SearchStyleEnum theSearchStyle) |
Copyright © 2014–2016 University Health Network. All rights reserved.