
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 TypeMethodDescriptionvoidsetConceptMapUri(String theConceptMapUri) voidsetConceptMapVersion(String theConceptMapVersion) voidsetSourceCode(String theSourceCode) voidsetSourceSystem(String theSourceSystem) voidsetSourceSystemVersion(String theSourceSystemVersion) voidsetTargetCode(String theTargetCode) voidsetTargetSystem(String theTargetSystem) voidsetTargetSystemVersion(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
-