| Package | Description |
|---|---|
| com.cerner.bunsen.stu3.avro |
| Modifier and Type | Method and Description |
|---|---|
ListReference |
ListReference.Builder.build() |
static ListReference |
ListReference.fromByteBuffer(ByteBuffer b)
Deserializes a ListReference from a ByteBuffer.
|
ListReference |
MeasureReportGroupStratifierStratumPopulation.getPatients()
Gets the value of the 'patients' field.
|
ListReference |
MeasureReportGroupStratifierStratumPopulation.Builder.getPatients()
Gets the value of the 'patients' field.
|
ListReference |
MeasureReportGroupPopulation.getPatients()
Gets the value of the 'patients' field.
|
ListReference |
MeasureReportGroupPopulation.Builder.getPatients()
Gets the value of the 'patients' field.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.avro.message.BinaryMessageDecoder<ListReference> |
ListReference.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<ListReference> |
ListReference.getDecoder()
Return the BinaryMessageDecoder instance used by this class.
|
| Modifier and Type | Method and Description |
|---|---|
static ListReference.Builder |
ListReference.newBuilder(ListReference other)
Creates a new ListReference RecordBuilder by copying an existing ListReference instance.
|
void |
MeasureReportGroupStratifierStratumPopulation.setPatients(ListReference value)
Sets the value of the 'patients' field.
|
MeasureReportGroupStratifierStratumPopulation.Builder |
MeasureReportGroupStratifierStratumPopulation.Builder.setPatients(ListReference value)
Sets the value of the 'patients' field.
|
void |
MeasureReportGroupPopulation.setPatients(ListReference value)
Sets the value of the 'patients' field.
|
MeasureReportGroupPopulation.Builder |
MeasureReportGroupPopulation.Builder.setPatients(ListReference value)
Sets the value of the 'patients' field.
|
| Constructor and Description |
|---|
MeasureReportGroupPopulation(String id,
Identifier identifier,
CodeableConcept code,
Integer count,
ListReference patients)
All-args constructor.
|
MeasureReportGroupStratifierStratumPopulation(String id,
Identifier identifier,
CodeableConcept code,
Integer count,
ListReference patients)
All-args constructor.
|
Copyright © 2020. All rights reserved.