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 ExtensionType |
extension |
protected String |
symbolicCodeName |
protected String |
version |
| Constructor and Description |
|---|
CodedValue() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
String |
getCode()
REQUIRED unique identifier of the CODE in the CODING SYSTEM.
|
String |
getCodingSystem()
OPTIONAL unique identifier of a CODING SYSTEM that pm:CodedValue/@Code originating
from.
|
List<LocalizedText> |
getCodingSystemName()
Human-readable name of the CODING SYSTEM that is described by
pm:CodedValue/@CodingSystem.
|
List<LocalizedText> |
getDescriptions()
Multiple OPTIONAL human-readable texts that describe the CODE in more detail.
|
ExtensionType |
getExtension()
Gets the value of the extension property.
|
String |
getSymbolicCodeName()
Gets the value of the symbolicCodeName property.
|
String |
getVersion()
CodingSystemVersion is a particular version of the CODING SYSTEM defined by
pm:CodedValue/@CodingSystem.
|
int |
hashCode() |
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(ExtensionType value)
Sets the value of the extension property.
|
void |
setSymbolicCodeName(String value)
Sets the value of the symbolicCodeName property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
String |
toString() |
protected ExtensionType extension
protected List<LocalizedText> codingSystemName
protected List<LocalizedText> descriptions
protected String code
protected String codingSystem
protected String version
protected String symbolicCodeName
public ExtensionType getExtension()
ExtensionTypepublic void setExtension(ExtensionType value)
value - allowed object is
ExtensionTypepublic 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 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 String getCode()
Stringpublic void setCode(String value)
value - allowed object is
Stringpublic String getCodingSystem()
Stringpublic void setCodingSystem(String value)
value - allowed object is
Stringpublic String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic String getSymbolicCodeName()
Stringpublic void setSymbolicCodeName(String value)
value - allowed object is
Stringpublic void setCodingSystemName(List<LocalizedText> value)
public void setDescriptions(List<LocalizedText> value)
Copyright © 2017. All rights reserved.