Package | Description |
---|---|
com.cerner.bunsen.stu3.avro |
Modifier and Type | Method and Description |
---|---|
ChoiceAddressCodeableConceptLocationReference |
ChoiceAddressCodeableConceptLocationReference.Builder.build() |
static ChoiceAddressCodeableConceptLocationReference |
ChoiceAddressCodeableConceptLocationReference.fromByteBuffer(ByteBuffer b)
Deserializes a ChoiceAddressCodeableConceptLocationReference from a ByteBuffer.
|
ChoiceAddressCodeableConceptLocationReference |
ClaimItem.getLocation()
Gets the value of the 'location' field.
|
ChoiceAddressCodeableConceptLocationReference |
ClaimItem.Builder.getLocation()
Gets the value of the 'location' field.
|
Modifier and Type | Method and Description |
---|---|
static org.apache.avro.message.BinaryMessageDecoder<ChoiceAddressCodeableConceptLocationReference> |
ChoiceAddressCodeableConceptLocationReference.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<ChoiceAddressCodeableConceptLocationReference> |
ChoiceAddressCodeableConceptLocationReference.getDecoder()
Return the BinaryMessageDecoder instance used by this class.
|
Modifier and Type | Method and Description |
---|---|
static ChoiceAddressCodeableConceptLocationReference.Builder |
ChoiceAddressCodeableConceptLocationReference.newBuilder(ChoiceAddressCodeableConceptLocationReference other)
Creates a new ChoiceAddressCodeableConceptLocationReference RecordBuilder by copying an existing ChoiceAddressCodeableConceptLocationReference instance.
|
void |
ClaimItem.setLocation(ChoiceAddressCodeableConceptLocationReference value)
Sets the value of the 'location' field.
|
ClaimItem.Builder |
ClaimItem.Builder.setLocation(ChoiceAddressCodeableConceptLocationReference value)
Sets the value of the 'location' 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.