| Package | Description |
|---|---|
| com.cerner.bunsen.spark.codes.base |
Base classes for working with ConceptMaps and ValueSets.
|
| com.cerner.bunsen.stu3.codes |
Support for FHIR STU3 ConceptMap and ValueSet resources.
|
| Modifier and Type | Field and Description |
|---|---|
protected static org.apache.spark.sql.Encoder<Value> |
AbstractValueSets.VALUE_ENCODER
An encoder for serializing values.
|
protected org.apache.spark.sql.Dataset<Value> |
AbstractValueSets.values |
| Modifier and Type | Method and Description |
|---|---|
org.apache.spark.sql.Dataset<Value> |
AbstractValueSets.getLatestValues(Set<String> uris,
boolean includeExperimental)
Returns a dataset with the latest values for each valueset of the given uris.
|
static org.apache.spark.sql.Encoder<Value> |
AbstractValueSets.getValueEncoder()
Returns the encoder for values.
|
org.apache.spark.sql.Dataset<Value> |
AbstractValueSets.getValues()
Returns a dataset of all values in this collection.
|
org.apache.spark.sql.Dataset<Value> |
AbstractValueSets.getValues(Map<String,String> uriToVersion)
Returns a dataset with the values for each element in the map of uri to version.
|
org.apache.spark.sql.Dataset<Value> |
AbstractValueSets.getValues(String uri,
String version)
Returns the values for the given URI and version.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
AbstractValueSets.addToValueSet(T valueSet,
org.apache.spark.sql.Dataset<Value> values)
Adds the given values to the given value set instance.
|
| Constructor and Description |
|---|
AbstractValueSets(org.apache.spark.sql.SparkSession spark,
ca.uhn.fhir.context.FhirVersionEnum fhirVersion,
org.apache.spark.sql.Dataset<UrlAndVersion> members,
org.apache.spark.sql.Dataset<org.apache.spark.sql.Row> valueSets,
org.apache.spark.sql.Dataset<Value> values,
SparkRowConverter valueSetRowConverter) |
| Modifier and Type | Method and Description |
|---|---|
static List<Value> |
ValueSets.expandValues(org.hl7.fhir.dstu3.model.ValueSet valueSet)
Given a value set, returns a list of value records it contains.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ValueSets.addToValueSet(org.hl7.fhir.dstu3.model.ValueSet valueSet,
org.apache.spark.sql.Dataset<Value> values) |
Copyright © 2020. All rights reserved.