public static class EncounterDiagnosis.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<EncounterDiagnosis> implements org.apache.avro.data.RecordBuilder<EncounterDiagnosis>
| Modifier and Type | Method and Description |
|---|---|
EncounterDiagnosis |
build() |
EncounterDiagnosis.Builder |
clearCondition()
Clears the value of the 'condition' field.
|
EncounterDiagnosis.Builder |
clearId()
Clears the value of the 'id' field.
|
EncounterDiagnosis.Builder |
clearRank()
Clears the value of the 'rank' field.
|
EncounterDiagnosis.Builder |
clearRole()
Clears the value of the 'role' field.
|
ConditionProcedureReference |
getCondition()
Gets the value of the 'condition' field.
|
ConditionProcedureReference.Builder |
getConditionBuilder()
Gets the Builder instance for the 'condition' field and creates one if it doesn't exist yet.
|
String |
getId()
Gets the value of the 'id' field.
|
Integer |
getRank()
Gets the value of the 'rank' field.
|
CodeableConcept |
getRole()
Gets the value of the 'role' field.
|
CodeableConcept.Builder |
getRoleBuilder()
Gets the Builder instance for the 'role' field and creates one if it doesn't exist yet.
|
boolean |
hasCondition()
Checks whether the 'condition' field has been set.
|
boolean |
hasConditionBuilder()
Checks whether the 'condition' field has an active Builder instance
Field for FHIR property condition
|
boolean |
hasId()
Checks whether the 'id' field has been set.
|
boolean |
hasRank()
Checks whether the 'rank' field has been set.
|
boolean |
hasRole()
Checks whether the 'role' field has been set.
|
boolean |
hasRoleBuilder()
Checks whether the 'role' field has an active Builder instance
Field for FHIR property role
|
EncounterDiagnosis.Builder |
setCondition(ConditionProcedureReference value)
Sets the value of the 'condition' field.
|
EncounterDiagnosis.Builder |
setConditionBuilder(ConditionProcedureReference.Builder value)
Sets the Builder instance for the 'condition' field
Field for FHIR property condition
|
EncounterDiagnosis.Builder |
setId(String value)
Sets the value of the 'id' field.
|
EncounterDiagnosis.Builder |
setRank(Integer value)
Sets the value of the 'rank' field.
|
EncounterDiagnosis.Builder |
setRole(CodeableConcept value)
Sets the value of the 'role' field.
|
EncounterDiagnosis.Builder |
setRoleBuilder(CodeableConcept.Builder value)
Sets the Builder instance for the 'role' field
Field for FHIR property role
|
public String getId()
public EncounterDiagnosis.Builder setId(String value)
value - The value of 'id'.public boolean hasId()
public EncounterDiagnosis.Builder clearId()
public ConditionProcedureReference getCondition()
public EncounterDiagnosis.Builder setCondition(ConditionProcedureReference value)
value - The value of 'condition'.public boolean hasCondition()
public ConditionProcedureReference.Builder getConditionBuilder()
public EncounterDiagnosis.Builder setConditionBuilder(ConditionProcedureReference.Builder value)
value - The builder instance that must be set.public boolean hasConditionBuilder()
public EncounterDiagnosis.Builder clearCondition()
public CodeableConcept getRole()
public EncounterDiagnosis.Builder setRole(CodeableConcept value)
value - The value of 'role'.public boolean hasRole()
public CodeableConcept.Builder getRoleBuilder()
public EncounterDiagnosis.Builder setRoleBuilder(CodeableConcept.Builder value)
value - The builder instance that must be set.public boolean hasRoleBuilder()
public EncounterDiagnosis.Builder clearRole()
public Integer getRank()
public EncounterDiagnosis.Builder setRank(Integer value)
value - The value of 'rank'.public boolean hasRank()
public EncounterDiagnosis.Builder clearRank()
public EncounterDiagnosis build()
build in interface org.apache.avro.data.RecordBuilder<EncounterDiagnosis>Copyright © 2020. All rights reserved.