| Package | Description |
|---|---|
| com.cerner.bunsen.stu3.avro |
| Modifier and Type | Method and Description |
|---|---|
Contributor |
Contributor.Builder.build() |
static Contributor |
Contributor.fromByteBuffer(ByteBuffer b)
Deserializes a Contributor from a ByteBuffer.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.avro.message.BinaryMessageDecoder<Contributor> |
Contributor.createDecoder(org.apache.avro.message.SchemaStore resolver)
Create a new BinaryMessageDecoder instance for this class that uses the specified
SchemaStore. |
List<Contributor> |
Measure.getContributor()
Gets the value of the 'contributor' field.
|
List<Contributor> |
Measure.Builder.getContributor()
Gets the value of the 'contributor' field.
|
static org.apache.avro.message.BinaryMessageDecoder<Contributor> |
Contributor.getDecoder()
Return the BinaryMessageDecoder instance used by this class.
|
| Modifier and Type | Method and Description |
|---|---|
static Contributor.Builder |
Contributor.newBuilder(Contributor other)
Creates a new Contributor RecordBuilder by copying an existing Contributor instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Measure.setContributor(List<Contributor> value)
Sets the value of the 'contributor' field.
|
Measure.Builder |
Measure.Builder.setContributor(List<Contributor> value)
Sets the value of the 'contributor' 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.