| Package | Description |
|---|---|
| com.cerner.bunsen.stu3.avro |
| Modifier and Type | Method and Description |
|---|---|
ChoicePeriodDate |
ChoicePeriodDate.Builder.build() |
static ChoicePeriodDate |
ChoicePeriodDate.fromByteBuffer(ByteBuffer b)
Deserializes a ChoicePeriodDate from a ByteBuffer.
|
ChoicePeriodDate |
ClaimItem.getServiced()
Gets the value of the 'serviced' field.
|
ChoicePeriodDate |
ClaimItem.Builder.getServiced()
Gets the value of the 'serviced' field.
|
ChoicePeriodDate |
ClaimInformation.getTiming()
Gets the value of the 'timing' field.
|
ChoicePeriodDate |
ClaimInformation.Builder.getTiming()
Gets the value of the 'timing' field.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.avro.message.BinaryMessageDecoder<ChoicePeriodDate> |
ChoicePeriodDate.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<ChoicePeriodDate> |
ChoicePeriodDate.getDecoder()
Return the BinaryMessageDecoder instance used by this class.
|
| Modifier and Type | Method and Description |
|---|---|
static ChoicePeriodDate.Builder |
ChoicePeriodDate.newBuilder(ChoicePeriodDate other)
Creates a new ChoicePeriodDate RecordBuilder by copying an existing ChoicePeriodDate instance.
|
void |
ClaimItem.setServiced(ChoicePeriodDate value)
Sets the value of the 'serviced' field.
|
ClaimItem.Builder |
ClaimItem.Builder.setServiced(ChoicePeriodDate value)
Sets the value of the 'serviced' field.
|
void |
ClaimInformation.setTiming(ChoicePeriodDate value)
Sets the value of the 'timing' field.
|
ClaimInformation.Builder |
ClaimInformation.Builder.setTiming(ChoicePeriodDate value)
Sets the value of the 'timing' field.
|
| Constructor and Description |
|---|
ClaimInformation(String id,
Integer sequence,
CodeableConcept category,
CodeableConcept code,
ChoicePeriodDate timing,
ChoiceAttachmentQuantityResourceReferenceString value,
CodeableConcept reason)
All-args constructor.
|
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.