public static class EpisodeOfCareDiagnosis.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<EpisodeOfCareDiagnosis> implements org.apache.avro.data.RecordBuilder<EpisodeOfCareDiagnosis>
| Modifier and Type | Method and Description |
|---|---|
EpisodeOfCareDiagnosis |
build() |
EpisodeOfCareDiagnosis.Builder |
clearCondition()
Clears the value of the 'condition' field.
|
EpisodeOfCareDiagnosis.Builder |
clearId()
Clears the value of the 'id' field.
|
EpisodeOfCareDiagnosis.Builder |
clearRank()
Clears the value of the 'rank' field.
|
EpisodeOfCareDiagnosis.Builder |
clearRole()
Clears the value of the 'role' field.
|
ConditionReference |
getCondition()
Gets the value of the 'condition' field.
|
ConditionReference.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
|
EpisodeOfCareDiagnosis.Builder |
setCondition(ConditionReference value)
Sets the value of the 'condition' field.
|
EpisodeOfCareDiagnosis.Builder |
setConditionBuilder(ConditionReference.Builder value)
Sets the Builder instance for the 'condition' field
Field for FHIR property condition
|
EpisodeOfCareDiagnosis.Builder |
setId(String value)
Sets the value of the 'id' field.
|
EpisodeOfCareDiagnosis.Builder |
setRank(Integer value)
Sets the value of the 'rank' field.
|
EpisodeOfCareDiagnosis.Builder |
setRole(CodeableConcept value)
Sets the value of the 'role' field.
|
EpisodeOfCareDiagnosis.Builder |
setRoleBuilder(CodeableConcept.Builder value)
Sets the Builder instance for the 'role' field
Field for FHIR property role
|
public String getId()
public EpisodeOfCareDiagnosis.Builder setId(String value)
value - The value of 'id'.public boolean hasId()
public EpisodeOfCareDiagnosis.Builder clearId()
public ConditionReference getCondition()
public EpisodeOfCareDiagnosis.Builder setCondition(ConditionReference value)
value - The value of 'condition'.public boolean hasCondition()
public ConditionReference.Builder getConditionBuilder()
public EpisodeOfCareDiagnosis.Builder setConditionBuilder(ConditionReference.Builder value)
value - The builder instance that must be set.public boolean hasConditionBuilder()
public EpisodeOfCareDiagnosis.Builder clearCondition()
public CodeableConcept getRole()
public EpisodeOfCareDiagnosis.Builder setRole(CodeableConcept value)
value - The value of 'role'.public boolean hasRole()
public CodeableConcept.Builder getRoleBuilder()
public EpisodeOfCareDiagnosis.Builder setRoleBuilder(CodeableConcept.Builder value)
value - The builder instance that must be set.public boolean hasRoleBuilder()
public EpisodeOfCareDiagnosis.Builder clearRole()
public Integer getRank()
public EpisodeOfCareDiagnosis.Builder setRank(Integer value)
value - The value of 'rank'.public boolean hasRank()
public EpisodeOfCareDiagnosis.Builder clearRank()
public EpisodeOfCareDiagnosis build()
build in interface org.apache.avro.data.RecordBuilder<EpisodeOfCareDiagnosis>Copyright © 2020. All rights reserved.