Uses of Class
ca.uhn.fhir.model.api.ResourceMetadataKeyEnum
-
Uses of ResourceMetadataKeyEnum in ca.uhn.fhir.model.api
Modifier and TypeClassDescriptionstatic final class
Modifier and TypeFieldDescriptionstatic final ResourceMetadataKeyEnum
<IPrimitiveType<Date>> ResourceMetadataKeyEnum.DELETED_AT
If present and populated with a date/time (as an instance ofInstantDt
), this value is an indication that the resource is in the deleted state.static final ResourceMetadataKeyEnum
<BundleEntrySearchModeEnum> ResourceMetadataKeyEnum.ENTRY_SEARCH_MODE
If present and populated with aBundleEntrySearchModeEnum
, contains the "bundle entry search mode", which is the value of the status field in the Bundle entry containing this resource.static final ResourceMetadataKeyEnum
<BigDecimal> ResourceMetadataKeyEnum.ENTRY_SEARCH_SCORE
If present and populated with a decimal value, contains the "bundle entry search score", which is the value of the status field in the Bundle entry containing this resource.static final ResourceMetadataKeyEnum
<BundleEntryTransactionMethodEnum> ResourceMetadataKeyEnum.ENTRY_TRANSACTION_METHOD
If present and populated with aBundleEntryTransactionMethodEnum
, contains the "bundle entry transaction operation", which is the value of the status field in the Bundle entry containing this resource.static final ResourceMetadataKeyEnum
<List<IdDt>> ResourceMetadataKeyEnum.PROFILES
The value for this key represents aList
of profile IDs that this resource claims to conform to.static final ResourceMetadataKeyEnum
<InstantDt> ResourceMetadataKeyEnum.PUBLISHED
The value for this key is the bundle entry Published time.static final ResourceMetadataKeyEnum
<List<BaseCodingDt>> ResourceMetadataKeyEnum.SECURITY_LABELS
static final ResourceMetadataKeyEnum
<TagList> ResourceMetadataKeyEnum.TAG_LIST
The value for this key is the list of tags associated with this resourcestatic final ResourceMetadataKeyEnum
<InstantDt> ResourceMetadataKeyEnum.UPDATED
The value for this key is the bundle entry Updated time.static final ResourceMetadataKeyEnum
<String> ResourceMetadataKeyEnum.VERSION
Deprecated.static final ResourceMetadataKeyEnum
<IdDt> ResourceMetadataKeyEnum.VERSION_ID
Deprecated.TheIResource.getId()
resource ID will now be populated with the version ID via theIdDt.getVersionIdPart()
method -
Uses of ResourceMetadataKeyEnum in ca.uhn.fhir.parser
Modifier and TypeMethodDescriptionprotected List
<Map.Entry<ResourceMetadataKeyEnum<?>, Object>> BaseParser.getExtensionMetadataKeys
(IResource resource) Modifier and TypeMethodDescriptionprotected static <T> List
<T> BaseParser.extractMetadataListNotNull
(IResource resource, ResourceMetadataKeyEnum<List<T>> key)
IResource.getId()
resource ID will now be populated with the version ID via theIdDt.getVersionIdPart()
method