public static class ConditionStage.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<ConditionStage> implements org.apache.avro.data.RecordBuilder<ConditionStage>
| Modifier and Type | Method and Description |
|---|---|
ConditionStage |
build() |
ConditionStage.Builder |
clearAssessment()
Clears the value of the 'assessment' field.
|
ConditionStage.Builder |
clearId()
Clears the value of the 'id' field.
|
ConditionStage.Builder |
clearSummary()
Clears the value of the 'summary' field.
|
List<ClinicalImpressionDiagnosticReportObservationReference> |
getAssessment()
Gets the value of the 'assessment' field.
|
String |
getId()
Gets the value of the 'id' field.
|
CodeableConcept |
getSummary()
Gets the value of the 'summary' field.
|
CodeableConcept.Builder |
getSummaryBuilder()
Gets the Builder instance for the 'summary' field and creates one if it doesn't exist yet.
|
boolean |
hasAssessment()
Checks whether the 'assessment' field has been set.
|
boolean |
hasId()
Checks whether the 'id' field has been set.
|
boolean |
hasSummary()
Checks whether the 'summary' field has been set.
|
boolean |
hasSummaryBuilder()
Checks whether the 'summary' field has an active Builder instance
Field for FHIR property summary
|
ConditionStage.Builder |
setAssessment(List<ClinicalImpressionDiagnosticReportObservationReference> value)
Sets the value of the 'assessment' field.
|
ConditionStage.Builder |
setId(String value)
Sets the value of the 'id' field.
|
ConditionStage.Builder |
setSummary(CodeableConcept value)
Sets the value of the 'summary' field.
|
ConditionStage.Builder |
setSummaryBuilder(CodeableConcept.Builder value)
Sets the Builder instance for the 'summary' field
Field for FHIR property summary
|
public String getId()
public ConditionStage.Builder setId(String value)
value - The value of 'id'.public boolean hasId()
public ConditionStage.Builder clearId()
public CodeableConcept getSummary()
public ConditionStage.Builder setSummary(CodeableConcept value)
value - The value of 'summary'.public boolean hasSummary()
public CodeableConcept.Builder getSummaryBuilder()
public ConditionStage.Builder setSummaryBuilder(CodeableConcept.Builder value)
value - The builder instance that must be set.public boolean hasSummaryBuilder()
public ConditionStage.Builder clearSummary()
public List<ClinicalImpressionDiagnosticReportObservationReference> getAssessment()
public ConditionStage.Builder setAssessment(List<ClinicalImpressionDiagnosticReportObservationReference> value)
value - The value of 'assessment'.public boolean hasAssessment()
public ConditionStage.Builder clearAssessment()
public ConditionStage build()
build in interface org.apache.avro.data.RecordBuilder<ConditionStage>Copyright © 2020. All rights reserved.