public static class MeasureReportGroupPopulation.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<MeasureReportGroupPopulation> implements org.apache.avro.data.RecordBuilder<MeasureReportGroupPopulation>
Modifier and Type | Method and Description |
---|---|
MeasureReportGroupPopulation |
build() |
MeasureReportGroupPopulation.Builder |
clearCode()
Clears the value of the 'code' field.
|
MeasureReportGroupPopulation.Builder |
clearCount()
Clears the value of the 'count' field.
|
MeasureReportGroupPopulation.Builder |
clearId()
Clears the value of the 'id' field.
|
MeasureReportGroupPopulation.Builder |
clearIdentifier()
Clears the value of the 'identifier' field.
|
MeasureReportGroupPopulation.Builder |
clearPatients()
Clears the value of the 'patients' field.
|
CodeableConcept |
getCode()
Gets the value of the 'code' field.
|
CodeableConcept.Builder |
getCodeBuilder()
Gets the Builder instance for the 'code' field and creates one if it doesn't exist yet.
|
Integer |
getCount()
Gets the value of the 'count' 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.
|
ListReference |
getPatients()
Gets the value of the 'patients' field.
|
ListReference.Builder |
getPatientsBuilder()
Gets the Builder instance for the 'patients' field and creates one if it doesn't exist yet.
|
boolean |
hasCode()
Checks whether the 'code' field has been set.
|
boolean |
hasCodeBuilder()
Checks whether the 'code' field has an active Builder instance
Field for FHIR property code
|
boolean |
hasCount()
Checks whether the 'count' 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
Field for FHIR property identifier
|
boolean |
hasPatients()
Checks whether the 'patients' field has been set.
|
boolean |
hasPatientsBuilder()
Checks whether the 'patients' field has an active Builder instance
Field for FHIR property patients
|
MeasureReportGroupPopulation.Builder |
setCode(CodeableConcept value)
Sets the value of the 'code' field.
|
MeasureReportGroupPopulation.Builder |
setCodeBuilder(CodeableConcept.Builder value)
Sets the Builder instance for the 'code' field
Field for FHIR property code
|
MeasureReportGroupPopulation.Builder |
setCount(Integer value)
Sets the value of the 'count' field.
|
MeasureReportGroupPopulation.Builder |
setId(String value)
Sets the value of the 'id' field.
|
MeasureReportGroupPopulation.Builder |
setIdentifier(Identifier value)
Sets the value of the 'identifier' field.
|
MeasureReportGroupPopulation.Builder |
setIdentifierBuilder(Identifier.Builder value)
Sets the Builder instance for the 'identifier' field
Field for FHIR property identifier
|
MeasureReportGroupPopulation.Builder |
setPatients(ListReference value)
Sets the value of the 'patients' field.
|
MeasureReportGroupPopulation.Builder |
setPatientsBuilder(ListReference.Builder value)
Sets the Builder instance for the 'patients' field
Field for FHIR property patients
|
public String getId()
public MeasureReportGroupPopulation.Builder setId(String value)
value
- The value of 'id'.public boolean hasId()
public MeasureReportGroupPopulation.Builder clearId()
public Identifier getIdentifier()
public MeasureReportGroupPopulation.Builder setIdentifier(Identifier value)
value
- The value of 'identifier'.public boolean hasIdentifier()
public Identifier.Builder getIdentifierBuilder()
public MeasureReportGroupPopulation.Builder setIdentifierBuilder(Identifier.Builder value)
value
- The builder instance that must be set.public boolean hasIdentifierBuilder()
public MeasureReportGroupPopulation.Builder clearIdentifier()
public CodeableConcept getCode()
public MeasureReportGroupPopulation.Builder setCode(CodeableConcept value)
value
- The value of 'code'.public boolean hasCode()
public CodeableConcept.Builder getCodeBuilder()
public MeasureReportGroupPopulation.Builder setCodeBuilder(CodeableConcept.Builder value)
value
- The builder instance that must be set.public boolean hasCodeBuilder()
public MeasureReportGroupPopulation.Builder clearCode()
public Integer getCount()
public MeasureReportGroupPopulation.Builder setCount(Integer value)
value
- The value of 'count'.public boolean hasCount()
public MeasureReportGroupPopulation.Builder clearCount()
public ListReference getPatients()
public MeasureReportGroupPopulation.Builder setPatients(ListReference value)
value
- The value of 'patients'.public boolean hasPatients()
public ListReference.Builder getPatientsBuilder()
public MeasureReportGroupPopulation.Builder setPatientsBuilder(ListReference.Builder value)
value
- The builder instance that must be set.public boolean hasPatientsBuilder()
public MeasureReportGroupPopulation.Builder clearPatients()
public MeasureReportGroupPopulation build()
build
in interface org.apache.avro.data.RecordBuilder<MeasureReportGroupPopulation>
Copyright © 2020. All rights reserved.