| Package | Description |
|---|---|
| com.cerner.bunsen.stu3.avro | |
| com.cerner.bunsen.stu3.avro.us.core |
| Modifier and Type | Method and Description |
|---|---|
Narrative |
Narrative.Builder.build() |
static Narrative |
Narrative.fromByteBuffer(ByteBuffer b)
Deserializes a Narrative from a ByteBuffer.
|
Narrative |
Claim.getText()
Gets the value of the 'text' field.
|
Narrative |
Claim.Builder.getText()
Gets the value of the 'text' field.
|
Narrative |
AllergyIntolerance.getText()
Gets the value of the 'text' field.
|
Narrative |
AllergyIntolerance.Builder.getText()
Gets the value of the 'text' field.
|
Narrative |
MeasureReport.getText()
Gets the value of the 'text' field.
|
Narrative |
MeasureReport.Builder.getText()
Gets the value of the 'text' field.
|
Narrative |
ProcedureRequest.getText()
Gets the value of the 'text' field.
|
Narrative |
ProcedureRequest.Builder.getText()
Gets the value of the 'text' field.
|
Narrative |
Observation.getText()
Gets the value of the 'text' field.
|
Narrative |
Observation.Builder.getText()
Gets the value of the 'text' field.
|
Narrative |
Immunization.getText()
Gets the value of the 'text' field.
|
Narrative |
Immunization.Builder.getText()
Gets the value of the 'text' field.
|
Narrative |
MedicationDispense.getText()
Gets the value of the 'text' field.
|
Narrative |
MedicationDispense.Builder.getText()
Gets the value of the 'text' field.
|
Narrative |
Encounter.getText()
Gets the value of the 'text' field.
|
Narrative |
Encounter.Builder.getText()
Gets the value of the 'text' field.
|
Narrative |
Measure.getText()
Gets the value of the 'text' field.
|
Narrative |
Measure.Builder.getText()
Gets the value of the 'text' field.
|
Narrative |
CarePlan.getText()
Gets the value of the 'text' field.
|
Narrative |
CarePlan.Builder.getText()
Gets the value of the 'text' field.
|
Narrative |
Patient.getText()
Gets the value of the 'text' field.
|
Narrative |
Patient.Builder.getText()
Gets the value of the 'text' field.
|
Narrative |
EpisodeOfCare.getText()
Gets the value of the 'text' field.
|
Narrative |
EpisodeOfCare.Builder.getText()
Gets the value of the 'text' field.
|
Narrative |
Procedure.getText()
Gets the value of the 'text' field.
|
Narrative |
Procedure.Builder.getText()
Gets the value of the 'text' field.
|
Narrative |
Condition.getText()
Gets the value of the 'text' field.
|
Narrative |
Condition.Builder.getText()
Gets the value of the 'text' field.
|
Narrative |
MedicationStatement.getText()
Gets the value of the 'text' field.
|
Narrative |
MedicationStatement.Builder.getText()
Gets the value of the 'text' field.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.avro.message.BinaryMessageDecoder<Narrative> |
Narrative.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<Narrative> |
Narrative.getDecoder()
Return the BinaryMessageDecoder instance used by this class.
|
| Modifier and Type | Method and Description |
|---|---|
static Narrative.Builder |
Narrative.newBuilder(Narrative other)
Creates a new Narrative RecordBuilder by copying an existing Narrative instance.
|
void |
Claim.setText(Narrative value)
Sets the value of the 'text' field.
|
Claim.Builder |
Claim.Builder.setText(Narrative value)
Sets the value of the 'text' field.
|
void |
AllergyIntolerance.setText(Narrative value)
Sets the value of the 'text' field.
|
AllergyIntolerance.Builder |
AllergyIntolerance.Builder.setText(Narrative value)
Sets the value of the 'text' field.
|
void |
MeasureReport.setText(Narrative value)
Sets the value of the 'text' field.
|
MeasureReport.Builder |
MeasureReport.Builder.setText(Narrative value)
Sets the value of the 'text' field.
|
void |
ProcedureRequest.setText(Narrative value)
Sets the value of the 'text' field.
|
ProcedureRequest.Builder |
ProcedureRequest.Builder.setText(Narrative value)
Sets the value of the 'text' field.
|
void |
Observation.setText(Narrative value)
Sets the value of the 'text' field.
|
Observation.Builder |
Observation.Builder.setText(Narrative value)
Sets the value of the 'text' field.
|
void |
Immunization.setText(Narrative value)
Sets the value of the 'text' field.
|
Immunization.Builder |
Immunization.Builder.setText(Narrative value)
Sets the value of the 'text' field.
|
void |
MedicationDispense.setText(Narrative value)
Sets the value of the 'text' field.
|
MedicationDispense.Builder |
MedicationDispense.Builder.setText(Narrative value)
Sets the value of the 'text' field.
|
void |
Encounter.setText(Narrative value)
Sets the value of the 'text' field.
|
Encounter.Builder |
Encounter.Builder.setText(Narrative value)
Sets the value of the 'text' field.
|
void |
Measure.setText(Narrative value)
Sets the value of the 'text' field.
|
Measure.Builder |
Measure.Builder.setText(Narrative value)
Sets the value of the 'text' field.
|
void |
CarePlan.setText(Narrative value)
Sets the value of the 'text' field.
|
CarePlan.Builder |
CarePlan.Builder.setText(Narrative value)
Sets the value of the 'text' field.
|
void |
Patient.setText(Narrative value)
Sets the value of the 'text' field.
|
Patient.Builder |
Patient.Builder.setText(Narrative value)
Sets the value of the 'text' field.
|
void |
EpisodeOfCare.setText(Narrative value)
Sets the value of the 'text' field.
|
EpisodeOfCare.Builder |
EpisodeOfCare.Builder.setText(Narrative value)
Sets the value of the 'text' field.
|
void |
Procedure.setText(Narrative value)
Sets the value of the 'text' field.
|
Procedure.Builder |
Procedure.Builder.setText(Narrative value)
Sets the value of the 'text' field.
|
void |
Condition.setText(Narrative value)
Sets the value of the 'text' field.
|
Condition.Builder |
Condition.Builder.setText(Narrative value)
Sets the value of the 'text' field.
|
void |
MedicationStatement.setText(Narrative value)
Sets the value of the 'text' field.
|
MedicationStatement.Builder |
MedicationStatement.Builder.setText(Narrative value)
Sets the value of the 'text' field.
|
| Modifier and Type | Method and Description |
|---|---|
Narrative |
Immunization.getText()
Gets the value of the 'text' field.
|
Narrative |
Immunization.Builder.getText()
Gets the value of the 'text' field.
|
Narrative |
MedicationRequest.getText()
Gets the value of the 'text' field.
|
Narrative |
MedicationRequest.Builder.getText()
Gets the value of the 'text' field.
|
Narrative |
Encounter.getText()
Gets the value of the 'text' field.
|
Narrative |
Encounter.Builder.getText()
Gets the value of the 'text' field.
|
Narrative |
Medication.getText()
Gets the value of the 'text' field.
|
Narrative |
Medication.Builder.getText()
Gets the value of the 'text' field.
|
Narrative |
CarePlan.getText()
Gets the value of the 'text' field.
|
Narrative |
CarePlan.Builder.getText()
Gets the value of the 'text' field.
|
Narrative |
Patient.getText()
Gets the value of the 'text' field.
|
Narrative |
Patient.Builder.getText()
Gets the value of the 'text' field.
|
Narrative |
Condition.getText()
Gets the value of the 'text' field.
|
Narrative |
Condition.Builder.getText()
Gets the value of the 'text' field.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Immunization.setText(Narrative value)
Sets the value of the 'text' field.
|
Immunization.Builder |
Immunization.Builder.setText(Narrative value)
Sets the value of the 'text' field.
|
void |
MedicationRequest.setText(Narrative value)
Sets the value of the 'text' field.
|
MedicationRequest.Builder |
MedicationRequest.Builder.setText(Narrative value)
Sets the value of the 'text' field.
|
void |
Encounter.setText(Narrative value)
Sets the value of the 'text' field.
|
Encounter.Builder |
Encounter.Builder.setText(Narrative value)
Sets the value of the 'text' field.
|
void |
Medication.setText(Narrative value)
Sets the value of the 'text' field.
|
Medication.Builder |
Medication.Builder.setText(Narrative value)
Sets the value of the 'text' field.
|
void |
CarePlan.setText(Narrative value)
Sets the value of the 'text' field.
|
CarePlan.Builder |
CarePlan.Builder.setText(Narrative value)
Sets the value of the 'text' field.
|
void |
Patient.setText(Narrative value)
Sets the value of the 'text' field.
|
Patient.Builder |
Patient.Builder.setText(Narrative value)
Sets the value of the 'text' field.
|
void |
Condition.setText(Narrative value)
Sets the value of the 'text' field.
|
Condition.Builder |
Condition.Builder.setText(Narrative value)
Sets the value of the 'text' field.
|
Copyright © 2020. All rights reserved.