Package ca.uhn.fhir.jpa.provider
Class BaseJpaResourceProviderConceptMap<T extends org.hl7.fhir.instance.model.api.IBaseResource>
java.lang.Object
ca.uhn.fhir.jpa.provider.BaseJpaProvider
ca.uhn.fhir.jpa.provider.BaseJpaResourceProvider<T>
ca.uhn.fhir.jpa.provider.BaseJpaResourceProviderConceptMap<T>
- All Implemented Interfaces:
ca.uhn.fhir.rest.server.IResourceProvider
- Direct Known Subclasses:
ConceptMapResourceProvider
,ConceptMapResourceProvider
,ConceptMapResourceProvider
,ConceptMapResourceProvider
,ConceptMapResourceProvider
public abstract class BaseJpaResourceProviderConceptMap<T extends org.hl7.fhir.instance.model.api.IBaseResource>
extends BaseJpaResourceProvider<T>
-
Field Summary
Fields inherited from class ca.uhn.fhir.jpa.provider.BaseJpaProvider
myStorageSettings, REMOTE_ADDR, REMOTE_UA
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.hl7.fhir.instance.model.api.IBaseParameters
translate
(jakarta.servlet.http.HttpServletRequest theServletRequest, org.hl7.fhir.instance.model.api.IIdType theId, org.hl7.fhir.instance.model.api.IPrimitiveType<String> theUrl, org.hl7.fhir.instance.model.api.IPrimitiveType<String> theConceptMapVersion, org.hl7.fhir.instance.model.api.IPrimitiveType<String> theSourceCode, org.hl7.fhir.instance.model.api.IPrimitiveType<String> theSourceCodeSystem, org.hl7.fhir.instance.model.api.IPrimitiveType<String> theSourceCodeSystemVersion, org.hl7.fhir.instance.model.api.IPrimitiveType<String> theSourceValueSet, org.hl7.fhir.instance.model.api.IBaseCoding theSourceCoding, org.hl7.fhir.instance.model.api.IBaseDatatype theSourceCodeableConcept, org.hl7.fhir.instance.model.api.IPrimitiveType<String> theTargetValueSet, org.hl7.fhir.instance.model.api.IPrimitiveType<String> theTargetCodeSystem, org.hl7.fhir.instance.model.api.IPrimitiveType<Boolean> theReverse, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails) Methods inherited from class ca.uhn.fhir.jpa.provider.BaseJpaResourceProvider
create, delete, doExpunge, expunge, expunge, getDao, getHistoryForResourceInstance, getHistoryForResourceType, getResourceType, meta, meta, metaAdd, metaDelete, patch, read, setDao, update, validate, validate
Methods inherited from class ca.uhn.fhir.jpa.provider.BaseJpaProvider
createExpungeOptions, createExpungeResponse, endRequest, endRequest, getContext, processSinceOrAt, setContext, setStorageSettingsForUnitTest, startRequest, startRequest
-
Constructor Details
-
BaseJpaResourceProviderConceptMap
public BaseJpaResourceProviderConceptMap()
-
-
Method Details
-
translate
public org.hl7.fhir.instance.model.api.IBaseParameters translate(jakarta.servlet.http.HttpServletRequest theServletRequest, org.hl7.fhir.instance.model.api.IIdType theId, org.hl7.fhir.instance.model.api.IPrimitiveType<String> theUrl, org.hl7.fhir.instance.model.api.IPrimitiveType<String> theConceptMapVersion, org.hl7.fhir.instance.model.api.IPrimitiveType<String> theSourceCode, org.hl7.fhir.instance.model.api.IPrimitiveType<String> theSourceCodeSystem, org.hl7.fhir.instance.model.api.IPrimitiveType<String> theSourceCodeSystemVersion, org.hl7.fhir.instance.model.api.IPrimitiveType<String> theSourceValueSet, org.hl7.fhir.instance.model.api.IBaseCoding theSourceCoding, org.hl7.fhir.instance.model.api.IBaseDatatype theSourceCodeableConcept, org.hl7.fhir.instance.model.api.IPrimitiveType<String> theTargetValueSet, org.hl7.fhir.instance.model.api.IPrimitiveType<String> theTargetCodeSystem, org.hl7.fhir.instance.model.api.IPrimitiveType<Boolean> theReverse, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails)
-