public class ClinicalInfo extends Object
Java class for ClinicalInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ClinicalInfo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://p11073-10207/draft6/ext/2016/12/08}Extension" minOccurs="0"/>
<element name="Type" type="{http://p11073-10207/draft6/pm/2016/12/08}CodedValue" minOccurs="0"/>
<element name="Description" type="{http://p11073-10207/draft6/pm/2016/12/08}LocalizedText" maxOccurs="unbounded" minOccurs="0"/>
<element name="RelatedMeasurement" type="{http://p11073-10207/draft6/pm/2016/12/08}Measurement" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<LocalizedText> |
descriptions |
protected ExtensionType |
extension |
protected List<Measurement> |
relatedMeasurements |
protected CodedValue |
type |
| Constructor and Description |
|---|
ClinicalInfo() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
List<LocalizedText> |
getDescriptions()
List of possible (localized) free text descriptions of the clinical information.
|
ExtensionType |
getExtension()
Gets the value of the extension property.
|
List<Measurement> |
getRelatedMeasurements()
Related measurements for this clinical observation if applicable.
|
CodedValue |
getType()
Gets the value of the type property.
|
int |
hashCode() |
void |
setDescriptions(List<LocalizedText> value) |
void |
setExtension(ExtensionType value)
Sets the value of the extension property.
|
void |
setRelatedMeasurements(List<Measurement> value) |
void |
setType(CodedValue value)
Sets the value of the type property.
|
String |
toString() |
protected ExtensionType extension
protected CodedValue type
protected List<LocalizedText> descriptions
protected List<Measurement> relatedMeasurements
public ExtensionType getExtension()
ExtensionTypepublic void setExtension(ExtensionType value)
value - allowed object is
ExtensionTypepublic CodedValue getType()
CodedValuepublic void setType(CodedValue value)
value - allowed object is
CodedValuepublic 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 List<Measurement> getRelatedMeasurements()
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 relatedMeasurements property.
For example, to add a new item, do as follows:
getRelatedMeasurements().add(newItem);
Objects of the following type(s) are allowed in the list
Measurement
public void setDescriptions(List<LocalizedText> value)
public void setRelatedMeasurements(List<Measurement> value)
Copyright © 2017. All rights reserved.