| Package | Description |
|---|---|
| ca.uhn.fhir.model.api | |
| ca.uhn.fhir.parser |
| Modifier and Type | Class and Description |
|---|---|
static class |
ResourceMetadataKeyEnum.ResourceMetadataKeySupportingAnyResource<T,T2> |
| Modifier and Type | Field and Description |
|---|---|
static ResourceMetadataKeyEnum<DecimalDt> |
ResourceMetadataKeyEnum.ENTRY_SCORE
Denotes the search score which a given resource should match in a transaction.
|
static ResourceMetadataKeyEnum<String> |
ResourceMetadataKeyEnum.LINK_ALTERNATE
If present and populated with a string, provides the "alternate link" (the link element in the bundle entry with
rel="alternate"). |
static ResourceMetadataKeyEnum<String> |
ResourceMetadataKeyEnum.LINK_SEARCH
If present and populated with a string, provides the "search link" (the link element in the bundle entry with
rel="search"). |
static ResourceMetadataKeyEnum<IdDt> |
ResourceMetadataKeyEnum.PREVIOUS_ID
The value for this key represents a previous ID used to identify this resource.
|
static ResourceMetadataKeyEnum<List<IdDt>> |
ResourceMetadataKeyEnum.PROFILES
The value for this key represents a
List of profile IDs that this resource claims to conform to. |
static ResourceMetadataKeyEnum<InstantDt> |
ResourceMetadataKeyEnum.PUBLISHED
The value for this key is the bundle entry Published time.
|
static ResourceMetadataKeyEnum<List<BaseCodingDt>> |
ResourceMetadataKeyEnum.SECURITY_LABELS |
static ResourceMetadataKeyEnum<TagList> |
ResourceMetadataKeyEnum.TAG_LIST
The value for this key is the list of tags associated with this resource
|
static ResourceMetadataKeyEnum<String> |
ResourceMetadataKeyEnum.TITLE
If present and populated with a string (as an instance of
String), this value contains the title for this resource, as supplied in any bundles containing the resource. |
static ResourceMetadataKeyEnum<InstantDt> |
ResourceMetadataKeyEnum.UPDATED
The value for this key is the bundle entry Updated time.
|
static ResourceMetadataKeyEnum<String> |
ResourceMetadataKeyEnum.VERSION
The value for this key is the version ID of the resource object.
|
static ResourceMetadataKeyEnum<IdDt> |
ResourceMetadataKeyEnum.VERSION_ID
Deprecated.
The
IResource.getId() resource ID will now be populated with the version ID via the IdDt.getVersionIdPart() method |
| Modifier and Type | Method and Description |
|---|---|
protected static <T> List<T> |
BaseParser.extractMetadataListNotNull(IResource resource,
ResourceMetadataKeyEnum<List<T>> key) |
Copyright © 2014–2017 University Health Network. All rights reserved.