public class BroadcastableConceptMap extends Object implements Serializable
Most users will create this via the BroadcastableMappings class.
| Modifier and Type | Class and Description |
|---|---|
static class |
BroadcastableConceptMap.CodeValue
A specific code instance, identified by system and value,
that has been broadcast.
|
| Constructor and Description |
|---|
BroadcastableConceptMap(String conceptMapUri,
List<Mapping> mappings,
List<BroadcastableConceptMap> delegates)
Constructs the broadcastable concept map.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getConceptMapUri()
Returns the URI for the concept map.
|
List<BroadcastableConceptMap.CodeValue> |
getTarget(String sourceSystem,
String sourceValue)
Returns the target list of code values, or an empty list.
|
public BroadcastableConceptMap(String conceptMapUri, List<Mapping> mappings, List<BroadcastableConceptMap> delegates)
conceptMapUri - the URI of the mapmappings - the mappings to include in the broadcastdelegates - The maps to which this concept map should delegate if it cannot
resolve its code values.public String getConceptMapUri()
public List<BroadcastableConceptMap.CodeValue> getTarget(String sourceSystem, String sourceValue)
sourceSystem - the source code systemsourceValue - the source code valueCopyright © 2020. All rights reserved.