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