Package ca.uhn.fhir.jpa.term
Class TermVersionAdapterSvcDstu2
java.lang.Object
ca.uhn.fhir.jpa.term.TermVersionAdapterSvcDstu2
- All Implemented Interfaces:
ITermVersionAdapterSvc
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.hl7.fhir.instance.model.api.IIdType
createOrUpdateCodeSystem
(org.hl7.fhir.r4.model.CodeSystem theCodeSystemResource, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails) void
createOrUpdateConceptMap
(org.hl7.fhir.r4.model.ConceptMap theNextConceptMap) void
createOrUpdateValueSet
(org.hl7.fhir.r4.model.ValueSet theValueSet) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ca.uhn.fhir.jpa.term.api.ITermVersionAdapterSvc
createOrUpdateCodeSystem
-
Constructor Details
-
TermVersionAdapterSvcDstu2
public TermVersionAdapterSvcDstu2()
-
-
Method Details
-
createOrUpdateCodeSystem
public org.hl7.fhir.instance.model.api.IIdType createOrUpdateCodeSystem(org.hl7.fhir.r4.model.CodeSystem theCodeSystemResource, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails) - Specified by:
createOrUpdateCodeSystem
in interfaceITermVersionAdapterSvc
-
createOrUpdateConceptMap
- Specified by:
createOrUpdateConceptMap
in interfaceITermVersionAdapterSvc
-
createOrUpdateValueSet
- Specified by:
createOrUpdateValueSet
in interfaceITermVersionAdapterSvc
-