| Package | Description |
|---|---|
| com.cerner.bunsen.stu3.avro | |
| com.cerner.bunsen.stu3.avro.us.core |
| Modifier and Type | Method and Description |
|---|---|
ProvenanceReference |
ProvenanceReference.Builder.build() |
static ProvenanceReference |
ProvenanceReference.fromByteBuffer(ByteBuffer b)
Deserializes a ProvenanceReference from a ByteBuffer.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.avro.message.BinaryMessageDecoder<ProvenanceReference> |
ProvenanceReference.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<ProvenanceReference> |
ProvenanceReference.getDecoder()
Return the BinaryMessageDecoder instance used by this class.
|
List<ProvenanceReference> |
MedicationDispense.getEventHistory()
Gets the value of the 'eventHistory' field.
|
List<ProvenanceReference> |
MedicationDispense.Builder.getEventHistory()
Gets the value of the 'eventHistory' field.
|
List<ProvenanceReference> |
ProcedureRequest.getRelevantHistory()
Gets the value of the 'relevantHistory' field.
|
List<ProvenanceReference> |
ProcedureRequest.Builder.getRelevantHistory()
Gets the value of the 'relevantHistory' field.
|
| Modifier and Type | Method and Description |
|---|---|
static ProvenanceReference.Builder |
ProvenanceReference.newBuilder(ProvenanceReference other)
Creates a new ProvenanceReference RecordBuilder by copying an existing ProvenanceReference instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MedicationDispense.setEventHistory(List<ProvenanceReference> value)
Sets the value of the 'eventHistory' field.
|
MedicationDispense.Builder |
MedicationDispense.Builder.setEventHistory(List<ProvenanceReference> value)
Sets the value of the 'eventHistory' field.
|
void |
ProcedureRequest.setRelevantHistory(List<ProvenanceReference> value)
Sets the value of the 'relevantHistory' field.
|
ProcedureRequest.Builder |
ProcedureRequest.Builder.setRelevantHistory(List<ProvenanceReference> value)
Sets the value of the 'relevantHistory' field.
|
| Modifier and Type | Method and Description |
|---|---|
List<ProvenanceReference> |
MedicationRequest.getEventHistory()
Gets the value of the 'eventHistory' field.
|
List<ProvenanceReference> |
MedicationRequest.Builder.getEventHistory()
Gets the value of the 'eventHistory' field.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MedicationRequest.setEventHistory(List<ProvenanceReference> value)
Sets the value of the 'eventHistory' field.
|
MedicationRequest.Builder |
MedicationRequest.Builder.setEventHistory(List<ProvenanceReference> value)
Sets the value of the 'eventHistory' field.
|
Copyright © 2020. All rights reserved.