public static class ClinicalImpressionDiagnosticReportObservationReference.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<ClinicalImpressionDiagnosticReportObservationReference> implements org.apache.avro.data.RecordBuilder<ClinicalImpressionDiagnosticReportObservationReference>
Modifier and Type | Method and Description |
---|---|
ClinicalImpressionDiagnosticReportObservationReference |
build() |
ClinicalImpressionDiagnosticReportObservationReference.Builder |
clearClinicalImpressionId()
Clears the value of the 'ClinicalImpressionId' field.
|
ClinicalImpressionDiagnosticReportObservationReference.Builder |
clearDiagnosticReportId()
Clears the value of the 'DiagnosticReportId' field.
|
ClinicalImpressionDiagnosticReportObservationReference.Builder |
clearDisplay()
Clears the value of the 'display' field.
|
ClinicalImpressionDiagnosticReportObservationReference.Builder |
clearId()
Clears the value of the 'id' field.
|
ClinicalImpressionDiagnosticReportObservationReference.Builder |
clearIdentifier()
Clears the value of the 'identifier' field.
|
ClinicalImpressionDiagnosticReportObservationReference.Builder |
clearObservationId()
Clears the value of the 'ObservationId' field.
|
ClinicalImpressionDiagnosticReportObservationReference.Builder |
clearReference()
Clears the value of the 'reference' field.
|
String |
getClinicalImpressionId()
Gets the value of the 'ClinicalImpressionId' field.
|
String |
getDiagnosticReportId()
Gets the value of the 'DiagnosticReportId' field.
|
String |
getDisplay()
Gets the value of the 'display' field.
|
String |
getId()
Gets the value of the 'id' field.
|
Identifier |
getIdentifier()
Gets the value of the 'identifier' field.
|
Identifier.Builder |
getIdentifierBuilder()
Gets the Builder instance for the 'identifier' field and creates one if it doesn't exist yet.
|
String |
getObservationId()
Gets the value of the 'ObservationId' field.
|
String |
getReference()
Gets the value of the 'reference' field.
|
boolean |
hasClinicalImpressionId()
Checks whether the 'ClinicalImpressionId' field has been set.
|
boolean |
hasDiagnosticReportId()
Checks whether the 'DiagnosticReportId' field has been set.
|
boolean |
hasDisplay()
Checks whether the 'display' field has been set.
|
boolean |
hasId()
Checks whether the 'id' field has been set.
|
boolean |
hasIdentifier()
Checks whether the 'identifier' field has been set.
|
boolean |
hasIdentifierBuilder()
Checks whether the 'identifier' field has an active Builder instance
Reference field
|
boolean |
hasObservationId()
Checks whether the 'ObservationId' field has been set.
|
boolean |
hasReference()
Checks whether the 'reference' field has been set.
|
ClinicalImpressionDiagnosticReportObservationReference.Builder |
setClinicalImpressionId(String value)
Sets the value of the 'ClinicalImpressionId' field.
|
ClinicalImpressionDiagnosticReportObservationReference.Builder |
setDiagnosticReportId(String value)
Sets the value of the 'DiagnosticReportId' field.
|
ClinicalImpressionDiagnosticReportObservationReference.Builder |
setDisplay(String value)
Sets the value of the 'display' field.
|
ClinicalImpressionDiagnosticReportObservationReference.Builder |
setId(String value)
Sets the value of the 'id' field.
|
ClinicalImpressionDiagnosticReportObservationReference.Builder |
setIdentifier(Identifier value)
Sets the value of the 'identifier' field.
|
ClinicalImpressionDiagnosticReportObservationReference.Builder |
setIdentifierBuilder(Identifier.Builder value)
Sets the Builder instance for the 'identifier' field
Reference field
|
ClinicalImpressionDiagnosticReportObservationReference.Builder |
setObservationId(String value)
Sets the value of the 'ObservationId' field.
|
ClinicalImpressionDiagnosticReportObservationReference.Builder |
setReference(String value)
Sets the value of the 'reference' field.
|
public String getClinicalImpressionId()
public ClinicalImpressionDiagnosticReportObservationReference.Builder setClinicalImpressionId(String value)
value
- The value of 'ClinicalImpressionId'.public boolean hasClinicalImpressionId()
public ClinicalImpressionDiagnosticReportObservationReference.Builder clearClinicalImpressionId()
public String getDiagnosticReportId()
public ClinicalImpressionDiagnosticReportObservationReference.Builder setDiagnosticReportId(String value)
value
- The value of 'DiagnosticReportId'.public boolean hasDiagnosticReportId()
public ClinicalImpressionDiagnosticReportObservationReference.Builder clearDiagnosticReportId()
public String getObservationId()
public ClinicalImpressionDiagnosticReportObservationReference.Builder setObservationId(String value)
value
- The value of 'ObservationId'.public boolean hasObservationId()
public ClinicalImpressionDiagnosticReportObservationReference.Builder clearObservationId()
public String getId()
public ClinicalImpressionDiagnosticReportObservationReference.Builder setId(String value)
value
- The value of 'id'.public boolean hasId()
public ClinicalImpressionDiagnosticReportObservationReference.Builder clearId()
public String getReference()
public ClinicalImpressionDiagnosticReportObservationReference.Builder setReference(String value)
value
- The value of 'reference'.public boolean hasReference()
public ClinicalImpressionDiagnosticReportObservationReference.Builder clearReference()
public Identifier getIdentifier()
public ClinicalImpressionDiagnosticReportObservationReference.Builder setIdentifier(Identifier value)
value
- The value of 'identifier'.public boolean hasIdentifier()
public Identifier.Builder getIdentifierBuilder()
public ClinicalImpressionDiagnosticReportObservationReference.Builder setIdentifierBuilder(Identifier.Builder value)
value
- The builder instance that must be set.public boolean hasIdentifierBuilder()
public ClinicalImpressionDiagnosticReportObservationReference.Builder clearIdentifier()
public String getDisplay()
public ClinicalImpressionDiagnosticReportObservationReference.Builder setDisplay(String value)
value
- The value of 'display'.public boolean hasDisplay()
public ClinicalImpressionDiagnosticReportObservationReference.Builder clearDisplay()
public ClinicalImpressionDiagnosticReportObservationReference build()
build
in interface org.apache.avro.data.RecordBuilder<ClinicalImpressionDiagnosticReportObservationReference>
Copyright © 2020. All rights reserved.