| Package | Description |
|---|---|
| com.cerner.bunsen.stu3.avro | |
| com.cerner.bunsen.stu3.avro.us.core |
| Modifier and Type | Method and Description |
|---|---|
PatientPractitionerRelatedPersonReference |
PatientPractitionerRelatedPersonReference.Builder.build() |
static PatientPractitionerRelatedPersonReference |
PatientPractitionerRelatedPersonReference.fromByteBuffer(ByteBuffer b)
Deserializes a PatientPractitionerRelatedPersonReference from a ByteBuffer.
|
PatientPractitionerRelatedPersonReference |
AllergyIntolerance.getAsserter()
Gets the value of the 'asserter' field.
|
PatientPractitionerRelatedPersonReference |
AllergyIntolerance.Builder.getAsserter()
Gets the value of the 'asserter' field.
|
PatientPractitionerRelatedPersonReference |
Condition.getAsserter()
Gets the value of the 'asserter' field.
|
PatientPractitionerRelatedPersonReference |
Condition.Builder.getAsserter()
Gets the value of the 'asserter' field.
|
PatientPractitionerRelatedPersonReference |
ChoicePatientPractitionerRelatedPersonReferenceString.getReference()
Gets the value of the 'reference' field.
|
PatientPractitionerRelatedPersonReference |
ChoicePatientPractitionerRelatedPersonReferenceString.Builder.getReference()
Gets the value of the 'reference' field.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.avro.message.BinaryMessageDecoder<PatientPractitionerRelatedPersonReference> |
PatientPractitionerRelatedPersonReference.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<PatientPractitionerRelatedPersonReference> |
PatientPractitionerRelatedPersonReference.getDecoder()
Return the BinaryMessageDecoder instance used by this class.
|
| Modifier and Type | Method and Description |
|---|---|
static PatientPractitionerRelatedPersonReference.Builder |
PatientPractitionerRelatedPersonReference.newBuilder(PatientPractitionerRelatedPersonReference other)
Creates a new PatientPractitionerRelatedPersonReference RecordBuilder by copying an existing PatientPractitionerRelatedPersonReference instance.
|
void |
AllergyIntolerance.setAsserter(PatientPractitionerRelatedPersonReference value)
Sets the value of the 'asserter' field.
|
AllergyIntolerance.Builder |
AllergyIntolerance.Builder.setAsserter(PatientPractitionerRelatedPersonReference value)
Sets the value of the 'asserter' field.
|
void |
Condition.setAsserter(PatientPractitionerRelatedPersonReference value)
Sets the value of the 'asserter' field.
|
Condition.Builder |
Condition.Builder.setAsserter(PatientPractitionerRelatedPersonReference value)
Sets the value of the 'asserter' field.
|
void |
ChoicePatientPractitionerRelatedPersonReferenceString.setReference(PatientPractitionerRelatedPersonReference value)
Sets the value of the 'reference' field.
|
ChoicePatientPractitionerRelatedPersonReferenceString.Builder |
ChoicePatientPractitionerRelatedPersonReferenceString.Builder.setReference(PatientPractitionerRelatedPersonReference value)
Sets the value of the 'reference' field.
|
| Modifier and Type | Method and Description |
|---|---|
PatientPractitionerRelatedPersonReference |
Condition.getAsserter()
Gets the value of the 'asserter' field.
|
PatientPractitionerRelatedPersonReference |
Condition.Builder.getAsserter()
Gets the value of the 'asserter' field.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Condition.setAsserter(PatientPractitionerRelatedPersonReference value)
Sets the value of the 'asserter' field.
|
Condition.Builder |
Condition.Builder.setAsserter(PatientPractitionerRelatedPersonReference value)
Sets the value of the 'asserter' field.
|
| Constructor and Description |
|---|
Condition(String id,
Meta meta,
String implicitRules,
String language,
Narrative text,
List<Resource> contained,
List<Identifier> identifier,
String clinicalStatus,
String verificationStatus,
List<CodeableConcept> category,
CodeableConcept severity,
CodeableConcept code,
List<CodeableConcept> bodySite,
PatientReference subject,
EncounterEpisodeOfCareReference context,
ChoiceAgePeriodRangeDateTimeString onset,
ChoiceAgePeriodRangeBooleanDateTimeString abatement,
String assertedDate,
PatientPractitionerRelatedPersonReference asserter,
ConditionStage stage,
List<ConditionEvidence> evidence,
List<Annotation> note)
All-args constructor.
|
Copyright © 2020. All rights reserved.