| 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 |
IRestfulResponse.streamResponseAsBundle(Bundle bundle,
Set<SummaryEnum> summaryMode,
boolean respondGzip,
boolean requestIsBrowser) |
Object |
RestfulResponse.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 |
IRestfulResponse.streamResponseAsResource(IBaseResource theActualResourceToReturn,
boolean thePrettyPrint,
Set<SummaryEnum> theSummaryMode,
int theStatusCode,
String theStatusMessage,
boolean theRespondGzip,
boolean theAddContentLocation) |
Object |
RestfulResponse.streamResponseAsResource(IBaseResource theResource,
boolean thePrettyPrint,
Set<SummaryEnum> theSummaryMode,
int theStatusCode,
String theStatusMessage,
boolean theRespondGzip,
boolean theAddContentLocation) |
static Object |
RestfulServerUtils.streamResponseAsResource(IRestfulServerDefaults theServer,
IBaseResource theResource,
Set<SummaryEnum> theSummaryMode,
int stausCode,
boolean theAddContentLocationHeader,
boolean respondGzip,
RequestDetails theRequestDetails) |
static Object |
RestfulServerUtils.streamResponseAsResource(IRestfulServerDefaults theServer,
IBaseResource theResource,
Set<SummaryEnum> theSummaryMode,
int theStausCode,
String theStatusMessage,
boolean theAddContentLocationHeader,
boolean respondGzip,
RequestDetails theRequestDetails,
IIdType theOperationResourceId,
IPrimitiveType<Date> theOperationResourceLastUpdated) |
Copyright © 2014–2017 University Health Network. All rights reserved.