| Package | Description |
|---|---|
| com.cerner.bunsen.stu3.avro |
| Modifier and Type | Method and Description |
|---|---|
AllergyIntoleranceReaction |
AllergyIntoleranceReaction.Builder.build() |
static AllergyIntoleranceReaction |
AllergyIntoleranceReaction.fromByteBuffer(ByteBuffer b)
Deserializes a AllergyIntoleranceReaction from a ByteBuffer.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.avro.message.BinaryMessageDecoder<AllergyIntoleranceReaction> |
AllergyIntoleranceReaction.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<AllergyIntoleranceReaction> |
AllergyIntoleranceReaction.getDecoder()
Return the BinaryMessageDecoder instance used by this class.
|
List<AllergyIntoleranceReaction> |
AllergyIntolerance.getReaction()
Gets the value of the 'reaction' field.
|
List<AllergyIntoleranceReaction> |
AllergyIntolerance.Builder.getReaction()
Gets the value of the 'reaction' field.
|
| Modifier and Type | Method and Description |
|---|---|
static AllergyIntoleranceReaction.Builder |
AllergyIntoleranceReaction.newBuilder(AllergyIntoleranceReaction other)
Creates a new AllergyIntoleranceReaction RecordBuilder by copying an existing AllergyIntoleranceReaction instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AllergyIntolerance.setReaction(List<AllergyIntoleranceReaction> value)
Sets the value of the 'reaction' field.
|
AllergyIntolerance.Builder |
AllergyIntolerance.Builder.setReaction(List<AllergyIntoleranceReaction> value)
Sets the value of the 'reaction' field.
|
| Constructor and Description |
|---|
AllergyIntolerance(String id,
Meta meta,
String implicitRules,
String language,
Narrative text,
List<Resource> contained,
List<Identifier> identifier,
String clinicalStatus,
String verificationStatus,
String type,
List<String> category,
String criticality,
CodeableConcept code,
PatientReference patient,
ChoiceAgePeriodRangeDateTimeString onset,
String assertedDate,
PatientPractitionerReference recorder,
PatientPractitionerRelatedPersonReference asserter,
String lastOccurrence,
List<Annotation> note,
List<AllergyIntoleranceReaction> reaction)
All-args constructor.
|
Copyright © 2020. All rights reserved.