public static class ObservationReferenceRange.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<ObservationReferenceRange> implements org.apache.avro.data.RecordBuilder<ObservationReferenceRange>
| Modifier and Type | Method and Description |
|---|---|
ObservationReferenceRange |
build() |
ObservationReferenceRange.Builder |
clearAge()
Clears the value of the 'age' field.
|
ObservationReferenceRange.Builder |
clearAppliesTo()
Clears the value of the 'appliesTo' field.
|
ObservationReferenceRange.Builder |
clearHigh()
Clears the value of the 'high' field.
|
ObservationReferenceRange.Builder |
clearId()
Clears the value of the 'id' field.
|
ObservationReferenceRange.Builder |
clearLow()
Clears the value of the 'low' field.
|
ObservationReferenceRange.Builder |
clearText()
Clears the value of the 'text' field.
|
ObservationReferenceRange.Builder |
clearType()
Clears the value of the 'type' field.
|
Range |
getAge()
Gets the value of the 'age' field.
|
Range.Builder |
getAgeBuilder()
Gets the Builder instance for the 'age' field and creates one if it doesn't exist yet.
|
List<CodeableConcept> |
getAppliesTo()
Gets the value of the 'appliesTo' field.
|
Quantity |
getHigh()
Gets the value of the 'high' field.
|
Quantity.Builder |
getHighBuilder()
Gets the Builder instance for the 'high' field and creates one if it doesn't exist yet.
|
String |
getId()
Gets the value of the 'id' field.
|
Quantity |
getLow()
Gets the value of the 'low' field.
|
Quantity.Builder |
getLowBuilder()
Gets the Builder instance for the 'low' field and creates one if it doesn't exist yet.
|
String |
getText()
Gets the value of the 'text' field.
|
CodeableConcept |
getType()
Gets the value of the 'type' field.
|
CodeableConcept.Builder |
getTypeBuilder()
Gets the Builder instance for the 'type' field and creates one if it doesn't exist yet.
|
boolean |
hasAge()
Checks whether the 'age' field has been set.
|
boolean |
hasAgeBuilder()
Checks whether the 'age' field has an active Builder instance
Field for FHIR property age
|
boolean |
hasAppliesTo()
Checks whether the 'appliesTo' field has been set.
|
boolean |
hasHigh()
Checks whether the 'high' field has been set.
|
boolean |
hasHighBuilder()
Checks whether the 'high' field has an active Builder instance
Field for FHIR property high
|
boolean |
hasId()
Checks whether the 'id' field has been set.
|
boolean |
hasLow()
Checks whether the 'low' field has been set.
|
boolean |
hasLowBuilder()
Checks whether the 'low' field has an active Builder instance
Field for FHIR property low
|
boolean |
hasText()
Checks whether the 'text' field has been set.
|
boolean |
hasType()
Checks whether the 'type' field has been set.
|
boolean |
hasTypeBuilder()
Checks whether the 'type' field has an active Builder instance
Field for FHIR property type
|
ObservationReferenceRange.Builder |
setAge(Range value)
Sets the value of the 'age' field.
|
ObservationReferenceRange.Builder |
setAgeBuilder(Range.Builder value)
Sets the Builder instance for the 'age' field
Field for FHIR property age
|
ObservationReferenceRange.Builder |
setAppliesTo(List<CodeableConcept> value)
Sets the value of the 'appliesTo' field.
|
ObservationReferenceRange.Builder |
setHigh(Quantity value)
Sets the value of the 'high' field.
|
ObservationReferenceRange.Builder |
setHighBuilder(Quantity.Builder value)
Sets the Builder instance for the 'high' field
Field for FHIR property high
|
ObservationReferenceRange.Builder |
setId(String value)
Sets the value of the 'id' field.
|
ObservationReferenceRange.Builder |
setLow(Quantity value)
Sets the value of the 'low' field.
|
ObservationReferenceRange.Builder |
setLowBuilder(Quantity.Builder value)
Sets the Builder instance for the 'low' field
Field for FHIR property low
|
ObservationReferenceRange.Builder |
setText(String value)
Sets the value of the 'text' field.
|
ObservationReferenceRange.Builder |
setType(CodeableConcept value)
Sets the value of the 'type' field.
|
ObservationReferenceRange.Builder |
setTypeBuilder(CodeableConcept.Builder value)
Sets the Builder instance for the 'type' field
Field for FHIR property type
|
public String getId()
public ObservationReferenceRange.Builder setId(String value)
value - The value of 'id'.public boolean hasId()
public ObservationReferenceRange.Builder clearId()
public Quantity getLow()
public ObservationReferenceRange.Builder setLow(Quantity value)
value - The value of 'low'.public boolean hasLow()
public Quantity.Builder getLowBuilder()
public ObservationReferenceRange.Builder setLowBuilder(Quantity.Builder value)
value - The builder instance that must be set.public boolean hasLowBuilder()
public ObservationReferenceRange.Builder clearLow()
public Quantity getHigh()
public ObservationReferenceRange.Builder setHigh(Quantity value)
value - The value of 'high'.public boolean hasHigh()
public Quantity.Builder getHighBuilder()
public ObservationReferenceRange.Builder setHighBuilder(Quantity.Builder value)
value - The builder instance that must be set.public boolean hasHighBuilder()
public ObservationReferenceRange.Builder clearHigh()
public CodeableConcept getType()
public ObservationReferenceRange.Builder setType(CodeableConcept value)
value - The value of 'type'.public boolean hasType()
public CodeableConcept.Builder getTypeBuilder()
public ObservationReferenceRange.Builder setTypeBuilder(CodeableConcept.Builder value)
value - The builder instance that must be set.public boolean hasTypeBuilder()
public ObservationReferenceRange.Builder clearType()
public List<CodeableConcept> getAppliesTo()
public ObservationReferenceRange.Builder setAppliesTo(List<CodeableConcept> value)
value - The value of 'appliesTo'.public boolean hasAppliesTo()
public ObservationReferenceRange.Builder clearAppliesTo()
public Range getAge()
public ObservationReferenceRange.Builder setAge(Range value)
value - The value of 'age'.public boolean hasAge()
public Range.Builder getAgeBuilder()
public ObservationReferenceRange.Builder setAgeBuilder(Range.Builder value)
value - The builder instance that must be set.public boolean hasAgeBuilder()
public ObservationReferenceRange.Builder clearAge()
public String getText()
public ObservationReferenceRange.Builder setText(String value)
value - The value of 'text'.public boolean hasText()
public ObservationReferenceRange.Builder clearText()
public ObservationReferenceRange build()
build in interface org.apache.avro.data.RecordBuilder<ObservationReferenceRange>Copyright © 2020. All rights reserved.