public static class MeasureReport.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<MeasureReport> implements org.apache.avro.data.RecordBuilder<MeasureReport>
Modifier and Type | Method and Description |
---|---|
MeasureReport |
build() |
MeasureReport.Builder |
clearContained()
Clears the value of the 'contained' field.
|
MeasureReport.Builder |
clearDate()
Clears the value of the 'date' field.
|
MeasureReport.Builder |
clearEvaluatedResources()
Clears the value of the 'evaluatedResources' field.
|
MeasureReport.Builder |
clearGroup()
Clears the value of the 'group' field.
|
MeasureReport.Builder |
clearId()
Clears the value of the 'id' field.
|
MeasureReport.Builder |
clearIdentifier()
Clears the value of the 'identifier' field.
|
MeasureReport.Builder |
clearImplicitRules()
Clears the value of the 'implicitRules' field.
|
MeasureReport.Builder |
clearLanguage()
Clears the value of the 'language' field.
|
MeasureReport.Builder |
clearMeasure()
Clears the value of the 'measure' field.
|
MeasureReport.Builder |
clearMeta()
Clears the value of the 'meta' field.
|
MeasureReport.Builder |
clearPatient()
Clears the value of the 'patient' field.
|
MeasureReport.Builder |
clearPeriod()
Clears the value of the 'period' field.
|
MeasureReport.Builder |
clearReportingOrganization()
Clears the value of the 'reportingOrganization' field.
|
MeasureReport.Builder |
clearStatus()
Clears the value of the 'status' field.
|
MeasureReport.Builder |
clearText()
Clears the value of the 'text' field.
|
MeasureReport.Builder |
clearType()
Clears the value of the 'type' field.
|
List<Resource> |
getContained()
Gets the value of the 'contained' field.
|
String |
getDate()
Gets the value of the 'date' field.
|
BundleReference |
getEvaluatedResources()
Gets the value of the 'evaluatedResources' field.
|
BundleReference.Builder |
getEvaluatedResourcesBuilder()
Gets the Builder instance for the 'evaluatedResources' field and creates one if it doesn't exist yet.
|
List<MeasureReportGroup> |
getGroup()
Gets the value of the 'group' 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 |
getImplicitRules()
Gets the value of the 'implicitRules' field.
|
String |
getLanguage()
Gets the value of the 'language' field.
|
MeasureReference |
getMeasure()
Gets the value of the 'measure' field.
|
MeasureReference.Builder |
getMeasureBuilder()
Gets the Builder instance for the 'measure' field and creates one if it doesn't exist yet.
|
Meta |
getMeta()
Gets the value of the 'meta' field.
|
Meta.Builder |
getMetaBuilder()
Gets the Builder instance for the 'meta' field and creates one if it doesn't exist yet.
|
PatientReference |
getPatient()
Gets the value of the 'patient' field.
|
PatientReference.Builder |
getPatientBuilder()
Gets the Builder instance for the 'patient' field and creates one if it doesn't exist yet.
|
Period |
getPeriod()
Gets the value of the 'period' field.
|
Period.Builder |
getPeriodBuilder()
Gets the Builder instance for the 'period' field and creates one if it doesn't exist yet.
|
OrganizationReference |
getReportingOrganization()
Gets the value of the 'reportingOrganization' field.
|
OrganizationReference.Builder |
getReportingOrganizationBuilder()
Gets the Builder instance for the 'reportingOrganization' field and creates one if it doesn't exist yet.
|
String |
getStatus()
Gets the value of the 'status' field.
|
Narrative |
getText()
Gets the value of the 'text' field.
|
Narrative.Builder |
getTextBuilder()
Gets the Builder instance for the 'text' field and creates one if it doesn't exist yet.
|
String |
getType()
Gets the value of the 'type' field.
|
boolean |
hasContained()
Checks whether the 'contained' field has been set.
|
boolean |
hasDate()
Checks whether the 'date' field has been set.
|
boolean |
hasEvaluatedResources()
Checks whether the 'evaluatedResources' field has been set.
|
boolean |
hasEvaluatedResourcesBuilder()
Checks whether the 'evaluatedResources' field has an active Builder instance
Field for FHIR property evaluatedResources
|
boolean |
hasGroup()
Checks whether the 'group' 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 |
hasImplicitRules()
Checks whether the 'implicitRules' field has been set.
|
boolean |
hasLanguage()
Checks whether the 'language' field has been set.
|
boolean |
hasMeasure()
Checks whether the 'measure' field has been set.
|
boolean |
hasMeasureBuilder()
Checks whether the 'measure' field has an active Builder instance
Field for FHIR property measure
|
boolean |
hasMeta()
Checks whether the 'meta' field has been set.
|
boolean |
hasMetaBuilder()
Checks whether the 'meta' field has an active Builder instance
Field for FHIR property meta
|
boolean |
hasPatient()
Checks whether the 'patient' field has been set.
|
boolean |
hasPatientBuilder()
Checks whether the 'patient' field has an active Builder instance
Field for FHIR property patient
|
boolean |
hasPeriod()
Checks whether the 'period' field has been set.
|
boolean |
hasPeriodBuilder()
Checks whether the 'period' field has an active Builder instance
Field for FHIR property period
|
boolean |
hasReportingOrganization()
Checks whether the 'reportingOrganization' field has been set.
|
boolean |
hasReportingOrganizationBuilder()
Checks whether the 'reportingOrganization' field has an active Builder instance
Field for FHIR property reportingOrganization
|
boolean |
hasStatus()
Checks whether the 'status' field has been set.
|
boolean |
hasText()
Checks whether the 'text' field has been set.
|
boolean |
hasTextBuilder()
Checks whether the 'text' field has an active Builder instance
Field for FHIR property text
|
boolean |
hasType()
Checks whether the 'type' field has been set.
|
MeasureReport.Builder |
setContained(List<Resource> value)
Sets the value of the 'contained' field.
|
MeasureReport.Builder |
setDate(String value)
Sets the value of the 'date' field.
|
MeasureReport.Builder |
setEvaluatedResources(BundleReference value)
Sets the value of the 'evaluatedResources' field.
|
MeasureReport.Builder |
setEvaluatedResourcesBuilder(BundleReference.Builder value)
Sets the Builder instance for the 'evaluatedResources' field
Field for FHIR property evaluatedResources
|
MeasureReport.Builder |
setGroup(List<MeasureReportGroup> value)
Sets the value of the 'group' field.
|
MeasureReport.Builder |
setId(String value)
Sets the value of the 'id' field.
|
MeasureReport.Builder |
setIdentifier(Identifier value)
Sets the value of the 'identifier' field.
|
MeasureReport.Builder |
setIdentifierBuilder(Identifier.Builder value)
Sets the Builder instance for the 'identifier' field
Field for FHIR property identifier
|
MeasureReport.Builder |
setImplicitRules(String value)
Sets the value of the 'implicitRules' field.
|
MeasureReport.Builder |
setLanguage(String value)
Sets the value of the 'language' field.
|
MeasureReport.Builder |
setMeasure(MeasureReference value)
Sets the value of the 'measure' field.
|
MeasureReport.Builder |
setMeasureBuilder(MeasureReference.Builder value)
Sets the Builder instance for the 'measure' field
Field for FHIR property measure
|
MeasureReport.Builder |
setMeta(Meta value)
Sets the value of the 'meta' field.
|
MeasureReport.Builder |
setMetaBuilder(Meta.Builder value)
Sets the Builder instance for the 'meta' field
Field for FHIR property meta
|
MeasureReport.Builder |
setPatient(PatientReference value)
Sets the value of the 'patient' field.
|
MeasureReport.Builder |
setPatientBuilder(PatientReference.Builder value)
Sets the Builder instance for the 'patient' field
Field for FHIR property patient
|
MeasureReport.Builder |
setPeriod(Period value)
Sets the value of the 'period' field.
|
MeasureReport.Builder |
setPeriodBuilder(Period.Builder value)
Sets the Builder instance for the 'period' field
Field for FHIR property period
|
MeasureReport.Builder |
setReportingOrganization(OrganizationReference value)
Sets the value of the 'reportingOrganization' field.
|
MeasureReport.Builder |
setReportingOrganizationBuilder(OrganizationReference.Builder value)
Sets the Builder instance for the 'reportingOrganization' field
Field for FHIR property reportingOrganization
|
MeasureReport.Builder |
setStatus(String value)
Sets the value of the 'status' field.
|
MeasureReport.Builder |
setText(Narrative value)
Sets the value of the 'text' field.
|
MeasureReport.Builder |
setTextBuilder(Narrative.Builder value)
Sets the Builder instance for the 'text' field
Field for FHIR property text
|
MeasureReport.Builder |
setType(String value)
Sets the value of the 'type' field.
|
public String getId()
public MeasureReport.Builder setId(String value)
value
- The value of 'id'.public boolean hasId()
public MeasureReport.Builder clearId()
public Meta getMeta()
public MeasureReport.Builder setMeta(Meta value)
value
- The value of 'meta'.public boolean hasMeta()
public Meta.Builder getMetaBuilder()
public MeasureReport.Builder setMetaBuilder(Meta.Builder value)
value
- The builder instance that must be set.public boolean hasMetaBuilder()
public MeasureReport.Builder clearMeta()
public String getImplicitRules()
public MeasureReport.Builder setImplicitRules(String value)
value
- The value of 'implicitRules'.public boolean hasImplicitRules()
public MeasureReport.Builder clearImplicitRules()
public String getLanguage()
public MeasureReport.Builder setLanguage(String value)
value
- The value of 'language'.public boolean hasLanguage()
public MeasureReport.Builder clearLanguage()
public Narrative getText()
public MeasureReport.Builder setText(Narrative value)
value
- The value of 'text'.public boolean hasText()
public Narrative.Builder getTextBuilder()
public MeasureReport.Builder setTextBuilder(Narrative.Builder value)
value
- The builder instance that must be set.public boolean hasTextBuilder()
public MeasureReport.Builder clearText()
public List<Resource> getContained()
public MeasureReport.Builder setContained(List<Resource> value)
value
- The value of 'contained'.public boolean hasContained()
public MeasureReport.Builder clearContained()
public Identifier getIdentifier()
public MeasureReport.Builder setIdentifier(Identifier value)
value
- The value of 'identifier'.public boolean hasIdentifier()
public Identifier.Builder getIdentifierBuilder()
public MeasureReport.Builder setIdentifierBuilder(Identifier.Builder value)
value
- The builder instance that must be set.public boolean hasIdentifierBuilder()
public MeasureReport.Builder clearIdentifier()
public String getStatus()
public MeasureReport.Builder setStatus(String value)
value
- The value of 'status'.public boolean hasStatus()
public MeasureReport.Builder clearStatus()
public String getType()
public MeasureReport.Builder setType(String value)
value
- The value of 'type'.public boolean hasType()
public MeasureReport.Builder clearType()
public MeasureReference getMeasure()
public MeasureReport.Builder setMeasure(MeasureReference value)
value
- The value of 'measure'.public boolean hasMeasure()
public MeasureReference.Builder getMeasureBuilder()
public MeasureReport.Builder setMeasureBuilder(MeasureReference.Builder value)
value
- The builder instance that must be set.public boolean hasMeasureBuilder()
public MeasureReport.Builder clearMeasure()
public PatientReference getPatient()
public MeasureReport.Builder setPatient(PatientReference value)
value
- The value of 'patient'.public boolean hasPatient()
public PatientReference.Builder getPatientBuilder()
public MeasureReport.Builder setPatientBuilder(PatientReference.Builder value)
value
- The builder instance that must be set.public boolean hasPatientBuilder()
public MeasureReport.Builder clearPatient()
public String getDate()
public MeasureReport.Builder setDate(String value)
value
- The value of 'date'.public boolean hasDate()
public MeasureReport.Builder clearDate()
public OrganizationReference getReportingOrganization()
public MeasureReport.Builder setReportingOrganization(OrganizationReference value)
value
- The value of 'reportingOrganization'.public boolean hasReportingOrganization()
public OrganizationReference.Builder getReportingOrganizationBuilder()
public MeasureReport.Builder setReportingOrganizationBuilder(OrganizationReference.Builder value)
value
- The builder instance that must be set.public boolean hasReportingOrganizationBuilder()
public MeasureReport.Builder clearReportingOrganization()
public Period getPeriod()
public MeasureReport.Builder setPeriod(Period value)
value
- The value of 'period'.public boolean hasPeriod()
public Period.Builder getPeriodBuilder()
public MeasureReport.Builder setPeriodBuilder(Period.Builder value)
value
- The builder instance that must be set.public boolean hasPeriodBuilder()
public MeasureReport.Builder clearPeriod()
public List<MeasureReportGroup> getGroup()
public MeasureReport.Builder setGroup(List<MeasureReportGroup> value)
value
- The value of 'group'.public boolean hasGroup()
public MeasureReport.Builder clearGroup()
public BundleReference getEvaluatedResources()
public MeasureReport.Builder setEvaluatedResources(BundleReference value)
value
- The value of 'evaluatedResources'.public boolean hasEvaluatedResources()
public BundleReference.Builder getEvaluatedResourcesBuilder()
public MeasureReport.Builder setEvaluatedResourcesBuilder(BundleReference.Builder value)
value
- The builder instance that must be set.public boolean hasEvaluatedResourcesBuilder()
public MeasureReport.Builder clearEvaluatedResources()
public MeasureReport build()
build
in interface org.apache.avro.data.RecordBuilder<MeasureReport>
Copyright © 2020. All rights reserved.