| Package | Description |
|---|---|
| com.cerner.bunsen.stu3.avro |
| Modifier and Type | Method and Description |
|---|---|
MeasureReportGroup |
MeasureReportGroup.Builder.build() |
static MeasureReportGroup |
MeasureReportGroup.fromByteBuffer(ByteBuffer b)
Deserializes a MeasureReportGroup from a ByteBuffer.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.avro.message.BinaryMessageDecoder<MeasureReportGroup> |
MeasureReportGroup.createDecoder(org.apache.avro.message.SchemaStore resolver)
Create a new BinaryMessageDecoder instance for this class that uses the specified
SchemaStore. |
static org.apache.avro.message.BinaryMessageDecoder<MeasureReportGroup> |
MeasureReportGroup.getDecoder()
Return the BinaryMessageDecoder instance used by this class.
|
List<MeasureReportGroup> |
MeasureReport.getGroup()
Gets the value of the 'group' field.
|
List<MeasureReportGroup> |
MeasureReport.Builder.getGroup()
Gets the value of the 'group' field.
|
| Modifier and Type | Method and Description |
|---|---|
static MeasureReportGroup.Builder |
MeasureReportGroup.newBuilder(MeasureReportGroup other)
Creates a new MeasureReportGroup RecordBuilder by copying an existing MeasureReportGroup instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MeasureReport.setGroup(List<MeasureReportGroup> value)
Sets the value of the 'group' field.
|
MeasureReport.Builder |
MeasureReport.Builder.setGroup(List<MeasureReportGroup> value)
Sets the value of the 'group' field.
|
| Constructor and Description |
|---|
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.
|
Copyright © 2020. All rights reserved.