public class CodedValue extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
code |
protected String |
codingSystem |
protected List<LocalizedText> |
codingSystemName |
protected List<LocalizedText> |
descriptions |
protected Extension |
extension |
protected String |
version |
| Constructor and Description |
|---|
CodedValue() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCode()
Gets the value of the code property.
|
String |
getCodingSystem()
Optional unique identifier of the coding system that the code originating from.
|
List<LocalizedText> |
getCodingSystemName()
Gets the value of the codingSystemName property.
|
List<LocalizedText> |
getDescriptions()
Multiple optional texts that describe the code in more detail.
|
Extension |
getExtension()
Gets the value of the extension property.
|
String |
getVersion()
Describes a particular version of the coding system defined by CodingSystem.
|
void |
setCode(String value)
Sets the value of the code property.
|
void |
setCodingSystem(String value)
Sets the value of the codingSystem property.
|
void |
setCodingSystemName(List<LocalizedText> value) |
void |
setDescriptions(List<LocalizedText> value) |
void |
setExtension(Extension value)
Sets the value of the extension property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
protected Extension extension
protected String codingSystem
protected List<LocalizedText> codingSystemName
protected String version
protected String code
protected List<LocalizedText> descriptions
public Extension getExtension()
Extensionpublic void setExtension(Extension value)
value - allowed object is
Extensionpublic String getCodingSystem()
Stringpublic void setCodingSystem(String value)
value - allowed object is
Stringpublic List<LocalizedText> getCodingSystemName()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the codingSystemName property.
For example, to add a new item, do as follows:
getCodingSystemName().add(newItem);
Objects of the following type(s) are allowed in the list
LocalizedText
public String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic String getCode()
Stringpublic void setCode(String value)
value - allowed object is
Stringpublic List<LocalizedText> getDescriptions()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the descriptions property.
For example, to add a new item, do as follows:
getDescriptions().add(newItem);
Objects of the following type(s) are allowed in the list
LocalizedText
public void setCodingSystemName(List<LocalizedText> value)
public void setDescriptions(List<LocalizedText> value)
Copyright © 2016. All rights reserved.