| Modifier and Type | Method and Description |
|---|---|
<T extends IResource> |
Bundle.getResources(Class<T> theClass)
Returns a list containing all resources of the given type from this bundle
|
| Modifier and Type | Method and Description |
|---|---|
IResource |
BundleEntry.getResource() |
IResource |
Bundle.getResourceById(IdDt theId)
Retrieves a resource from a bundle given its logical ID.
|
| Modifier and Type | Method and Description |
|---|---|
List<IResource> |
Bundle.toListOfResources() |
| Modifier and Type | Method and Description |
|---|---|
BundleEntry |
Bundle.addResource(IResource theResource,
FhirContext theContext,
String theServerBase)
Creates a new entry using the given resource and populates it accordingly
|
abstract T |
ResourceMetadataKeyEnum.get(IResource theResource) |
abstract void |
ResourceMetadataKeyEnum.put(IResource theResource,
T theObject) |
void |
BundleEntry.setResource(IResource theResource) |
static Bundle |
Bundle.withSingleResource(IResource theResource) |
| Modifier and Type | Method and Description |
|---|---|
static Bundle |
Bundle.withResources(List<IResource> theResources,
FhirContext theContext,
String theServerBase) |
| Modifier and Type | Method and Description |
|---|---|
abstract List<? extends IResource> |
BaseContainedDt.getContainedResources() |
| Constructor and Description |
|---|
BaseResourceReferenceDt(IResource theResource)
Constructor
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
BaseConformance |
interface |
BaseOperationOutcome |
interface |
BaseSecurityEvent |
| Modifier and Type | Method and Description |
|---|---|
<T extends IResource> |
ViewGenerator.newView(IResource theResource,
Class<T> theTargetType) |
| Modifier and Type | Method and Description |
|---|---|
<T extends IResource> |
ViewGenerator.newView(IResource theResource,
Class<T> theTargetType) |
| Modifier and Type | Method and Description |
|---|---|
protected static <T> List<T> |
BaseParser.extractMetadataListNotNull(IResource resource,
ResourceMetadataKeyEnum<List<T>> key) |
protected TagList |
BaseParser.getMetaTagsForEncoding(IResource theIResource) |
protected boolean |
BaseParser.shouldEncodeResourceMeta(IResource theResource)
Used for DSTU2 only
|
| Modifier and Type | Method and Description |
|---|---|
protected BaseHttpClientInvocation |
CreateMethodBinding.createClientInvocation(Object[] theArgs,
IResource theResource) |
protected BaseHttpClientInvocation |
UpdateMethodBinding.createClientInvocation(Object[] theArgs,
IResource theResource) |
protected BaseHttpClientInvocation |
ValidateMethodBindingDstu1.createClientInvocation(Object[] theArgs,
IResource theResource) |
protected BaseHttpClientInvocation |
DeleteMethodBinding.createClientInvocation(Object[] theArgs,
IResource theResource) |
protected BaseHttpClientInvocation |
PatchMethodBinding.createClientInvocation(Object[] theArgs,
IResource theResource) |
| Constructor and Description |
|---|
ResourceParameter(Class<? extends IResource> theParameterType,
Object theProvider,
ResourceParameter.Mode theMode) |
| Modifier and Type | Method and Description |
|---|---|
IResource |
PageProvider.getPage() |
| Constructor and Description |
|---|
ResourceGoneException(Class<? extends IResource> theClass,
BaseIdentifierDt thePatientId)
Deprecated.
This constructor has a dependency on a specific model version and will be removed. Deprecated in HAPI
1.6 - 2016-07-02
|
ResourceGoneException(Class<? extends IResource> theClass,
IIdType theResourceId)
Constructor which creates an error message based on a given resource ID
|
ResourceNotFoundException(Class<? extends IResource> theClass,
BaseIdentifierDt theId)
Deprecated.
This doesn't make sense, since an identifier is not a resource ID and shouldn't generate a 404 if it isn't found - Should be removed
|
ResourceNotFoundException(Class<? extends IResource> theClass,
IdDt theId) |
ResourceNotFoundException(Class<? extends IResource> theClass,
IdDt theId,
IBaseOperationOutcome theOperationOutcome) |
ResourceNotFoundException(Class<? extends IResource> theClass,
IIdType theId) |
ResourceNotFoundException(Class<? extends IResource> theClass,
IIdType theId,
IBaseOperationOutcome theOperationOutcome) |
| Modifier and Type | Method and Description |
|---|---|
static IValidationContext<IBaseResource> |
ValidationContext.newChild(IValidationContext<Bundle> theContext,
IResource theResource) |
void |
FhirValidator.validate(IResource theResource)
Deprecated.
use
FhirValidator.validateWithResult(IBaseResource) instead |
Copyright © 2014–2017 University Health Network. All rights reserved.