Package ca.uhn.fhir.jpa.entity
Class TermConceptMapGroup
java.lang.Object
ca.uhn.fhir.jpa.model.entity.BasePartitionable
ca.uhn.fhir.jpa.entity.TermConceptMapGroup
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
setConceptMap
(TermConceptMap theTermConceptMap) setSourceVersion
(String theSourceVersion) setTargetVersion
(String theTargetVersion) toString()
Methods inherited from class ca.uhn.fhir.jpa.model.entity.BasePartitionable
getPartitionId, setPartitionId
-
Constructor Details
-
TermConceptMapGroup
public TermConceptMapGroup()
-
-
Method Details
-
getConceptMap
-
setConceptMap
-
getConceptMapGroupElements
-
getConceptMapUrl
-
getId
-
getSource
-
setSource
-
getSourceValueSet
-
getSourceVersion
-
setSourceVersion
-
getTarget
-
setTarget
-
getTargetValueSet
-
getTargetVersion
-
setTargetVersion
-
toString
- Overrides:
toString
in classBasePartitionable
-