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