| Package | Description |
|---|---|
| ca.uhn.fhir.model.api | |
| ca.uhn.fhir.model.valueset | |
| ca.uhn.fhir.rest.method | |
| ca.uhn.fhir.rest.server |
| Modifier and Type | Method and Description |
|---|---|
BoundCodeDt<BundleTypeEnum> |
Bundle.getType() |
| Modifier and Type | Field and Description |
|---|---|
static IValueSetEnumBinder<BundleTypeEnum> |
BundleTypeEnum.VALUESET_BINDER
Converts codes to their respective enumerated values
|
| Modifier and Type | Method and Description |
|---|---|
BundleTypeEnum |
BundleTypeEnum.forCode(String theCode)
Returns the enumerated value associated with this code
|
static BundleTypeEnum |
BundleTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BundleTypeEnum[] |
BundleTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected BundleTypeEnum |
TransactionMethodBinding.getResponseBundleType() |
protected BundleTypeEnum |
SearchMethodBinding.getResponseBundleType() |
protected BundleTypeEnum |
ReadMethodBinding.getResponseBundleType() |
protected BundleTypeEnum |
PageMethodBinding.getResponseBundleType() |
protected BundleTypeEnum |
OperationMethodBinding.getResponseBundleType() |
protected BundleTypeEnum |
HistoryMethodBinding.getResponseBundleType() |
protected BundleTypeEnum |
DynamicSearchMethodBinding.getResponseBundleType() |
protected BundleTypeEnum |
ConformanceMethodBinding.getResponseBundleType() |
protected abstract BundleTypeEnum |
BaseResourceReturningMethodBinding.getResponseBundleType()
If the response is a bundle, this type will be placed in the root of the bundle (can be null)
|
| Constructor and Description |
|---|
HttpPostClientInvocation(FhirContext theContext,
List<? extends IBaseResource> theResources,
BundleTypeEnum theBundleType) |
| Modifier and Type | Method and Description |
|---|---|
void |
IVersionSpecificBundleFactory.addResourcesToBundle(List<IBaseResource> theResult,
BundleTypeEnum theBundleType,
String theServerBase,
BundleInclusionRule theBundleInclusionRule,
Set<Include> theIncludes) |
void |
IVersionSpecificBundleFactory.addRootPropertiesToBundle(String theAuthor,
String theServerBase,
String theCompleteUrl,
Integer theTotalResults,
BundleTypeEnum theBundleType,
IPrimitiveType<Date> theLastUpdated) |
static String |
RestfulServerUtils.createPagingLink(Set<Include> theIncludes,
String theServerBase,
String theSearchId,
int theOffset,
int theCount,
EncodingEnum theResponseEncoding,
boolean thePrettyPrint,
BundleTypeEnum theBundleType) |
void |
IVersionSpecificBundleFactory.initializeBundleFromBundleProvider(IRestfulServer theServer,
IBundleProvider theResult,
EncodingEnum theResponseEncoding,
String theServerBase,
String theCompleteUrl,
boolean thePrettyPrint,
int theOffset,
Integer theCount,
String theSearchId,
BundleTypeEnum theBundleType,
Set<Include> theIncludes) |
void |
IVersionSpecificBundleFactory.initializeBundleFromResourceList(String theAuthor,
List<? extends IBaseResource> theResult,
String theServerBase,
String theCompleteUrl,
int theTotalResults,
BundleTypeEnum theBundleType) |
Copyright © 2014–2016 University Health Network. All rights reserved.