
Package ca.uhn.fhir.jpa.dao
Class CacheTagDefinitionDao
java.lang.Object
ca.uhn.fhir.jpa.dao.CacheTagDefinitionDao
-
Constructor Summary
ConstructorsConstructorDescriptionCacheTagDefinitionDao
(ITagDefinitionDao tagDefinitionDao, MemoryCacheService memoryCacheService) -
Method Summary
Modifier and TypeMethodDescriptionprotected TagDefinition
getTagOrNull
(ca.uhn.fhir.rest.api.server.storage.TransactionDetails transactionDetails, TagTypeEnum tagType, String scheme, String term, String label, String version, Boolean userSelected) Returns a TagDefinition or null if the scheme, term, and label are all blank.
-
Constructor Details
-
CacheTagDefinitionDao
public CacheTagDefinitionDao(ITagDefinitionDao tagDefinitionDao, MemoryCacheService memoryCacheService)
-
-
Method Details
-
getTagOrNull
protected TagDefinition getTagOrNull(ca.uhn.fhir.rest.api.server.storage.TransactionDetails transactionDetails, TagTypeEnum tagType, String scheme, String term, String label, String version, Boolean userSelected) Returns a TagDefinition or null if the scheme, term, and label are all blank.
-