public static class ClaimDiagnosis.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<ClaimDiagnosis> implements org.apache.avro.data.RecordBuilder<ClaimDiagnosis>
| Modifier and Type | Method and Description |
|---|---|
ClaimDiagnosis |
build() |
ClaimDiagnosis.Builder |
clearDiagnosis()
Clears the value of the 'diagnosis' field.
|
ClaimDiagnosis.Builder |
clearId()
Clears the value of the 'id' field.
|
ClaimDiagnosis.Builder |
clearPackageCode()
Clears the value of the 'packageCode' field.
|
ClaimDiagnosis.Builder |
clearSequence()
Clears the value of the 'sequence' field.
|
ClaimDiagnosis.Builder |
clearType()
Clears the value of the 'type' field.
|
ChoiceCodeableConceptConditionReference |
getDiagnosis()
Gets the value of the 'diagnosis' field.
|
ChoiceCodeableConceptConditionReference.Builder |
getDiagnosisBuilder()
Gets the Builder instance for the 'diagnosis' field and creates one if it doesn't exist yet.
|
String |
getId()
Gets the value of the 'id' field.
|
CodeableConcept |
getPackageCode()
Gets the value of the 'packageCode' field.
|
CodeableConcept.Builder |
getPackageCodeBuilder()
Gets the Builder instance for the 'packageCode' field and creates one if it doesn't exist yet.
|
Integer |
getSequence()
Gets the value of the 'sequence' field.
|
List<CodeableConcept> |
getType()
Gets the value of the 'type' field.
|
boolean |
hasDiagnosis()
Checks whether the 'diagnosis' field has been set.
|
boolean |
hasDiagnosisBuilder()
Checks whether the 'diagnosis' field has an active Builder instance
Field for FHIR property diagnosis
|
boolean |
hasId()
Checks whether the 'id' field has been set.
|
boolean |
hasPackageCode()
Checks whether the 'packageCode' field has been set.
|
boolean |
hasPackageCodeBuilder()
Checks whether the 'packageCode' field has an active Builder instance
Field for FHIR property packageCode
|
boolean |
hasSequence()
Checks whether the 'sequence' field has been set.
|
boolean |
hasType()
Checks whether the 'type' field has been set.
|
ClaimDiagnosis.Builder |
setDiagnosis(ChoiceCodeableConceptConditionReference value)
Sets the value of the 'diagnosis' field.
|
ClaimDiagnosis.Builder |
setDiagnosisBuilder(ChoiceCodeableConceptConditionReference.Builder value)
Sets the Builder instance for the 'diagnosis' field
Field for FHIR property diagnosis
|
ClaimDiagnosis.Builder |
setId(String value)
Sets the value of the 'id' field.
|
ClaimDiagnosis.Builder |
setPackageCode(CodeableConcept value)
Sets the value of the 'packageCode' field.
|
ClaimDiagnosis.Builder |
setPackageCodeBuilder(CodeableConcept.Builder value)
Sets the Builder instance for the 'packageCode' field
Field for FHIR property packageCode
|
ClaimDiagnosis.Builder |
setSequence(Integer value)
Sets the value of the 'sequence' field.
|
ClaimDiagnosis.Builder |
setType(List<CodeableConcept> value)
Sets the value of the 'type' field.
|
public String getId()
public ClaimDiagnosis.Builder setId(String value)
value - The value of 'id'.public boolean hasId()
public ClaimDiagnosis.Builder clearId()
public Integer getSequence()
public ClaimDiagnosis.Builder setSequence(Integer value)
value - The value of 'sequence'.public boolean hasSequence()
public ClaimDiagnosis.Builder clearSequence()
public ChoiceCodeableConceptConditionReference getDiagnosis()
public ClaimDiagnosis.Builder setDiagnosis(ChoiceCodeableConceptConditionReference value)
value - The value of 'diagnosis'.public boolean hasDiagnosis()
public ChoiceCodeableConceptConditionReference.Builder getDiagnosisBuilder()
public ClaimDiagnosis.Builder setDiagnosisBuilder(ChoiceCodeableConceptConditionReference.Builder value)
value - The builder instance that must be set.public boolean hasDiagnosisBuilder()
public ClaimDiagnosis.Builder clearDiagnosis()
public List<CodeableConcept> getType()
public ClaimDiagnosis.Builder setType(List<CodeableConcept> value)
value - The value of 'type'.public boolean hasType()
public ClaimDiagnosis.Builder clearType()
public CodeableConcept getPackageCode()
public ClaimDiagnosis.Builder setPackageCode(CodeableConcept value)
value - The value of 'packageCode'.public boolean hasPackageCode()
public CodeableConcept.Builder getPackageCodeBuilder()
public ClaimDiagnosis.Builder setPackageCodeBuilder(CodeableConcept.Builder value)
value - The builder instance that must be set.public boolean hasPackageCodeBuilder()
public ClaimDiagnosis.Builder clearPackageCode()
public ClaimDiagnosis build()
build in interface org.apache.avro.data.RecordBuilder<ClaimDiagnosis>Copyright © 2020. All rights reserved.