public class ClinicalInfo
extends java.lang.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://standards.ieee.org/downloads/11073/11073-10207-2017/extension}Extension" minOccurs="0"/>
<element name="Type" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}CodedValue" minOccurs="0"/>
<element name="Code" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}CodedValue" minOccurs="0"/>
<element name="Criticality" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="Lo"/>
<enumeration value="Hi"/>
</restriction>
</simpleType>
</element>
<element name="Description" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}LocalizedText" maxOccurs="unbounded" minOccurs="0"/>
<element name="RelatedMeasurement" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Value" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}Measurement"/>
<element name="ReferenceRange" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Range" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}Range"/>
<element name="Meaning" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}CodedValue" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="Validity" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}MeasurementValidity" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
ClinicalInfo.RelatedMeasurement
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected CodedValue |
code |
protected java.lang.String |
criticality |
protected java.util.List<LocalizedText> |
description |
protected ExtensionTypeFixed |
extension |
protected java.util.List<ClinicalInfo.RelatedMeasurement> |
relatedMeasurement |
protected CodedValue |
type |
| Constructor and Description |
|---|
ClinicalInfo() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object that) |
CodedValue |
getCode()
Gets the value of the code property.
|
java.lang.String |
getCriticality()
Gets the value of the criticality property.
|
java.util.List<LocalizedText> |
getDescription()
Gets the value of the description property.
|
ExtensionType |
getExtension()
Gets the value of the extension property.
|
java.util.List<ClinicalInfo.RelatedMeasurement> |
getRelatedMeasurement()
Gets the value of the relatedMeasurement property.
|
CodedValue |
getType()
Gets the value of the type property.
|
int |
hashCode() |
void |
setCode(CodedValue value)
Sets the value of the code property.
|
void |
setCriticality(java.lang.String value)
Sets the value of the criticality property.
|
void |
setDescription(java.util.List<LocalizedText> value) |
void |
setExtension(ExtensionType value)
Sets the value of the extension property.
|
void |
setRelatedMeasurement(java.util.List<ClinicalInfo.RelatedMeasurement> value) |
void |
setType(CodedValue value)
Sets the value of the type property.
|
java.lang.String |
toString() |
protected ExtensionTypeFixed extension
protected CodedValue type
protected CodedValue code
protected java.lang.String criticality
protected java.util.List<LocalizedText> description
protected java.util.List<ClinicalInfo.RelatedMeasurement> relatedMeasurement
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 CodedValue getCode()
CodedValuepublic void setCode(CodedValue value)
value - allowed object is
CodedValuepublic java.lang.String getCriticality()
Stringpublic void setCriticality(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<LocalizedText> getDescription()
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 description property.
For example, to add a new item, do as follows:
getDescription().add(newItem);
Objects of the following type(s) are allowed in the list
LocalizedText
public java.util.List<ClinicalInfo.RelatedMeasurement> getRelatedMeasurement()
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 relatedMeasurement property.
For example, to add a new item, do as follows:
getRelatedMeasurement().add(newItem);
Objects of the following type(s) are allowed in the list
ClinicalInfo.RelatedMeasurement
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object that)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic void setDescription(java.util.List<LocalizedText> value)
public void setRelatedMeasurement(java.util.List<ClinicalInfo.RelatedMeasurement> value)