| Package | Description |
|---|---|
| com.cerner.bunsen.stu3.avro | |
| com.cerner.bunsen.stu3.avro.us.core |
| Modifier and Type | Method and Description |
|---|---|
GoalReference |
GoalReference.Builder.build() |
static GoalReference |
GoalReference.fromByteBuffer(ByteBuffer b)
Deserializes a GoalReference from a ByteBuffer.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.avro.message.BinaryMessageDecoder<GoalReference> |
GoalReference.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<GoalReference> |
GoalReference.getDecoder()
Return the BinaryMessageDecoder instance used by this class.
|
List<GoalReference> |
CarePlan.getGoal()
Gets the value of the 'goal' field.
|
List<GoalReference> |
CarePlan.Builder.getGoal()
Gets the value of the 'goal' field.
|
List<GoalReference> |
CarePlanActivityDetail.getGoal()
Gets the value of the 'goal' field.
|
List<GoalReference> |
CarePlanActivityDetail.Builder.getGoal()
Gets the value of the 'goal' field.
|
| Modifier and Type | Method and Description |
|---|---|
static GoalReference.Builder |
GoalReference.newBuilder(GoalReference other)
Creates a new GoalReference RecordBuilder by copying an existing GoalReference instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CarePlan.setGoal(List<GoalReference> value)
Sets the value of the 'goal' field.
|
CarePlan.Builder |
CarePlan.Builder.setGoal(List<GoalReference> value)
Sets the value of the 'goal' field.
|
void |
CarePlanActivityDetail.setGoal(List<GoalReference> value)
Sets the value of the 'goal' field.
|
CarePlanActivityDetail.Builder |
CarePlanActivityDetail.Builder.setGoal(List<GoalReference> value)
Sets the value of the 'goal' field.
|
| Modifier and Type | Method and Description |
|---|---|
List<GoalReference> |
CarePlan.getGoal()
Gets the value of the 'goal' field.
|
List<GoalReference> |
CarePlan.Builder.getGoal()
Gets the value of the 'goal' field.
|
List<GoalReference> |
CarePlanActivityDetail.getGoal()
Gets the value of the 'goal' field.
|
List<GoalReference> |
CarePlanActivityDetail.Builder.getGoal()
Gets the value of the 'goal' field.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CarePlan.setGoal(List<GoalReference> value)
Sets the value of the 'goal' field.
|
CarePlan.Builder |
CarePlan.Builder.setGoal(List<GoalReference> value)
Sets the value of the 'goal' field.
|
void |
CarePlanActivityDetail.setGoal(List<GoalReference> value)
Sets the value of the 'goal' field.
|
CarePlanActivityDetail.Builder |
CarePlanActivityDetail.Builder.setGoal(List<GoalReference> value)
Sets the value of the 'goal' field.
|
Copyright © 2020. All rights reserved.