| Package | Description |
|---|---|
| com.cerner.bunsen.stu3.avro |
| Modifier and Type | Method and Description |
|---|---|
CarePlanActivityDetail |
CarePlanActivityDetail.Builder.build() |
static CarePlanActivityDetail |
CarePlanActivityDetail.fromByteBuffer(ByteBuffer b)
Deserializes a CarePlanActivityDetail from a ByteBuffer.
|
CarePlanActivityDetail |
CarePlanActivity.getDetail()
Gets the value of the 'detail' field.
|
CarePlanActivityDetail |
CarePlanActivity.Builder.getDetail()
Gets the value of the 'detail' field.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.avro.message.BinaryMessageDecoder<CarePlanActivityDetail> |
CarePlanActivityDetail.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<CarePlanActivityDetail> |
CarePlanActivityDetail.getDecoder()
Return the BinaryMessageDecoder instance used by this class.
|
| Modifier and Type | Method and Description |
|---|---|
static CarePlanActivityDetail.Builder |
CarePlanActivityDetail.newBuilder(CarePlanActivityDetail other)
Creates a new CarePlanActivityDetail RecordBuilder by copying an existing CarePlanActivityDetail instance.
|
void |
CarePlanActivity.setDetail(CarePlanActivityDetail value)
Sets the value of the 'detail' field.
|
CarePlanActivity.Builder |
CarePlanActivity.Builder.setDetail(CarePlanActivityDetail value)
Sets the value of the 'detail' field.
|
| Constructor and Description |
|---|
CarePlanActivity(String id,
List<CodeableConcept> outcomeCodeableConcept,
List<ResourceReference> outcomeReference,
List<Annotation> progress,
AppointmentCommunicationRequestDeviceRequestMedicationRequestNutritionOrderProcedureRequestReferralRequestRequestGroupTaskVisionPrescriptionReference reference,
CarePlanActivityDetail detail)
All-args constructor.
|
Copyright © 2020. All rights reserved.