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