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