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