| Package | Description |
|---|---|
| com.cerner.bunsen.stu3.codes |
Support for FHIR STU3 ConceptMap and ValueSet resources.
|
| Modifier and Type | Method and Description |
|---|---|
static ConceptMaps |
ConceptMaps.getDefault(org.apache.spark.sql.SparkSession spark)
Returns the collection of concept maps from the default database and tables.
|
static ConceptMaps |
ConceptMaps.getEmpty(org.apache.spark.sql.SparkSession spark)
Returns an empty ConceptMaps instance.
|
static ConceptMaps |
ConceptMaps.getFromDatabase(org.apache.spark.sql.SparkSession spark,
String databaseName)
Returns the collection of concept maps from the tables in the given database.
|
protected ConceptMaps |
ConceptMaps.newInstance(org.apache.spark.sql.SparkSession spark,
org.apache.spark.sql.Dataset<UrlAndVersion> members,
org.apache.spark.sql.Dataset<org.hl7.fhir.dstu3.model.ConceptMap> conceptMaps,
org.apache.spark.sql.Dataset<Mapping> mappings) |
ConceptMaps |
ConceptMaps.withConceptMaps(org.apache.spark.sql.Dataset<org.hl7.fhir.dstu3.model.ConceptMap> conceptMaps) |
Copyright © 2019. All rights reserved.