| Package | Description |
|---|---|
| com.cerner.bunsen.stu3.avro |
| Modifier and Type | Method and Description |
|---|---|
BundleReference |
BundleReference.Builder.build() |
static BundleReference |
BundleReference.fromByteBuffer(ByteBuffer b)
Deserializes a BundleReference from a ByteBuffer.
|
BundleReference |
MeasureReport.getEvaluatedResources()
Gets the value of the 'evaluatedResources' field.
|
BundleReference |
MeasureReport.Builder.getEvaluatedResources()
Gets the value of the 'evaluatedResources' field.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.avro.message.BinaryMessageDecoder<BundleReference> |
BundleReference.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<BundleReference> |
BundleReference.getDecoder()
Return the BinaryMessageDecoder instance used by this class.
|
| Modifier and Type | Method and Description |
|---|---|
static BundleReference.Builder |
BundleReference.newBuilder(BundleReference other)
Creates a new BundleReference RecordBuilder by copying an existing BundleReference instance.
|
void |
MeasureReport.setEvaluatedResources(BundleReference value)
Sets the value of the 'evaluatedResources' field.
|
MeasureReport.Builder |
MeasureReport.Builder.setEvaluatedResources(BundleReference value)
Sets the value of the 'evaluatedResources' 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.