
Package ca.uhn.fhir.jpa.api.dao
Class IFhirResourceDaoConceptMap.RemoveMappingRequest
java.lang.Object
ca.uhn.fhir.jpa.api.dao.IFhirResourceDaoConceptMap.RemoveMappingRequest
- Direct Known Subclasses:
IFhirResourceDaoConceptMap.AddMappingRequest
- Enclosing interface:
IFhirResourceDaoConceptMap<T extends org.hl7.fhir.instance.model.api.IBaseResource>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setConceptMapUri
(String theConceptMapUri) void
setConceptMapVersion
(String theConceptMapVersion) void
setSourceCode
(String theSourceCode) void
setSourceSystem
(String theSourceSystem) void
setSourceSystemVersion
(String theSourceSystemVersion) void
setTargetCode
(String theTargetCode) void
setTargetSystem
(String theTargetSystem) void
setTargetSystemVersion
(String theTargetSystemVersion)
-
Constructor Details
-
RemoveMappingRequest
public RemoveMappingRequest()
-
-
Method Details
-
getConceptMapUri
-
setConceptMapUri
-
setConceptMapVersion
-
getConceptMapVersion
-
getSourceSystem
-
setSourceSystem
-
getSourceCode
-
setSourceCode
-
getTargetSystem
-
setTargetSystem
-
getTargetCode
-
setTargetCode
-
setSourceSystemVersion
-
getSourceSystemVersion
-
setTargetSystemVersion
-
getTargetSystemVersion
-