| Package | Description |
|---|---|
| ca.uhn.fhir.rest.api | |
| ca.uhn.fhir.rest.client.api | |
| ca.uhn.fhir.rest.gclient |
| Modifier and Type | Method and Description |
|---|---|
static SummaryEnum |
SummaryEnum.fromCode(String theCode) |
static SummaryEnum |
SummaryEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SummaryEnum[] |
SummaryEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IRestfulClient.setSummary(SummaryEnum theSummary)
If not set to
null, specifies a value for the _summary parameter
to be applied globally on this client. |
| Modifier and Type | Method and Description |
|---|---|
T |
IClientExecutable.summaryMode(SummaryEnum theSummary)
Request that the server modify the response using the
_summary param |
Copyright © 2014–2017 University Health Network. All rights reserved.