| Package | Description |
|---|---|
| com.cerner.bunsen.stu3.avro | |
| com.cerner.bunsen.stu3.avro.us.core |
| Modifier and Type | Method and Description |
|---|---|
PlanDefinitionQuestionnaireReference |
PlanDefinitionQuestionnaireReference.Builder.build() |
static PlanDefinitionQuestionnaireReference |
PlanDefinitionQuestionnaireReference.fromByteBuffer(ByteBuffer b)
Deserializes a PlanDefinitionQuestionnaireReference from a ByteBuffer.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.avro.message.BinaryMessageDecoder<PlanDefinitionQuestionnaireReference> |
PlanDefinitionQuestionnaireReference.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<PlanDefinitionQuestionnaireReference> |
PlanDefinitionQuestionnaireReference.getDecoder()
Return the BinaryMessageDecoder instance used by this class.
|
List<PlanDefinitionQuestionnaireReference> |
CarePlan.getDefinition()
Gets the value of the 'definition' field.
|
List<PlanDefinitionQuestionnaireReference> |
CarePlan.Builder.getDefinition()
Gets the value of the 'definition' field.
|
| Modifier and Type | Method and Description |
|---|---|
static PlanDefinitionQuestionnaireReference.Builder |
PlanDefinitionQuestionnaireReference.newBuilder(PlanDefinitionQuestionnaireReference other)
Creates a new PlanDefinitionQuestionnaireReference RecordBuilder by copying an existing PlanDefinitionQuestionnaireReference instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CarePlan.setDefinition(List<PlanDefinitionQuestionnaireReference> value)
Sets the value of the 'definition' field.
|
CarePlan.Builder |
CarePlan.Builder.setDefinition(List<PlanDefinitionQuestionnaireReference> value)
Sets the value of the 'definition' 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,
GroupPatientReference 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.
|
| Modifier and Type | Method and Description |
|---|---|
List<PlanDefinitionQuestionnaireReference> |
CarePlan.getDefinition()
Gets the value of the 'definition' field.
|
List<PlanDefinitionQuestionnaireReference> |
CarePlan.Builder.getDefinition()
Gets the value of the 'definition' field.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CarePlan.setDefinition(List<PlanDefinitionQuestionnaireReference> value)
Sets the value of the 'definition' field.
|
CarePlan.Builder |
CarePlan.Builder.setDefinition(List<PlanDefinitionQuestionnaireReference> value)
Sets the value of the 'definition' 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.