public static class ClinicalInfo.RelatedMeasurement.ReferenceRange extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Range" type="{http://p11073-10207/draft10/pm/2017/10/05}Range"/>
<element name="Meaning" type="{http://p11073-10207/draft10/pm/2017/10/05}CodedValue" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CodedValue |
meaning |
protected Range |
range |
| Constructor and Description |
|---|
ReferenceRange() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
CodedValue |
getMeaning()
Gets the value of the meaning property.
|
Range |
getRange()
Gets the value of the range property.
|
int |
hashCode() |
void |
setMeaning(CodedValue value)
Sets the value of the meaning property.
|
void |
setRange(Range value)
Sets the value of the range property.
|
String |
toString() |
protected Range range
protected CodedValue meaning
public Range getRange()
Rangepublic void setRange(Range value)
value - allowed object is
Rangepublic CodedValue getMeaning()
CodedValuepublic void setMeaning(CodedValue value)
value - allowed object is
CodedValueCopyright © 2017. All rights reserved.