| Package | Description |
|---|---|
| com.cerner.bunsen.stu3.avro |
| Modifier and Type | Method and Description |
|---|---|
ChoiceCodeableConceptConditionReference |
ChoiceCodeableConceptConditionReference.Builder.build() |
static ChoiceCodeableConceptConditionReference |
ChoiceCodeableConceptConditionReference.fromByteBuffer(ByteBuffer b)
Deserializes a ChoiceCodeableConceptConditionReference from a ByteBuffer.
|
ChoiceCodeableConceptConditionReference |
ClaimDiagnosis.getDiagnosis()
Gets the value of the 'diagnosis' field.
|
ChoiceCodeableConceptConditionReference |
ClaimDiagnosis.Builder.getDiagnosis()
Gets the value of the 'diagnosis' field.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.avro.message.BinaryMessageDecoder<ChoiceCodeableConceptConditionReference> |
ChoiceCodeableConceptConditionReference.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<ChoiceCodeableConceptConditionReference> |
ChoiceCodeableConceptConditionReference.getDecoder()
Return the BinaryMessageDecoder instance used by this class.
|
| Modifier and Type | Method and Description |
|---|---|
static ChoiceCodeableConceptConditionReference.Builder |
ChoiceCodeableConceptConditionReference.newBuilder(ChoiceCodeableConceptConditionReference other)
Creates a new ChoiceCodeableConceptConditionReference RecordBuilder by copying an existing ChoiceCodeableConceptConditionReference instance.
|
void |
ClaimDiagnosis.setDiagnosis(ChoiceCodeableConceptConditionReference value)
Sets the value of the 'diagnosis' field.
|
ClaimDiagnosis.Builder |
ClaimDiagnosis.Builder.setDiagnosis(ChoiceCodeableConceptConditionReference value)
Sets the value of the 'diagnosis' field.
|
| Constructor and Description |
|---|
ClaimDiagnosis(String id,
Integer sequence,
ChoiceCodeableConceptConditionReference diagnosis,
List<CodeableConcept> type,
CodeableConcept packageCode)
All-args constructor.
|
Copyright © 2020. All rights reserved.