public static class ObservationComponent.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<ObservationComponent> implements org.apache.avro.data.RecordBuilder<ObservationComponent>
| Modifier and Type | Method and Description |
|---|---|
ObservationComponent |
build() |
ObservationComponent.Builder |
clearCode()
Clears the value of the 'code' field.
|
ObservationComponent.Builder |
clearDataAbsentReason()
Clears the value of the 'dataAbsentReason' field.
|
ObservationComponent.Builder |
clearId()
Clears the value of the 'id' field.
|
ObservationComponent.Builder |
clearInterpretation()
Clears the value of the 'interpretation' field.
|
ObservationComponent.Builder |
clearReferenceRange()
Clears the value of the 'referenceRange' field.
|
ObservationComponent.Builder |
clearValue()
Clears the value of the 'value' field.
|
CodeableConcept |
getCode()
Gets the value of the 'code' field.
|
CodeableConcept.Builder |
getCodeBuilder()
Gets the Builder instance for the 'code' field and creates one if it doesn't exist yet.
|
CodeableConcept |
getDataAbsentReason()
Gets the value of the 'dataAbsentReason' field.
|
CodeableConcept.Builder |
getDataAbsentReasonBuilder()
Gets the Builder instance for the 'dataAbsentReason' field and creates one if it doesn't exist yet.
|
String |
getId()
Gets the value of the 'id' field.
|
CodeableConcept |
getInterpretation()
Gets the value of the 'interpretation' field.
|
CodeableConcept.Builder |
getInterpretationBuilder()
Gets the Builder instance for the 'interpretation' field and creates one if it doesn't exist yet.
|
List<ObservationComponentReferenceRange> |
getReferenceRange()
Gets the value of the 'referenceRange' field.
|
ChoiceAttachmentCodeableConceptPeriodQuantityRangeRatioSampledDataDateTimeStringTime |
getValue()
Gets the value of the 'value' field.
|
ChoiceAttachmentCodeableConceptPeriodQuantityRangeRatioSampledDataDateTimeStringTime.Builder |
getValueBuilder()
Gets the Builder instance for the 'value' field and creates one if it doesn't exist yet.
|
boolean |
hasCode()
Checks whether the 'code' field has been set.
|
boolean |
hasCodeBuilder()
Checks whether the 'code' field has an active Builder instance
Field for FHIR property code
|
boolean |
hasDataAbsentReason()
Checks whether the 'dataAbsentReason' field has been set.
|
boolean |
hasDataAbsentReasonBuilder()
Checks whether the 'dataAbsentReason' field has an active Builder instance
Field for FHIR property dataAbsentReason
|
boolean |
hasId()
Checks whether the 'id' field has been set.
|
boolean |
hasInterpretation()
Checks whether the 'interpretation' field has been set.
|
boolean |
hasInterpretationBuilder()
Checks whether the 'interpretation' field has an active Builder instance
Field for FHIR property interpretation
|
boolean |
hasReferenceRange()
Checks whether the 'referenceRange' field has been set.
|
boolean |
hasValue()
Checks whether the 'value' field has been set.
|
boolean |
hasValueBuilder()
Checks whether the 'value' field has an active Builder instance
Field for FHIR property value
|
ObservationComponent.Builder |
setCode(CodeableConcept value)
Sets the value of the 'code' field.
|
ObservationComponent.Builder |
setCodeBuilder(CodeableConcept.Builder value)
Sets the Builder instance for the 'code' field
Field for FHIR property code
|
ObservationComponent.Builder |
setDataAbsentReason(CodeableConcept value)
Sets the value of the 'dataAbsentReason' field.
|
ObservationComponent.Builder |
setDataAbsentReasonBuilder(CodeableConcept.Builder value)
Sets the Builder instance for the 'dataAbsentReason' field
Field for FHIR property dataAbsentReason
|
ObservationComponent.Builder |
setId(String value)
Sets the value of the 'id' field.
|
ObservationComponent.Builder |
setInterpretation(CodeableConcept value)
Sets the value of the 'interpretation' field.
|
ObservationComponent.Builder |
setInterpretationBuilder(CodeableConcept.Builder value)
Sets the Builder instance for the 'interpretation' field
Field for FHIR property interpretation
|
ObservationComponent.Builder |
setReferenceRange(List<ObservationComponentReferenceRange> value)
Sets the value of the 'referenceRange' field.
|
ObservationComponent.Builder |
setValue(ChoiceAttachmentCodeableConceptPeriodQuantityRangeRatioSampledDataDateTimeStringTime value)
Sets the value of the 'value' field.
|
ObservationComponent.Builder |
setValueBuilder(ChoiceAttachmentCodeableConceptPeriodQuantityRangeRatioSampledDataDateTimeStringTime.Builder value)
Sets the Builder instance for the 'value' field
Field for FHIR property value
|
public String getId()
public ObservationComponent.Builder setId(String value)
value - The value of 'id'.public boolean hasId()
public ObservationComponent.Builder clearId()
public CodeableConcept getCode()
public ObservationComponent.Builder setCode(CodeableConcept value)
value - The value of 'code'.public boolean hasCode()
public CodeableConcept.Builder getCodeBuilder()
public ObservationComponent.Builder setCodeBuilder(CodeableConcept.Builder value)
value - The builder instance that must be set.public boolean hasCodeBuilder()
public ObservationComponent.Builder clearCode()
public ChoiceAttachmentCodeableConceptPeriodQuantityRangeRatioSampledDataDateTimeStringTime getValue()
public ObservationComponent.Builder setValue(ChoiceAttachmentCodeableConceptPeriodQuantityRangeRatioSampledDataDateTimeStringTime value)
value - The value of 'value'.public boolean hasValue()
public ChoiceAttachmentCodeableConceptPeriodQuantityRangeRatioSampledDataDateTimeStringTime.Builder getValueBuilder()
public ObservationComponent.Builder setValueBuilder(ChoiceAttachmentCodeableConceptPeriodQuantityRangeRatioSampledDataDateTimeStringTime.Builder value)
value - The builder instance that must be set.public boolean hasValueBuilder()
public ObservationComponent.Builder clearValue()
public CodeableConcept getDataAbsentReason()
public ObservationComponent.Builder setDataAbsentReason(CodeableConcept value)
value - The value of 'dataAbsentReason'.public boolean hasDataAbsentReason()
public CodeableConcept.Builder getDataAbsentReasonBuilder()
public ObservationComponent.Builder setDataAbsentReasonBuilder(CodeableConcept.Builder value)
value - The builder instance that must be set.public boolean hasDataAbsentReasonBuilder()
public ObservationComponent.Builder clearDataAbsentReason()
public CodeableConcept getInterpretation()
public ObservationComponent.Builder setInterpretation(CodeableConcept value)
value - The value of 'interpretation'.public boolean hasInterpretation()
public CodeableConcept.Builder getInterpretationBuilder()
public ObservationComponent.Builder setInterpretationBuilder(CodeableConcept.Builder value)
value - The builder instance that must be set.public boolean hasInterpretationBuilder()
public ObservationComponent.Builder clearInterpretation()
public List<ObservationComponentReferenceRange> getReferenceRange()
public ObservationComponent.Builder setReferenceRange(List<ObservationComponentReferenceRange> value)
value - The value of 'referenceRange'.public boolean hasReferenceRange()
public ObservationComponent.Builder clearReferenceRange()
public ObservationComponent build()
build in interface org.apache.avro.data.RecordBuilder<ObservationComponent>Copyright © 2020. All rights reserved.