| Package | Description |
|---|---|
| ca.uhn.fhir.model.valueset | |
| ca.uhn.fhir.rest.api |
| 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 |
|---|---|
void |
IVersionSpecificBundleFactory.addResourcesToBundle(List<IBaseResource> theResult,
BundleTypeEnum theBundleType,
String theServerBase,
BundleInclusionRule theBundleInclusionRule,
Set<Include> theIncludes) |
void |
IVersionSpecificBundleFactory.addRootPropertiesToBundle(String theAuthor,
String theServerBase,
String theLinkSelf,
String theLinkPrev,
String theLinkNext,
Integer theTotalResults,
BundleTypeEnum theBundleType,
IPrimitiveType<Date> theLastUpdated) |
void |
IVersionSpecificBundleFactory.initializeBundleFromResourceList(String theAuthor,
List<? extends IBaseResource> theResult,
String theServerBase,
String theCompleteUrl,
int theTotalResults,
BundleTypeEnum theBundleType) |
Copyright © 2014–2017 University Health Network. All rights reserved.