| Package | Description |
|---|---|
| com.cerner.bunsen.stu3.avro | |
| com.cerner.bunsen.stu3.avro.us.core |
| Modifier and Type | Method and Description |
|---|---|
ConditionReference |
ConditionReference.Builder.build() |
static ConditionReference |
ConditionReference.fromByteBuffer(ByteBuffer b)
Deserializes a ConditionReference from a ByteBuffer.
|
ConditionReference |
EpisodeOfCareDiagnosis.getCondition()
Gets the value of the 'condition' field.
|
ConditionReference |
EpisodeOfCareDiagnosis.Builder.getCondition()
Gets the value of the 'condition' field.
|
ConditionReference |
ChoiceCodeableConceptConditionReference.getReference()
Gets the value of the 'reference' field.
|
ConditionReference |
ChoiceCodeableConceptConditionReference.Builder.getReference()
Gets the value of the 'reference' field.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.avro.message.BinaryMessageDecoder<ConditionReference> |
ConditionReference.createDecoder(org.apache.avro.message.SchemaStore resolver)
Create a new BinaryMessageDecoder instance for this class that uses the specified
SchemaStore. |
List<ConditionReference> |
CarePlan.getAddresses()
Gets the value of the 'addresses' field.
|
List<ConditionReference> |
CarePlan.Builder.getAddresses()
Gets the value of the 'addresses' field.
|
List<ConditionReference> |
Procedure.getComplicationDetail()
Gets the value of the 'complicationDetail' field.
|
List<ConditionReference> |
Procedure.Builder.getComplicationDetail()
Gets the value of the 'complicationDetail' field.
|
static org.apache.avro.message.BinaryMessageDecoder<ConditionReference> |
ConditionReference.getDecoder()
Return the BinaryMessageDecoder instance used by this class.
|
List<ConditionReference> |
CarePlanActivityDetail.getReasonReference()
Gets the value of the 'reasonReference' field.
|
List<ConditionReference> |
CarePlanActivityDetail.Builder.getReasonReference()
Gets the value of the 'reasonReference' field.
|
| Modifier and Type | Method and Description |
|---|---|
static ConditionReference.Builder |
ConditionReference.newBuilder(ConditionReference other)
Creates a new ConditionReference RecordBuilder by copying an existing ConditionReference instance.
|
void |
EpisodeOfCareDiagnosis.setCondition(ConditionReference value)
Sets the value of the 'condition' field.
|
EpisodeOfCareDiagnosis.Builder |
EpisodeOfCareDiagnosis.Builder.setCondition(ConditionReference value)
Sets the value of the 'condition' field.
|
void |
ChoiceCodeableConceptConditionReference.setReference(ConditionReference value)
Sets the value of the 'reference' field.
|
ChoiceCodeableConceptConditionReference.Builder |
ChoiceCodeableConceptConditionReference.Builder.setReference(ConditionReference value)
Sets the value of the 'reference' field.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CarePlan.setAddresses(List<ConditionReference> value)
Sets the value of the 'addresses' field.
|
CarePlan.Builder |
CarePlan.Builder.setAddresses(List<ConditionReference> value)
Sets the value of the 'addresses' field.
|
void |
Procedure.setComplicationDetail(List<ConditionReference> value)
Sets the value of the 'complicationDetail' field.
|
Procedure.Builder |
Procedure.Builder.setComplicationDetail(List<ConditionReference> value)
Sets the value of the 'complicationDetail' field.
|
void |
CarePlanActivityDetail.setReasonReference(List<ConditionReference> value)
Sets the value of the 'reasonReference' field.
|
CarePlanActivityDetail.Builder |
CarePlanActivityDetail.Builder.setReasonReference(List<ConditionReference> value)
Sets the value of the 'reasonReference' field.
|
| Constructor and Description |
|---|
ChoiceCodeableConceptConditionReference(CodeableConcept codeableConcept,
ConditionReference reference)
All-args constructor.
|
EpisodeOfCareDiagnosis(String id,
ConditionReference condition,
CodeableConcept role,
Integer rank)
All-args constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<ConditionReference> |
CarePlan.getAddresses()
Gets the value of the 'addresses' field.
|
List<ConditionReference> |
CarePlan.Builder.getAddresses()
Gets the value of the 'addresses' field.
|
List<ConditionReference> |
CarePlanActivityDetail.getReasonReference()
Gets the value of the 'reasonReference' field.
|
List<ConditionReference> |
CarePlanActivityDetail.Builder.getReasonReference()
Gets the value of the 'reasonReference' field.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CarePlan.setAddresses(List<ConditionReference> value)
Sets the value of the 'addresses' field.
|
CarePlan.Builder |
CarePlan.Builder.setAddresses(List<ConditionReference> value)
Sets the value of the 'addresses' field.
|
void |
CarePlanActivityDetail.setReasonReference(List<ConditionReference> value)
Sets the value of the 'reasonReference' field.
|
CarePlanActivityDetail.Builder |
CarePlanActivityDetail.Builder.setReasonReference(List<ConditionReference> value)
Sets the value of the 'reasonReference' field.
|
Copyright © 2020. All rights reserved.