| Package | Description |
|---|---|
| com.cerner.bunsen.stu3.avro | |
| com.cerner.bunsen.stu3.avro.us.core |
| Modifier and Type | Method and Description |
|---|---|
CareTeamReference |
CareTeamReference.Builder.build() |
static CareTeamReference |
CareTeamReference.fromByteBuffer(ByteBuffer b)
Deserializes a CareTeamReference from a ByteBuffer.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.avro.message.BinaryMessageDecoder<CareTeamReference> |
CareTeamReference.createDecoder(org.apache.avro.message.SchemaStore resolver)
Create a new BinaryMessageDecoder instance for this class that uses the specified
SchemaStore. |
List<CareTeamReference> |
CarePlan.getCareTeam()
Gets the value of the 'careTeam' field.
|
List<CareTeamReference> |
CarePlan.Builder.getCareTeam()
Gets the value of the 'careTeam' field.
|
static org.apache.avro.message.BinaryMessageDecoder<CareTeamReference> |
CareTeamReference.getDecoder()
Return the BinaryMessageDecoder instance used by this class.
|
List<CareTeamReference> |
EpisodeOfCare.getTeam()
Gets the value of the 'team' field.
|
List<CareTeamReference> |
EpisodeOfCare.Builder.getTeam()
Gets the value of the 'team' field.
|
| Modifier and Type | Method and Description |
|---|---|
static CareTeamReference.Builder |
CareTeamReference.newBuilder(CareTeamReference other)
Creates a new CareTeamReference RecordBuilder by copying an existing CareTeamReference instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CarePlan.setCareTeam(List<CareTeamReference> value)
Sets the value of the 'careTeam' field.
|
CarePlan.Builder |
CarePlan.Builder.setCareTeam(List<CareTeamReference> value)
Sets the value of the 'careTeam' field.
|
void |
EpisodeOfCare.setTeam(List<CareTeamReference> value)
Sets the value of the 'team' field.
|
EpisodeOfCare.Builder |
EpisodeOfCare.Builder.setTeam(List<CareTeamReference> value)
Sets the value of the 'team' field.
|
| Modifier and Type | Method and Description |
|---|---|
List<CareTeamReference> |
CarePlan.getCareTeam()
Gets the value of the 'careTeam' field.
|
List<CareTeamReference> |
CarePlan.Builder.getCareTeam()
Gets the value of the 'careTeam' field.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CarePlan.setCareTeam(List<CareTeamReference> value)
Sets the value of the 'careTeam' field.
|
CarePlan.Builder |
CarePlan.Builder.setCareTeam(List<CareTeamReference> value)
Sets the value of the 'careTeam' 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.