| Package | Description |
|---|---|
| ca.uhn.fhir.rest.api | |
| ca.uhn.fhir.rest.client | |
| ca.uhn.fhir.rest.client.api | |
| ca.uhn.fhir.rest.gclient | |
| ca.uhn.fhir.rest.method | |
| ca.uhn.fhir.rest.server |
| 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 |
|---|---|
SummaryEnum |
BaseClient.getSummary() |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseClient.setSummary(SummaryEnum theSummary) |
| 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 |
| Modifier and Type | Method and Description |
|---|---|
static Set<SummaryEnum> |
SummaryEnumParameter.getSummaryValueOrNull(RequestDetails theRequest) |
| Modifier and Type | Method and Description |
|---|---|
static Set<SummaryEnum> |
RestfulServerUtils.determineSummaryMode(RequestDetails theRequest) |
| Modifier and Type | Method and Description |
|---|---|
Object |
RestfulResponse.streamResponseAsBundle(Bundle bundle,
Set<SummaryEnum> summaryMode,
boolean respondGzip,
boolean requestIsBrowser) |
Object |
IRestfulResponse.streamResponseAsBundle(Bundle bundle,
Set<SummaryEnum> summaryMode,
boolean respondGzip,
boolean requestIsBrowser) |
static Object |
RestfulServerUtils.streamResponseAsBundle(IRestfulServerDefaults theServer,
Bundle bundle,
Set<SummaryEnum> theSummaryMode,
boolean respondGzip,
RequestDetails theRequestDetails) |
Object |
RestfulResponse.streamResponseAsResource(IBaseResource resource,
boolean prettyPrint,
Set<SummaryEnum> summaryMode,
int statusCode,
boolean respondGzip,
boolean addContentLocationHeader) |
Object |
IRestfulResponse.streamResponseAsResource(IBaseResource resource,
boolean prettyPrint,
Set<SummaryEnum> summaryMode,
int operationStatus,
boolean respondGzip,
boolean addContentLocationHeader) |
static Object |
RestfulServerUtils.streamResponseAsResource(IRestfulServerDefaults theServer,
IBaseResource theResource,
Set<SummaryEnum> theSummaryMode,
int stausCode,
boolean theAddContentLocationHeader,
boolean respondGzip,
RequestDetails theRequestDetails) |
Copyright © 2014–2016 University Health Network. All rights reserved.