| Package | Description |
|---|---|
| com.cerner.bunsen.stu3.avro |
| Modifier and Type | Method and Description |
|---|---|
MeasureSupplementalData |
MeasureSupplementalData.Builder.build() |
static MeasureSupplementalData |
MeasureSupplementalData.fromByteBuffer(ByteBuffer b)
Deserializes a MeasureSupplementalData from a ByteBuffer.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.avro.message.BinaryMessageDecoder<MeasureSupplementalData> |
MeasureSupplementalData.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<MeasureSupplementalData> |
MeasureSupplementalData.getDecoder()
Return the BinaryMessageDecoder instance used by this class.
|
List<MeasureSupplementalData> |
Measure.getSupplementalData()
Gets the value of the 'supplementalData' field.
|
List<MeasureSupplementalData> |
Measure.Builder.getSupplementalData()
Gets the value of the 'supplementalData' field.
|
| Modifier and Type | Method and Description |
|---|---|
static MeasureSupplementalData.Builder |
MeasureSupplementalData.newBuilder(MeasureSupplementalData other)
Creates a new MeasureSupplementalData RecordBuilder by copying an existing MeasureSupplementalData instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Measure.setSupplementalData(List<MeasureSupplementalData> value)
Sets the value of the 'supplementalData' field.
|
Measure.Builder |
Measure.Builder.setSupplementalData(List<MeasureSupplementalData> value)
Sets the value of the 'supplementalData' field.
|
| Constructor and Description |
|---|
Measure(String id,
Meta meta,
String implicitRules,
String language,
Narrative text,
List<Resource> contained,
String url,
List<Identifier> identifier,
String version,
String name,
String title,
String status,
Boolean experimental,
String date,
String publisher,
String description,
String purpose,
String usage,
String approvalDate,
String lastReviewDate,
Period effectivePeriod,
List<UsageContext> useContext,
List<CodeableConcept> jurisdiction,
List<CodeableConcept> topic,
List<Contributor> contributor,
List<ContactDetail> contact,
String copyright,
List<RelatedArtifact> relatedArtifact,
List<LibraryReference> library,
String disclaimer,
CodeableConcept scoring,
CodeableConcept compositeScoring,
List<CodeableConcept> type,
String riskAdjustment,
String rateAggregation,
String rationale,
String clinicalRecommendationStatement,
String improvementNotation,
List<String> definition,
String guidance,
String set,
List<MeasureGroup> group,
List<MeasureSupplementalData> supplementalData)
All-args constructor.
|
Copyright © 2020. All rights reserved.