| Package | Description |
|---|---|
| com.cerner.bunsen.spark.codes.broadcast |
Support to broadcast code mappings that are useful to
query or transform FHIR data in Spark.
|
| Modifier and Type | Method and Description |
|---|---|
BroadcastableConceptMap |
BroadcastableMappings.getBroadcastConceptMap(String conceptMapUri)
Returns the broadcastable concept map for the concept
map with the given URI.
|
| Constructor and Description |
|---|
BroadcastableConceptMap(String conceptMapUri,
List<Mapping> mappings,
List<BroadcastableConceptMap> delegates)
Constructs the broadcastable concept map.
|
BroadcastableMappings(Map<String,BroadcastableConceptMap> conceptMaps) |
Copyright © 2020. All rights reserved.