| Package | Description |
|---|---|
| com.cerner.bunsen.stu3.codes |
Support for FHIR STU3 ConceptMap and ValueSet resources.
|
| Modifier and Type | Method and Description |
|---|---|
static ValueSets |
ValueSets.getDefault(org.apache.spark.sql.SparkSession spark)
Returns the collection of value sets from the default database and tables.
|
static ValueSets |
ValueSets.getEmpty(org.apache.spark.sql.SparkSession spark)
Returns an empty ValueSets instance.
|
static ValueSets |
ValueSets.getFromDatabase(org.apache.spark.sql.SparkSession spark,
String databaseName)
Returns the collection of value sets from the tables in the given database.
|
ValueSets |
ValueSets.withValueSets(org.apache.spark.sql.Dataset<org.hl7.fhir.dstu3.model.ValueSet> valueSets)
Returns a new ValueSets instance that includes the given value sets.
|
Copyright © 2019. All rights reserved.