public class Value extends Object implements Serializable
Dataset<Value> instance.| Constructor and Description |
|---|
Value()
Nullary constructor so Spark can encode this class as a bean.
|
Value(String valueSetUri,
String valueSetVersion,
String system,
String version,
String value)
Constructs a
Value instance. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getSystem()
Returns the code system that owns this value.
|
String |
getValue()
Returns the value.
|
String |
getValueSetUri()
Returns the URI for this FHIR value set that owns this value.
|
String |
getValueSetVersion()
Returns the version for this FHIR value set that owns this value.
|
String |
getVersion()
Returns the version of the code system that owns this value.
|
int |
hashCode() |
void |
setSystem(String system)
Sets the code system that owns this value.
|
void |
setValue(String value)
Sets the value.
|
void |
setValueSetUri(String valueSetUri)
Sets the URI for this FHIR value set that owns this value.
|
void |
setValueSetVersion(String valueSetVersion)
Sets the version for this FHIR value set that owns this value.
|
void |
setVersion(String version)
Sets the version of the code system that owns this value.
|
public Value()
public Value(String valueSetUri, String valueSetVersion, String system, String version, String value)
Value instance.valueSetUri - the value set uri that owns this valuevalueSetVersion - the value set version that owns this valuesystem - the code system that owns this valueversion - the version of the code system that owns this valuevalue - the valuepublic String getValueSetUri()
public void setValueSetUri(String valueSetUri)
valueSetUri - the URI for this FHIR value set that owns this valuepublic String getValueSetVersion()
public void setValueSetVersion(String valueSetVersion)
valueSetVersion - the version for this FHIR value set that owns this valuepublic String getSystem()
public void setSystem(String system)
system - the code system that owns this valuepublic String getVersion()
public void setVersion(String version)
version - the version of the code system that owns this valuepublic String getValue()
public void setValue(String value)
value - the valueCopyright © 2020. All rights reserved.