public class MeasureReport
extends org.apache.avro.specific.SpecificRecordBase
implements org.apache.avro.specific.SpecificRecord
| Modifier and Type | Class and Description |
|---|---|
static class |
MeasureReport.Builder
RecordBuilder for MeasureReport instances.
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.avro.Schema |
SCHEMA$ |
| Constructor and Description |
|---|
MeasureReport()
Default constructor.
|
MeasureReport(String id,
Meta meta,
String implicitRules,
String language,
Narrative text,
List<Resource> contained,
Identifier identifier,
String status,
String type,
MeasureReference measure,
PatientReference patient,
String date,
OrganizationReference reportingOrganization,
Period period,
List<MeasureReportGroup> group,
BundleReference evaluatedResources)
All-args constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.avro.message.BinaryMessageDecoder<MeasureReport> |
createDecoder(org.apache.avro.message.SchemaStore resolver)
Create a new BinaryMessageDecoder instance for this class that uses the specified
SchemaStore. |
static MeasureReport |
fromByteBuffer(ByteBuffer b)
Deserializes a MeasureReport from a ByteBuffer.
|
Object |
get(int field$) |
static org.apache.avro.Schema |
getClassSchema() |
List<Resource> |
getContained()
Gets the value of the 'contained' field.
|
String |
getDate()
Gets the value of the 'date' field.
|
static org.apache.avro.message.BinaryMessageDecoder<MeasureReport> |
getDecoder()
Return the BinaryMessageDecoder instance used by this class.
|
BundleReference |
getEvaluatedResources()
Gets the value of the 'evaluatedResources' field.
|
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.
|
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.
|
Meta |
getMeta()
Gets the value of the 'meta' field.
|
PatientReference |
getPatient()
Gets the value of the 'patient' field.
|
Period |
getPeriod()
Gets the value of the 'period' field.
|
OrganizationReference |
getReportingOrganization()
Gets the value of the 'reportingOrganization' field.
|
org.apache.avro.Schema |
getSchema() |
String |
getStatus()
Gets the value of the 'status' field.
|
Narrative |
getText()
Gets the value of the 'text' field.
|
String |
getType()
Gets the value of the 'type' field.
|
static MeasureReport.Builder |
newBuilder()
Creates a new MeasureReport RecordBuilder.
|
static MeasureReport.Builder |
newBuilder(MeasureReport.Builder other)
Creates a new MeasureReport RecordBuilder by copying an existing Builder.
|
static MeasureReport.Builder |
newBuilder(MeasureReport other)
Creates a new MeasureReport RecordBuilder by copying an existing MeasureReport instance.
|
void |
put(int field$,
Object value$) |
void |
readExternal(ObjectInput in) |
void |
setContained(List<Resource> value)
Sets the value of the 'contained' field.
|
void |
setDate(String value)
Sets the value of the 'date' field.
|
void |
setEvaluatedResources(BundleReference value)
Sets the value of the 'evaluatedResources' field.
|
void |
setGroup(List<MeasureReportGroup> value)
Sets the value of the 'group' field.
|
void |
setId(String value)
Sets the value of the 'id' field.
|
void |
setIdentifier(Identifier value)
Sets the value of the 'identifier' field.
|
void |
setImplicitRules(String value)
Sets the value of the 'implicitRules' field.
|
void |
setLanguage(String value)
Sets the value of the 'language' field.
|
void |
setMeasure(MeasureReference value)
Sets the value of the 'measure' field.
|
void |
setMeta(Meta value)
Sets the value of the 'meta' field.
|
void |
setPatient(PatientReference value)
Sets the value of the 'patient' field.
|
void |
setPeriod(Period value)
Sets the value of the 'period' field.
|
void |
setReportingOrganization(OrganizationReference value)
Sets the value of the 'reportingOrganization' field.
|
void |
setStatus(String value)
Sets the value of the 'status' field.
|
void |
setText(Narrative value)
Sets the value of the 'text' field.
|
void |
setType(String value)
Sets the value of the 'type' field.
|
ByteBuffer |
toByteBuffer()
Serializes this MeasureReport to a ByteBuffer.
|
void |
writeExternal(ObjectOutput out) |
public MeasureReport()
newBuilder().public MeasureReport(String id, Meta meta, String implicitRules, String language, Narrative text, List<Resource> contained, Identifier identifier, String status, String type, MeasureReference measure, PatientReference patient, String date, OrganizationReference reportingOrganization, Period period, List<MeasureReportGroup> group, BundleReference evaluatedResources)
id - Field for FHIR property idmeta - Field for FHIR property metaimplicitRules - Field for FHIR property implicitRuleslanguage - Field for FHIR property languagetext - Field for FHIR property textcontained - Field for FHIR property containedidentifier - Field for FHIR property identifierstatus - Field for FHIR property statustype - Field for FHIR property typemeasure - Field for FHIR property measurepatient - Field for FHIR property patientdate - Field for FHIR property datereportingOrganization - Field for FHIR property reportingOrganizationperiod - Field for FHIR property periodgroup - Field for FHIR property groupevaluatedResources - Field for FHIR property evaluatedResourcespublic static org.apache.avro.Schema getClassSchema()
public static org.apache.avro.message.BinaryMessageDecoder<MeasureReport> getDecoder()
public static org.apache.avro.message.BinaryMessageDecoder<MeasureReport> createDecoder(org.apache.avro.message.SchemaStore resolver)
SchemaStore.resolver - a SchemaStore used to find schemas by fingerprintpublic ByteBuffer toByteBuffer() throws IOException
IOExceptionpublic static MeasureReport fromByteBuffer(ByteBuffer b) throws IOException
IOExceptionpublic org.apache.avro.Schema getSchema()
getSchema in interface org.apache.avro.generic.GenericContainergetSchema in class org.apache.avro.specific.SpecificRecordBasepublic Object get(int field$)
get in interface org.apache.avro.generic.IndexedRecordget in class org.apache.avro.specific.SpecificRecordBasepublic void put(int field$,
Object value$)
put in interface org.apache.avro.generic.IndexedRecordput in class org.apache.avro.specific.SpecificRecordBasepublic String getId()
public void setId(String value)
value - the value to set.public Meta getMeta()
public void setMeta(Meta value)
value - the value to set.public String getImplicitRules()
public void setImplicitRules(String value)
value - the value to set.public String getLanguage()
public void setLanguage(String value)
value - the value to set.public Narrative getText()
public void setText(Narrative value)
value - the value to set.public List<Resource> getContained()
public void setContained(List<Resource> value)
value - the value to set.public Identifier getIdentifier()
public void setIdentifier(Identifier value)
value - the value to set.public String getStatus()
public void setStatus(String value)
value - the value to set.public String getType()
public void setType(String value)
value - the value to set.public MeasureReference getMeasure()
public void setMeasure(MeasureReference value)
value - the value to set.public PatientReference getPatient()
public void setPatient(PatientReference value)
value - the value to set.public String getDate()
public void setDate(String value)
value - the value to set.public OrganizationReference getReportingOrganization()
public void setReportingOrganization(OrganizationReference value)
value - the value to set.public Period getPeriod()
public void setPeriod(Period value)
value - the value to set.public List<MeasureReportGroup> getGroup()
public void setGroup(List<MeasureReportGroup> value)
value - the value to set.public BundleReference getEvaluatedResources()
public void setEvaluatedResources(BundleReference value)
value - the value to set.public static MeasureReport.Builder newBuilder()
public static MeasureReport.Builder newBuilder(MeasureReport.Builder other)
other - The existing builder to copy.public static MeasureReport.Builder newBuilder(MeasureReport other)
other - The existing instance to copy.public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizablewriteExternal in class org.apache.avro.specific.SpecificRecordBaseIOExceptionpublic void readExternal(ObjectInput in) throws IOException
readExternal in interface ExternalizablereadExternal in class org.apache.avro.specific.SpecificRecordBaseIOExceptionCopyright © 2020. All rights reserved.