| Package | Description |
|---|---|
| com.cerner.bunsen.stu3.avro | |
| com.cerner.bunsen.stu3.avro.us.core |
| Modifier and Type | Method and Description |
|---|---|
EncounterReference |
EncounterReference.Builder.build() |
static EncounterReference |
EncounterReference.fromByteBuffer(ByteBuffer b)
Deserializes a EncounterReference from a ByteBuffer.
|
EncounterReference |
Immunization.getEncounter()
Gets the value of the 'encounter' field.
|
EncounterReference |
Immunization.Builder.getEncounter()
Gets the value of the 'encounter' field.
|
EncounterReference |
Encounter.getPartOf()
Gets the value of the 'partOf' field.
|
EncounterReference |
Encounter.Builder.getPartOf()
Gets the value of the 'partOf' field.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.avro.message.BinaryMessageDecoder<EncounterReference> |
EncounterReference.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<EncounterReference> |
EncounterReference.getDecoder()
Return the BinaryMessageDecoder instance used by this class.
|
List<EncounterReference> |
ClaimItem.getEncounter()
Gets the value of the 'encounter' field.
|
List<EncounterReference> |
ClaimItem.Builder.getEncounter()
Gets the value of the 'encounter' field.
|
| Modifier and Type | Method and Description |
|---|---|
static EncounterReference.Builder |
EncounterReference.newBuilder(EncounterReference other)
Creates a new EncounterReference RecordBuilder by copying an existing EncounterReference instance.
|
void |
Immunization.setEncounter(EncounterReference value)
Sets the value of the 'encounter' field.
|
Immunization.Builder |
Immunization.Builder.setEncounter(EncounterReference value)
Sets the value of the 'encounter' field.
|
void |
Encounter.setPartOf(EncounterReference value)
Sets the value of the 'partOf' field.
|
Encounter.Builder |
Encounter.Builder.setPartOf(EncounterReference value)
Sets the value of the 'partOf' field.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClaimItem.setEncounter(List<EncounterReference> value)
Sets the value of the 'encounter' field.
|
ClaimItem.Builder |
ClaimItem.Builder.setEncounter(List<EncounterReference> value)
Sets the value of the 'encounter' 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.
|
| Modifier and Type | Method and Description |
|---|---|
EncounterReference |
Immunization.getEncounter()
Gets the value of the 'encounter' field.
|
EncounterReference |
Immunization.Builder.getEncounter()
Gets the value of the 'encounter' field.
|
EncounterReference |
Encounter.getPartOf()
Gets the value of the 'partOf' field.
|
EncounterReference |
Encounter.Builder.getPartOf()
Gets the value of the 'partOf' field.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Immunization.setEncounter(EncounterReference value)
Sets the value of the 'encounter' field.
|
Immunization.Builder |
Immunization.Builder.setEncounter(EncounterReference value)
Sets the value of the 'encounter' field.
|
void |
Encounter.setPartOf(EncounterReference value)
Sets the value of the 'partOf' field.
|
Encounter.Builder |
Encounter.Builder.setPartOf(EncounterReference value)
Sets the value of the 'partOf' field.
|
Copyright © 2020. All rights reserved.