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