| Package | Description |
|---|---|
| com.cerner.bunsen.stu3.avro |
| Modifier and Type | Method and Description |
|---|---|
ImmunizationExplanation |
ImmunizationExplanation.Builder.build() |
static ImmunizationExplanation |
ImmunizationExplanation.fromByteBuffer(ByteBuffer b)
Deserializes a ImmunizationExplanation from a ByteBuffer.
|
ImmunizationExplanation |
Immunization.getExplanation()
Gets the value of the 'explanation' field.
|
ImmunizationExplanation |
Immunization.Builder.getExplanation()
Gets the value of the 'explanation' field.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.avro.message.BinaryMessageDecoder<ImmunizationExplanation> |
ImmunizationExplanation.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<ImmunizationExplanation> |
ImmunizationExplanation.getDecoder()
Return the BinaryMessageDecoder instance used by this class.
|
| Modifier and Type | Method and Description |
|---|---|
static ImmunizationExplanation.Builder |
ImmunizationExplanation.newBuilder(ImmunizationExplanation other)
Creates a new ImmunizationExplanation RecordBuilder by copying an existing ImmunizationExplanation instance.
|
void |
Immunization.setExplanation(ImmunizationExplanation value)
Sets the value of the 'explanation' field.
|
Immunization.Builder |
Immunization.Builder.setExplanation(ImmunizationExplanation value)
Sets the value of the 'explanation' field.
|
| Constructor and Description |
|---|
Immunization(String id,
Meta meta,
String implicitRules,
String language,
Narrative text,
List<Resource> contained,
List<Identifier> identifier,
String status,
Boolean notGiven,
CodeableConcept vaccineCode,
PatientReference patient,
EncounterReference encounter,
String date,
Boolean primarySource,
CodeableConcept reportOrigin,
LocationReference location,
OrganizationReference manufacturer,
String lotNumber,
String expirationDate,
CodeableConcept site,
CodeableConcept route,
Quantity doseQuantity,
List<ImmunizationPractitioner> practitioner,
List<Annotation> note,
ImmunizationExplanation explanation,
List<ImmunizationReaction> reaction,
List<ImmunizationVaccinationProtocol> vaccinationProtocol)
All-args constructor.
|
Copyright © 2020. All rights reserved.