public class Mapping extends Object
Dataset<Mapping>
instance.Modifier and Type | Field and Description |
---|---|
static String |
EQUIVALENT
Equivalent constant definition.
|
static String |
SUBSUMES
Subsumes constant definition.
|
Constructor and Description |
---|
Mapping()
Nullary constructor so Spark can encode this class as a bean.
|
Mapping(String conceptMapUri,
String conceptMapVersion,
String sourceValueSet,
String targetValueSet,
String sourceSystem,
String sourceValue,
String targetSystem,
String targetValue,
String equivalence)
Constructs a
Mapping instance. |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getConceptMapUri()
Returns the URI for the FHIR concept map that owns this mapping.
|
String |
getConceptMapVersion()
Returns the version of the FHIR concept map that owns this mapping.
|
String |
getEquivalence()
Returns the equivalence for the mapping.
|
String |
getSourceSystem()
Returns the code system for the source code.
|
String |
getSourceValue()
Returns the code value for the source code.
|
String |
getSourceValueSet()
Returns the valueset for all source values in this mapping.
|
String |
getTargetSystem()
Returns the code system for the target code.
|
String |
getTargetValue()
Returns the code value for the target code.
|
String |
getTargetValueSet()
Returns the valueset for all target values in this mapping.
|
int |
hashCode() |
void |
setConceptMapUri(String conceptMapUri)
Sets the URI for the FHIR concept map that owns this mapping.
|
void |
setConceptMapVersion(String conceptMapVersion)
Sets the version of the FHIR concept map that owns this mapping.
|
void |
setEquivalence(String equivalence)
Sets the equivalence for the mapping.
|
void |
setSourceSystem(String sourceSystem)
Sets the code system for the source code.
|
void |
setSourceValue(String sourceValue)
Sets the code value for the source code.
|
void |
setSourceValueSet(String sourceValueSet)
Sets the valueset for all source values in this mapping.
|
void |
setTargetSystem(String targetSystem)
Sets the code system for the target code.
|
void |
setTargetValue(String targetValue)
Sets the code value for the target code.
|
void |
setTargetValueSet(String targetValueSet)
Sets the valueset for all target values in this mapping.
|
public static final String EQUIVALENT
public static final String SUBSUMES
public Mapping()
public Mapping(String conceptMapUri, String conceptMapVersion, String sourceValueSet, String targetValueSet, String sourceSystem, String sourceValue, String targetSystem, String targetValue, String equivalence)
Mapping
instance.conceptMapUri
- the URI for the FHIR concept map that owns this mappingconceptMapVersion
- the version of the FHIR concept map that owns this mappingsourceValueSet
- the valueset for all source values in this mappingtargetValueSet
- the valueset for all target values in this mappingsourceSystem
- the code system for the source codesourceValue
- the code value for the source codetargetSystem
- the code system for the target codetargetValue
- the code value for the target codeequivalence
- the FHIR equivalence typepublic String getConceptMapUri()
public void setConceptMapUri(String conceptMapUri)
conceptMapUri
- the URI for the FHIR concept map that owns this mappingpublic String getConceptMapVersion()
public void setConceptMapVersion(String conceptMapVersion)
conceptMapVersion
- the version of the FHIR concept map that owns this mappingpublic String getSourceValueSet()
public void setSourceValueSet(String sourceValueSet)
sourceValueSet
- the valueset for all source values in this mappingpublic String getTargetValueSet()
public void setTargetValueSet(String targetValueSet)
targetValueSet
- the valueset for all target values in this mappingpublic String getSourceSystem()
public void setSourceSystem(String sourceSystem)
sourceSystem
- the code system for the source codepublic String getSourceValue()
public void setSourceValue(String sourceValue)
sourceValue
- the code value for the source codepublic String getTargetSystem()
public void setTargetSystem(String targetSystem)
targetSystem
- the code system for the target codepublic String getTargetValue()
public void setTargetValue(String targetValue)
targetValue
- the code value for the target codepublic String getEquivalence()
public void setEquivalence(String equivalence)
equivalence
- the FHIR equivalence typeCopyright © 2020. All rights reserved.