| Package | Description |
|---|---|
| com.cerner.bunsen.stu3.avro |
| Modifier and Type | Method and Description |
|---|---|
ClaimItemDetailSubDetail |
ClaimItemDetailSubDetail.Builder.build() |
static ClaimItemDetailSubDetail |
ClaimItemDetailSubDetail.fromByteBuffer(ByteBuffer b)
Deserializes a ClaimItemDetailSubDetail from a ByteBuffer.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.avro.message.BinaryMessageDecoder<ClaimItemDetailSubDetail> |
ClaimItemDetailSubDetail.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<ClaimItemDetailSubDetail> |
ClaimItemDetailSubDetail.getDecoder()
Return the BinaryMessageDecoder instance used by this class.
|
List<ClaimItemDetailSubDetail> |
ClaimItemDetail.getSubDetail()
Gets the value of the 'subDetail' field.
|
List<ClaimItemDetailSubDetail> |
ClaimItemDetail.Builder.getSubDetail()
Gets the value of the 'subDetail' field.
|
| Modifier and Type | Method and Description |
|---|---|
static ClaimItemDetailSubDetail.Builder |
ClaimItemDetailSubDetail.newBuilder(ClaimItemDetailSubDetail other)
Creates a new ClaimItemDetailSubDetail RecordBuilder by copying an existing ClaimItemDetailSubDetail instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClaimItemDetail.setSubDetail(List<ClaimItemDetailSubDetail> value)
Sets the value of the 'subDetail' field.
|
ClaimItemDetail.Builder |
ClaimItemDetail.Builder.setSubDetail(List<ClaimItemDetailSubDetail> value)
Sets the value of the 'subDetail' field.
|
| Constructor and Description |
|---|
ClaimItemDetail(String id,
Integer sequence,
CodeableConcept revenue,
CodeableConcept category,
CodeableConcept service,
List<CodeableConcept> modifier,
List<CodeableConcept> programCode,
Quantity quantity,
Money unitPrice,
BigDecimal factor,
Money net,
List<DeviceReference> udi,
List<ClaimItemDetailSubDetail> subDetail)
All-args constructor.
|
Copyright © 2020. All rights reserved.