| Package | Description |
|---|---|
| com.cerner.bunsen.stu3.avro.us.core |
| Modifier and Type | Method and Description |
|---|---|
CarePlanActivity |
CarePlanActivity.Builder.build() |
static CarePlanActivity |
CarePlanActivity.fromByteBuffer(ByteBuffer b)
Deserializes a CarePlanActivity from a ByteBuffer.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.avro.message.BinaryMessageDecoder<CarePlanActivity> |
CarePlanActivity.createDecoder(org.apache.avro.message.SchemaStore resolver)
Create a new BinaryMessageDecoder instance for this class that uses the specified
SchemaStore. |
List<CarePlanActivity> |
CarePlan.getActivity()
Gets the value of the 'activity' field.
|
List<CarePlanActivity> |
CarePlan.Builder.getActivity()
Gets the value of the 'activity' field.
|
static org.apache.avro.message.BinaryMessageDecoder<CarePlanActivity> |
CarePlanActivity.getDecoder()
Return the BinaryMessageDecoder instance used by this class.
|
| Modifier and Type | Method and Description |
|---|---|
static CarePlanActivity.Builder |
CarePlanActivity.newBuilder(CarePlanActivity other)
Creates a new CarePlanActivity RecordBuilder by copying an existing CarePlanActivity instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CarePlan.setActivity(List<CarePlanActivity> value)
Sets the value of the 'activity' field.
|
CarePlan.Builder |
CarePlan.Builder.setActivity(List<CarePlanActivity> value)
Sets the value of the 'activity' field.
|
| Constructor and Description |
|---|
CarePlan(String id,
Meta meta,
String implicitRules,
String language,
Narrative text,
List<Resource> contained,
List<Identifier> identifier,
List<PlanDefinitionQuestionnaireReference> definition,
List<CarePlanReference> basedOn,
List<CarePlanReference> replaces,
List<CarePlanReference> partOf,
String status,
String intent,
List<CodeableConcept> category,
String title,
String description,
PatientReference subject,
EncounterEpisodeOfCareReference context,
Period period,
List<CareTeamOrganizationPatientPractitionerRelatedPersonReference> author,
List<CareTeamReference> careTeam,
List<ConditionReference> addresses,
List<ResourceReference> supportingInfo,
List<GoalReference> goal,
List<CarePlanActivity> activity,
List<Annotation> note)
All-args constructor.
|
Copyright © 2020. All rights reserved.