| Package | Description |
|---|---|
| com.cerner.bunsen.stu3.avro | |
| com.cerner.bunsen.stu3.avro.us.core |
| Modifier and Type | Method and Description |
|---|---|
CarePlanReference |
CarePlanReference.Builder.build() |
static CarePlanReference |
CarePlanReference.fromByteBuffer(ByteBuffer b)
Deserializes a CarePlanReference from a ByteBuffer.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.avro.message.BinaryMessageDecoder<CarePlanReference> |
CarePlanReference.createDecoder(org.apache.avro.message.SchemaStore resolver)
Create a new BinaryMessageDecoder instance for this class that uses the specified
SchemaStore. |
List<CarePlanReference> |
CarePlan.getBasedOn()
Gets the value of the 'basedOn' field.
|
List<CarePlanReference> |
CarePlan.Builder.getBasedOn()
Gets the value of the 'basedOn' field.
|
static org.apache.avro.message.BinaryMessageDecoder<CarePlanReference> |
CarePlanReference.getDecoder()
Return the BinaryMessageDecoder instance used by this class.
|
List<CarePlanReference> |
CarePlan.getPartOf()
Gets the value of the 'partOf' field.
|
List<CarePlanReference> |
CarePlan.Builder.getPartOf()
Gets the value of the 'partOf' field.
|
List<CarePlanReference> |
CarePlan.getReplaces()
Gets the value of the 'replaces' field.
|
List<CarePlanReference> |
CarePlan.Builder.getReplaces()
Gets the value of the 'replaces' field.
|
| Modifier and Type | Method and Description |
|---|---|
static CarePlanReference.Builder |
CarePlanReference.newBuilder(CarePlanReference other)
Creates a new CarePlanReference RecordBuilder by copying an existing CarePlanReference instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CarePlan.setBasedOn(List<CarePlanReference> value)
Sets the value of the 'basedOn' field.
|
CarePlan.Builder |
CarePlan.Builder.setBasedOn(List<CarePlanReference> value)
Sets the value of the 'basedOn' field.
|
void |
CarePlan.setPartOf(List<CarePlanReference> value)
Sets the value of the 'partOf' field.
|
CarePlan.Builder |
CarePlan.Builder.setPartOf(List<CarePlanReference> value)
Sets the value of the 'partOf' field.
|
void |
CarePlan.setReplaces(List<CarePlanReference> value)
Sets the value of the 'replaces' field.
|
CarePlan.Builder |
CarePlan.Builder.setReplaces(List<CarePlanReference> value)
Sets the value of the 'replaces' field.
|
| Modifier and Type | Method and Description |
|---|---|
List<CarePlanReference> |
CarePlan.getBasedOn()
Gets the value of the 'basedOn' field.
|
List<CarePlanReference> |
CarePlan.Builder.getBasedOn()
Gets the value of the 'basedOn' field.
|
List<CarePlanReference> |
CarePlan.getPartOf()
Gets the value of the 'partOf' field.
|
List<CarePlanReference> |
CarePlan.Builder.getPartOf()
Gets the value of the 'partOf' field.
|
List<CarePlanReference> |
CarePlan.getReplaces()
Gets the value of the 'replaces' field.
|
List<CarePlanReference> |
CarePlan.Builder.getReplaces()
Gets the value of the 'replaces' field.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CarePlan.setBasedOn(List<CarePlanReference> value)
Sets the value of the 'basedOn' field.
|
CarePlan.Builder |
CarePlan.Builder.setBasedOn(List<CarePlanReference> value)
Sets the value of the 'basedOn' field.
|
void |
CarePlan.setPartOf(List<CarePlanReference> value)
Sets the value of the 'partOf' field.
|
CarePlan.Builder |
CarePlan.Builder.setPartOf(List<CarePlanReference> value)
Sets the value of the 'partOf' field.
|
void |
CarePlan.setReplaces(List<CarePlanReference> value)
Sets the value of the 'replaces' field.
|
CarePlan.Builder |
CarePlan.Builder.setReplaces(List<CarePlanReference> value)
Sets the value of the 'replaces' field.
|
Copyright © 2020. All rights reserved.