| Package | Description |
|---|---|
| com.cerner.bunsen.stu3.avro | |
| com.cerner.bunsen.stu3.avro.us.core |
| Modifier and Type | Method and Description |
|---|---|
Ratio |
Ratio.Builder.build() |
static Ratio |
Ratio.fromByteBuffer(ByteBuffer b)
Deserializes a Ratio from a ByteBuffer.
|
Ratio |
Dosage.getMaxDosePerPeriod()
Gets the value of the 'maxDosePerPeriod' field.
|
Ratio |
Dosage.Builder.getMaxDosePerPeriod()
Gets the value of the 'maxDosePerPeriod' field.
|
Ratio |
ChoiceAttachmentCodeableConceptPeriodQuantityRangeRatioSampledDataDateTimeStringTime.getRatio()
Gets the value of the 'ratio' field.
|
Ratio |
ChoiceAttachmentCodeableConceptPeriodQuantityRangeRatioSampledDataDateTimeStringTime.Builder.getRatio()
Gets the value of the 'ratio' field.
|
Ratio |
ChoiceQuantityRangeRatio.getRatio()
Gets the value of the 'ratio' field.
|
Ratio |
ChoiceQuantityRangeRatio.Builder.getRatio()
Gets the value of the 'ratio' field.
|
Ratio |
ChoiceAttachmentCodeableConceptPeriodQuantityRangeRatioSampledDataBooleanDateTimeStringTime.getRatio()
Gets the value of the 'ratio' field.
|
Ratio |
ChoiceAttachmentCodeableConceptPeriodQuantityRangeRatioSampledDataBooleanDateTimeStringTime.Builder.getRatio()
Gets the value of the 'ratio' field.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.avro.message.BinaryMessageDecoder<Ratio> |
Ratio.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<Ratio> |
Ratio.getDecoder()
Return the BinaryMessageDecoder instance used by this class.
|
| Modifier and Type | Method and Description |
|---|---|
static Ratio.Builder |
Ratio.newBuilder(Ratio other)
Creates a new Ratio RecordBuilder by copying an existing Ratio instance.
|
void |
Dosage.setMaxDosePerPeriod(Ratio value)
Sets the value of the 'maxDosePerPeriod' field.
|
Dosage.Builder |
Dosage.Builder.setMaxDosePerPeriod(Ratio value)
Sets the value of the 'maxDosePerPeriod' field.
|
void |
ChoiceAttachmentCodeableConceptPeriodQuantityRangeRatioSampledDataDateTimeStringTime.setRatio(Ratio value)
Sets the value of the 'ratio' field.
|
ChoiceAttachmentCodeableConceptPeriodQuantityRangeRatioSampledDataDateTimeStringTime.Builder |
ChoiceAttachmentCodeableConceptPeriodQuantityRangeRatioSampledDataDateTimeStringTime.Builder.setRatio(Ratio value)
Sets the value of the 'ratio' field.
|
void |
ChoiceQuantityRangeRatio.setRatio(Ratio value)
Sets the value of the 'ratio' field.
|
ChoiceQuantityRangeRatio.Builder |
ChoiceQuantityRangeRatio.Builder.setRatio(Ratio value)
Sets the value of the 'ratio' field.
|
void |
ChoiceAttachmentCodeableConceptPeriodQuantityRangeRatioSampledDataBooleanDateTimeStringTime.setRatio(Ratio value)
Sets the value of the 'ratio' field.
|
ChoiceAttachmentCodeableConceptPeriodQuantityRangeRatioSampledDataBooleanDateTimeStringTime.Builder |
ChoiceAttachmentCodeableConceptPeriodQuantityRangeRatioSampledDataBooleanDateTimeStringTime.Builder.setRatio(Ratio value)
Sets the value of the 'ratio' field.
|
| Constructor and Description |
|---|
ChoiceAttachmentCodeableConceptPeriodQuantityRangeRatioSampledDataBooleanDateTimeStringTime(Quantity quantity,
CodeableConcept codeableConcept,
String string,
Boolean boolean$,
Range range,
Ratio ratio,
SampledData sampledData,
Attachment attachment,
String time,
String dateTime,
Period period)
All-args constructor.
|
ChoiceAttachmentCodeableConceptPeriodQuantityRangeRatioSampledDataDateTimeStringTime(Quantity quantity,
CodeableConcept codeableConcept,
String string,
Range range,
Ratio ratio,
SampledData sampledData,
Attachment attachment,
String time,
String dateTime,
Period period)
All-args constructor.
|
ChoiceQuantityRangeRatio(Ratio ratio,
Range range,
Quantity quantity)
All-args constructor.
|
Dosage(String id,
Integer sequence,
String text,
List<CodeableConcept> additionalInstruction,
String patientInstruction,
Timing timing,
ChoiceCodeableConceptBoolean asNeeded,
CodeableConcept site,
CodeableConcept route,
CodeableConcept method,
ChoiceQuantityRange dose,
Ratio maxDosePerPeriod,
Quantity maxDosePerAdministration,
Quantity maxDosePerLifetime,
ChoiceQuantityRangeRatio rate)
All-args constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Ratio |
MedicationIngredient.getAmount()
Gets the value of the 'amount' field.
|
Ratio |
MedicationIngredient.Builder.getAmount()
Gets the value of the 'amount' field.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MedicationIngredient.setAmount(Ratio value)
Sets the value of the 'amount' field.
|
MedicationIngredient.Builder |
MedicationIngredient.Builder.setAmount(Ratio value)
Sets the value of the 'amount' field.
|
| Constructor and Description |
|---|
MedicationIngredient(String id,
ChoiceCodeableConceptMedicationSubstanceReference item,
Boolean isActive,
Ratio amount)
All-args constructor.
|
Copyright © 2020. All rights reserved.