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