Class BaseJpaResourceProviderConceptMap<T extends org.hl7.fhir.instance.model.api.IBaseResource>

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>
  • Constructor Details

  • 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)